Multiple submit buttons in a single JSP

2008-02-07 Thread Johnson nickel
/ input type=submit name=buttonTwoPressed value=Update/ input type=submit name=buttonThreePressed value=Show/ -- View this message in context: http://www.nabble.com/Multiple-submit-buttons-in-a-single-JSP-tp15334087p15334087.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Multiple submit buttons in a single JSP

2008-02-07 Thread Lukasz Lenart
Hi, You can use s:submit value=Save method=save/ s:submit value=Update method=update/ s:submit value=Show method=show/ and Action class with three methods, the same like execute() http://struts.apache.org/2.x/docs/submit.html Regards -- Lukasz http://www.linkedin.com/in/lukaszlenart