RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
I use the following: By passing this you do not need the get by id. This also solves having forms with the same name. I dealt with this by using the name attribute in the html:form tag in struts 1.1, but switched to this when I upgraded to struts 1.2 since name is no longer valid in html:form

RE: Struts 1.2 - problems passing form values and form name to a javascript function

2005-02-12 Thread Jason Long
I use the following: By passing this you do not need the get by id. This also solves having forms with the same name. I dealt with this by using the name attribute in the html:form tag in struts 1.1, but switched to this when I upgraded to struts 1.2 since name is no longer valid in html:form