ELFormTag.getFocusIndex() no such method

2003-01-02 Thread Brian Moseley
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

Re: ELFormTag.getFocusIndex() no such method

2003-01-02 Thread David M. Karr
Brian == Brian Moseley [EMAIL PROTECTED] writes: Brian for some reason, almost every time i start up my app server (jboss 3.0.4 w/ Brian tomcat 4.1.12) and click to a jsp with an html:form element, i get the Brian following exception: Brian java.lang.NoSuchMethodError:

Re: ELFormTag.getFocusIndex() no such method

2003-01-02 Thread Brian Moseley
David M. Karr wrote: On December 13th, the focusIndex attribute was added to the form tag in the base library. Later that day, I added focusIndex to the form tag in Struts-EL. If you're getting this error, then the version of strutsel.jar that you have does not match the version of struts.jar