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

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




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, or some other JSP 1.2 container.

Sorry for the inconvenience. I have to propagate through my site that it
requires an up to date container.


Arron.


On Wed, 2002-06-26 at 00:34, Alan Halley wrote:
 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
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



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