AW: Q: JavaScrip with Struts HTML Tags

2002-05-02 Thread bjoern blum
Hello I just tried to use the javascript eventhandler onClick in my struts html:tag options. I want to submit my HTML-Form every time an element of my select tag has been selected. The developer guide contains such methods. But the compiler throws an error:

AW: Q: JavaScrip with Struts HTML Tags

2002-05-02 Thread bjoern blum
Sorry, But it still didn't work.. Error code: org.apache.jasper.compiler.CompileException: /select.jsp(16,0) Attribute onclick invalid according to the specified TLD You have the onclick event handler in the wrong place; stick it in html:select, not html:options. html:html head