found it ;)
i needed to add this to struts.xml :
<action name="person" class="personAction">
<result>/WEB-INF/pages/person.jsp</result>
<result name="form" type="redirect">person.html</result>
<result name="input">/WEB-INF/pages/person.jsp</result>
</action>
tibi wrote:
ok i should have put them not next to my classes but in resource. now
they are in my war file.
and it works but now i get a page not found error...
next step...
tibi
tibi wrote:
i'm working on adding validators.
i tried following this tutorial:
http://appfuse.org/display/APF/Using+Struts+2
i added the 2 *-validator.xml files next to the classes.
but nothing happens. should i add or enable something else?
tibi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]