posted 16 years ago
Thanks Jeanne....
But it would have been great if you could expain this to me with a small example....
As i am not very clear....
What iam doing is iam selecting a radio button and clicking submit.
My code is something like as mentioned below
<logic:iterate>
<for label>
//below is for label
<bean:write name="abcForm" propery=empid>
//below is the radio button and its value
<html:radio name="currenty i dont care" id="currently idontcare" value=<%="empName.toString" />
</logic:iterate>
Both empName and empid are properties of the form.
My code is something like above, if not exactly the same...
Now i select a radio button from the list of radios displayed ,and clicks submit.
On click of submit, it calls javascript, form where it forwards to a particular action class.Then question here is how can i send both "empId" and "empName" values?
Man Suraj
Someone says "Impossible is nothing". The man next him says "Let me see you licking your elbow tip!"