i've explicitly passed the name of the action to take into the page,
in similar situations.  my form has
<s:form ... action="%{actionname}" ....>

    or, i've used the session, so the form tag looks like
<form ... action="<s:property value="#session.actionname" />" ....>

    YMMV.

-- 
Mitch Gorman
mgor...@shadowtv.com
(215) 764-6310
Skype: mitch.shadowtv.com


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to