By chaining several actions together.  All of the getters inside those
actions are availible to the resulting .jsp/vm/or ftl.

I have used chain in cases where I had a more generic action that supplied
values for picklists and I needed those values supplied to several pages. 
The action definitions were configured to include that more generic action
for the picklists.  That is just one use case though.  The above could be
solved via inheritance as well, that has its own side effects.

In the end are you trying to do a more wizard multi/step solution?

Matt

ravi_eze wrote:
> 
> hi,
> 
> We have a form in c.jsp which by some event makes an ajax call fetching
> b.jsp, a.jsp and rendering it. Now the requirement is that 
> 
> (1) i want to get this b.jsp by calling some other action class. 
> (2) Once its rendered and i submit the page c.jsp the consecutive action
> class should be able to get all the entries made even in the b.jsp & a.jsp
> (obtained by ajax call)
> 
> i am not sure how action chanining/ s:action can help me. 
> 
> any hlep / pointers?
> 
> regards,
> ravi 
> 

-- 
View this message in context: 
http://www.nabble.com/Multiple-Actions-for-a-single-page.-Is-this-possible-tp16044652p16128576.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to