<bean id="newStudyAction" class="org.splat.simer.NewStudyAction"
parent="baseAction" scope="prototype">
- <property name="simanContext" value="#New_Study_.htm"/>
+ <property name="simanContext" value="#New_Study_.htm" />
<property name="simulationContextService"
ref="simulationContextService" />
<property name="scenarioService" ref="scenarioService" />
<bean id="copyStudyAction" class="org.splat.simer.CopyStudyAction"
parent="newStudyAction" scope="prototype">
- <property name="searchService" ref="searchService" />
- <property name="stepsConfigService" ref="stepsConfigService" />
+ <property name="searchService" ref="searchService" />
+ <property name="stepsConfigService" ref="stepsConfigService" />
</bean>
<bean id="newScenarioAction"
scope="prototype">
<property name="projectElementService"
ref="projectElementService" />
- <property name="simanContext" value="#Add_Scenario.htm"/>
+ <property name="simanContext" value="#Add_Scenario.htm" />
<property name="scenarioService" ref="scenarioService" />
<property name="menu" ref="newScenarioMenu" />
</bean>
<bean id="displayStudyStepAction"
class="org.splat.simer.DisplayStudyStepAction" parent="baseAction"
scope="prototype">
- <property name="simanContext" value="#Edit_Study_.htm"/>
+ <property name="simanContext" value="#Edit_Study_.htm" />
<property name="studyService" ref="studyService" />
</bean>
<bean id="studyPropertiesAction"
class="org.splat.simer.StudyPropertiesAction" scope="prototype"
parent="displayStudyStepAction">
- <property name="simanContext" value="#Configure_Study.htm"/>
+ <property name="simanContext" value="#Configure_Study.htm" />
<property name="documentTypeService" ref="documentTypeService" />
<property name="userService" ref="userService" />
</bean>
<bean id="editScenarioPropertiesAction"
class="org.splat.simer.EditScenarioPropertiesAction" scope="prototype"
parent="displayStudyStepAction">
- <property name="simanContext" value="#Configure_Study.htm"/>
+ <property name="simanContext" value="#Configure_Study.htm" />
<property name="projectElementService"
ref="projectElementService" />
<property name="scenarioService" ref="scenarioService" />
class="org.splat.simer.CompareStudyAction" scope="prototype"
parent="displayStudyStepAction">
<property name="publicationService" ref="publicationService" />
- <property name="simanContext" value="#Compare_Studies.htm"/>
- <property name="studyComparisonService" ref="studyComparisonService" />
+ <property name="simanContext" value="#Compare_Studies.htm" />
+ <property name="studyComparisonService"
+ ref="studyComparisonService" />
</bean>
<!-- End of Inherited from displayStudyStepAction -->
<bean id="connectionAction" class="org.splat.simer.ConnectionAction"
scope="prototype" parent="baseAction">
- <property name="simanContext" value="#User_s_Roles_.htm"/>
+ <property name="simanContext" value="#User_s_Roles_.htm" />
</bean>
<bean id="menuAction" class="org.splat.simer.MenuAction"
<bean id="searchStudyAction"
class="org.splat.simer.SearchStudyAction" scope="prototype"
parent="baseAction">
- <property name="simanContext" value="#Open_Study_.htm"/>
+ <property name="simanContext" value="#Open_Study_.htm" />
<property name="stepsConfigService" ref="stepsConfigService" />
<property name="searchService" ref="searchService" />
<property name="simulationContextService"
<bean id="searchKnowledgeAction"
class="org.splat.simer.SearchKnowledgeAction" scope="prototype"
parent="baseAction">
+ <property name="simanContext" value="#Open_Knowledge.htm" />
<property name="searchService" ref="searchService" />
<property name="simulationContextService"
ref="simulationContextService" />
<bean id="displayKnowledgeAction"
class="org.splat.simer.DisplayKnowledgeAction" scope="prototype"
parent="baseAction">
+ <property name="simanContext" value="#Open_Knowledge.htm" />
<property name="knowledgeElementService"
ref="knowledgeElementService" />
</bean>
<bean id="databaseIndexingAction"
class="org.splat.simer.admin.DatabaseIndexingAction" scope="prototype"
parent="baseAction">
- <property name="simanContext" value="#Database_Management.htm"/>
+ <property name="simanContext" value="#Database_Management.htm" />
<property name="searchService" ref="searchService" />
</bean>
<bean id="importUserAction"
class="org.splat.simer.admin.ImportUserAction" scope="prototype"
parent="baseAction">
- <property name="simanContext" value="#Database_Management.htm"/>
+ <property name="simanContext" value="#Database_Management.htm" />
<property name="repositoryService" ref="repositoryService" />
<property name="userService" ref="userService" />
</bean>