MonkeyBean and JSP

2002-06-25 Thread Alan Halley
Hi, I'm trying to run the tutorial examples on Tomcat 3.2.3 and Struts 1.0. I keep getting include requires flush=true compiler error when compiling MonkeyTree.jsp. When I put flush=true I get Illegal to flush in custom Tags. Any help or advice would be gratefully received. TIA Alan Halley

Re: MonkeyBean and JSP

2002-06-25 Thread Arron Bates
The Struts 1.0 part is fine, but Tomcat 3.x cannot do the recursive JSP stuff. A limitation of the earlier JSP 1.1 spec around the use of custom tags and the inclusion of other JSP evaluation. Something that the true recursive nature of the tutorial requires. You'll have to upgrade to Tomcat 4,