Ajout d'un report lors de la création de la conf, ce report pourra être utilisé pour avoir les infos de la conf.

--> A finir
This commit is contained in:
Frederic Debuire
2008-02-17 15:17:15 +00:00
parent 7fde84ea7b
commit 02fa9ab525
5 changed files with 131 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
<prop key="/dispatchArticleList.htm">DispatchArticleListController</prop>
<prop key="/dispatchArticle.htm">DispatchArticleController</prop>
<prop key="/addConference.htm">AddConferenceController</prop>
<prop key="/reportConfCreate.htm">ReportConfCreateController</prop>
<prop key="/evaluation.htm">EvaluationController</prop>
<prop key="/createReport.htm">CreateReportController</prop>
<prop key="/listConference.htm">ListConferenceController</prop>
@@ -164,6 +165,12 @@
<property name="evaluationManager" ref="evaluationManager" />
<property name="validator" ref="ConferenceValidator" />
</bean>
<bean id="ReportConfCreateController"
class="org.yacos.web.chairman.controller.ReportConfCreateController">
<property name="conferenceManager" ref="conferenceManager" />
<property name="evaluationManager" ref="evaluationManager" />
<property name="userManager" ref="userManager" />
</bean>
<bean id="ConferenceValidator"
class="org.yacos.web.chairman.validation.ConferenceValidator">