Hi, Does anyone know how to call a Struts action using Javacript...
I am using: <html:form action+"..."> ... </html:form> I know for regular form tags (<form>) you can use: document.formname.submit ()... How would you do it for <html:form>? I have to use this because I am using the Struts Bridge in Jetspeed-2... Thanks, Akshay