Hugh Allen wrote:
1) Typing HTML code into an HTML form text area seems to cause problems. The tags in the templates appear to get confused with the tags in the JSP pages. In effect, I would like the contents of the textarea to be treated as <code>.

Do you know about the way that you can get HTML to render "<" and ">" in a browser? by using "&lt;" and "&gt;"?


Perhaps it would help if process your text at some stage, changing each < and > as above.

Rich Hammer


_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to