Putting it in another way...how can I send a value from the Action to the jsp
and use that value in another action in the next request?

Specifically, what struts2 tag should be used in the jsp? 


wild_oscar wrote:
> 
> I'm having doubts on a really basic question: which values are passed to
> the action (and can therefore be get/set) with a s:submit button?
> 
> I ask this because I have a form with two submit buttons:
> 
> Button 1 does some work and sets parameter par1 which is retrieved in the
> jsp with a <s:property> tag;
> 
> Button 2 should get par1 and do additional work. I thought that the action
> was able to get par1 here, but apparently not. Which tags are sent as
> parameters on a form?
> 

-- 
View this message in context: 
http://www.nabble.com/Which-values-are-passed-to-the-action-with-a-s%3Asubmit-button--tf4522862.html#a12925375
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