Hey,
Is it possible to use the same action path for two different inputs
<action path="/user"
type="com.myweb.application.actions.UserAction"
name="userForm"
scope="request"
input="?"
attribute="userForm" />
Id like the input to come from addUser.jsp if its an add and updateUser
if its an update.
input="/addUser.jsp" or input="/updateUser.jsp"
Is there anyway to accomplish this?
Thanks,
Ciaran
- Re: <action-path> question Ciaran Hanley
- Re: <action-path> question Mark Lowe
- Re: <action-path> question Michael McGrady
- RE: <action-path> question Saul Q Yuan

