hi folks,
I have an action that might be called from many jsps.
If i understand correctly the input specified for
action tag will dictate where to go in case there's an
error in validation.. How would I be able to specify
the input as a variable.. My Actions allow user to
pass in a URL and ERL indicating where to go in the
normal and error case. Can I integrate this with the
action input tag?
thanks!!
this is my action mapping

    code:


<action path="/deleteUnit" name="deleteUnitForm"
                        type="com.xxx.DeleteUnitFormAction"
                        input="">
                        <forward name="success" path=""/>
                        <forward name="failure" path=""/>
</action>


                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

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

Reply via email to