Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1411 → Rev 1426

/branches/v3/impl/conf/WEB-INF/struts/tiles-pae-questionarios.xml
39,6 → 39,13
</definition>
 
 
<definition name="page.pae.questionario.pedagogico.message" extends="page.pae.separators.home">
<put name="separator" value="1" type="string"/>
<put name="topnav" value="/user/questionarios/pedagogicoEstudante/topnavQuestionarioPedagogicoSendMessage.jsp"/>
<put name="body" value="/user/questionarios/pedagogicoEstudante/sendMessageQuestionarioRequisitados.jsp"/>
</definition>
 
 
<!-- Modulo do Pedagogico Estudantes -->
<definition name="page.pae.questionario.courses.selection" extends="page.pae.separators.home">
<put name="separator" value="1" type="string"/>
/branches/v3/impl/conf/WEB-INF/struts/struts-pae-questionarios.xml
10,6 → 10,7
<form-beans>
<form-bean type="pt.estgp.estgweb.web.form.questionarios.QuestionarioForm" name="QuestionarioForm"/>
<form-bean type="pt.estgp.estgweb.web.form.questionarios.QuestionarioRespostaForm" name="QuestionarioRespostaForm"/>
<form-bean type="pt.estgp.estgweb.web.form.questionarios.QuestionarioMessage" name="QuestionarioMessage"/>
</form-beans>
 
<global-exceptions>
89,6 → 90,30
<forward name="success" path="page.pae.separators.home"/>
</action>
 
<action path="/user/startQuestionariosPaeMessagePedagogico" forward="page.pae.questionario.pedagogico.message"/>
<!--<action path="/user/startQuestionariosPaeMessageXPTO" forward="page.pae.questionario.XPTO.message"/>-->
<action path="/user/questionariosPaeMessagePedagogico"
type="pt.estgp.estgweb.web.controllers.questionarios.QuestionarioController"
name="QuestionarioMessage"
scope="request"
parameter="dispatch"
validate="true"
input="page.pae.questionario.pedagogico.message">
<forward name="success" path="page.pae.questionario.see"/>
</action>
 
<!--Outros no futuro
<action path="/user/questionariosPaeMessageXpto"
type="pt.estgp.estgweb.web.controllers.questionarios.QuestionarioController"
name="QuestionarioMessage"
scope="request"
parameter="dispatch"
validate="true"
input="page.pae.questionario.XPTO.message">
<forward name="success" path="page.pae.questionario.see.XPTO"/>
</action>
-->
 
<!--%%%%%%%%%%%%%%%% Pedagogico Alunos Modulo %%%%%%%%%%%%%%%%%%%-->
<action path="/user/questionarioPedagogicoStartChooseCourses" forward="page.pae.questionario.courses.selection"/>
<action path="/user/questionarioPedagogicoStartCheckCourses" forward="page.pae.questionario.courses.check"/>