for some reason, almost every time i start up my app server (jboss 3.0.4 w/ tomcat 4.1.12) and click to a jsp with an <html:form> element, i get the following exception:

java.lang.NoSuchMethodError: org.apache.strutsel.taglib.html.ELFormTag.getFocusIndex()Ljava/lang/String; at org.apache.strutsel.taglib.html.ELFormTag.evaluateExpressions(ELFormTag.java:143) at org.apache.strutsel.taglib.html.ELFormTag.doStartTag(ELFormTag.java:89) at org.apache.jsp.List_jsp._jspx_meth_html_form_0(List_jsp.java:197) at org.apache.jsp.List_jsp._jspService(List_jsp.java:114) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136) at
...

there is nothing about focus anywhere in my jsps, so i'm at a loss as to how to explain what is causing this exception. anybody seen anything like this?


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to