thanx michael. have one question though
<action path = "/storeItem" type = "com.superinterface.items.StoreItemAction" name = "itemFormInput"> <forward name="itemStored" path="/itemList.do" redirect="true"/> <forward name="storeError" path="/editItem.do" redirect="true"/> </action>
in the example above, the redirect would produce a new request object right? which means i'll lost some vars that i already have from my "action1" which r required in "action2"
i'm thinking i shud redirect with the three parameters that i need - ie create the forward dynamically. am i right?
perhaps there's a shorter way?
thanx for the quick reply riyaz
Michael Jouravlev wrote:
Michael.
i have to following scenario.
interface1 =>action1 => action2 => interface2
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]