[standard] Newbie: How to extend the examples?

2002-02-01 Thread Eric . Lewis
Hi I'm new to JSTL and not quite new to Java. I think JSTL is the best thing since sliced bread :-) but I'm having a problem. Probably this is a very dumb question, but anyway... (I tried the examples and they all work) All I'm trying to do is set up a new iterator. Thus, I modify

Re: [standard] Newbie: How to extend the examples?

2002-02-01 Thread Shawn Bayern
Hi Eric, It actually looks like what you've done is correct. Make sure that you've recomppiled the org.apache.taglibs.standard.examples.startup.Init class and that the container is noticing your changes. For instance, add some logging to that class and see if your message is printed to the