Re: HTML encoding of text returned from a bean

2003-10-17 Thread Martin Gainty
Added .\WEB-INF\lib\struts.jar to classpath and that worked .. Thanks, -M - Original Message - From: "Michael D. Norman" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 2:15 PM Subject: RE:

RE: HTML encoding of text returned from a bean

2003-10-17 Thread Michael D. Norman
Scenario 1 works because the JSP parser understands it needs to parse the tags. However, Scenario 2 is simply returning text that will be written to the response. There is no way that I know of to force a container to read dynamically-generated JSP without spitting it out into a JSP file and incl