I'm using struts 2.0.9.
Where do i read about action mappings and how to configure them?
Is there any detailed documentation? Right now i'm doing something like
this...but i don't really know why i need the result name="input" tag
and couldn't find any info about it on my own:
<action name="prepvendor" class="addPoAction"
method="prepVendor">
<result>/popages/selvendor.jsp</result>
<result name="input">/popages/selvendor.jsp</result>
</action>
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]