Re: alternate parameter values with html:submit

2001-12-12 Thread Krishnamoorthy
i think you will able to get this values if you have written the form class i.e; the set and get method for each of those variable i.e; for text1,text2,checkbox,select. eg: Inside your form class you should have setText1(String x){ } String getText1(){ } I think this will helps you, Kicha P.

alternate parameter values with html:submit

2001-12-12 Thread Lachlan Holmes
I am trying to figure out how to send a parameter name and value in a tag that is in the middle of a form (with a different submit at the end). The basic idea behind it is: So I have a submit at the end that wants all the values in the form, and a submit in t