Rauf Khan ha scritto:
       <action   path="/some"    name="InfoForm"
type="InformationAction"      scope="request"     validate="true"
input="/jsp/compose.jsp">
           <forward name="next" path="resultpage"/>
       </action>

The problem is in the "input" attribute: you have to put either "composepage" (the name of the definition, I am not sure if it works) or a JSP page inclusing the "composepage" definition, via the <tiles:insert definition="composepage"> tag. "/jsp/composepage.jsp" seems to be the body, not the complete page, am I right?

HTH
Antonio


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to