DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27688>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27688 Error on html:text tag with indexed=true ------- Additional Comments From [EMAIL PROTECTED] 2004-03-16 03:24 ------- I'm guessing you didn't ask about this first on the user list. If you did, I apologize for my next statement. It's really useful if you ask about these problems first on the user list, in case your problem can be easily determined by gathering a little more information. It's much easier to discuss these things on the list, as opposed to in here. It appears that you're using Resin. Resin has their own JSTL implementation which often conflicts with other uses of the JSTL. Make sure you disable Resin's JSTL. You would likely get this error if "javax.servlet.jsp.jstl.core.LoopTagSupport.getLoopStatus()" or "javax.servlet.jsp.jstl.core.LoopTagStatus.getIndex()" are not available for some reason. Since you apparently were able to test other aspects of JSTL usage, I'm guessing the likely problem is that you're using Resin's JSTL and not Jakarta's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]