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.

- rc


> ----- Original Message -----
> From: "Manos Batsis" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <user@struts.apache.org>
> Subject: Re: xhtml problem
> Date: Fri, 01 Jun 2007 13:14:45 +0300
> 
> 
> Ray Clough wrote:
> > I produce all my jsp pages is xml format - ie. as 'jspx' jsp-documents.  I
> > find a serious drawback to the struts tags, and I'm wondering if anyone has
> > a suggestion.  The xhtml does not allow element content within other
> > elements; for example the <td> tag cannot contain a <s:if> tag.  Lots of
> > examples in the struts documentation use this, which is not a problem for
> > regular html, but is a big show stopper in xml.  The tags do allow jsp-el,
> > but not other elements.
> 
> 
> Just do not use the DTDs while editing JSPs; for example include 
> them in the response using a static JSP include.
> 
> If you want validation during editing, the only AFAIK way would be 
> to play with the W3C Schema components developed as "Modularization 
> of XHTML in XML Schema" [1].
> 
> [1] http://www.w3.org/TR/xhtml-modularization/
> 
> hth,
> 
> Manos
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

>



- Ray Clough
[EMAIL PROTECTED]



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

Reply via email to