Ray Clough wrote:
The failure is in the deployed code.  The processor which produces html from 
the jsp markup (in tomcat, in this case) will not allow the nested elements.  
It is treating everything as pure xml, and the dtd for xhtml won't allow that 
type of markup.  I could live with it if it was only the editor which was 
complaining.  I have been trying to use a blend of jsp el with the s2 tags, but 
that has problems too.


Use the jsp:output [1] element to declare the DTD you want the response XHTML to use.

[1] http://java.sun.com/products/jsp/syntax/2.0/syntaxref2022.html#1004130

hth,

Manos

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

Reply via email to