xhtml does not allow element content within other
> elements; for example the tag cannot contain a 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 e
gt;> From: "Laurie Harper" <[EMAIL PROTECTED]>
>> To: user@struts.apache.org
>> Subject: Re: xhtml problem
>> Date: Fri, 01 Jun 2007 16:36:01 -0400
>>
>>
>> That's a quite different issue from DTD validation. Yes, when you
>> use XML-fo
tax.
- rc
> - Original Message -
> From: "Laurie Harper" <[EMAIL PROTECTED]>
> To: user@struts.apache.org
> Subject: Re: xhtml problem
> Date: Fri, 01 Jun 2007 16:36:01 -0400
>
>
> That's a quite different issue from DTD validation. Yes, when you
That's a quite different issue from DTD validation. Yes, when you use
XML-format JSP documents, they must be authored in well-formed XML. This
isn't a Struts tags issue; the same would be true for any JSP custom
action (tag) from any source.
For the case you describe below I'd probably try a c
--
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/xhtml-problem-tf3848996.html#a10919270
Sent from the Struts - User mailing list archive a
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
y 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"
> Subject: Re: xhtm
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 tag cannot contain a 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.
Any suggestions?
- Ray Clough
--
View this message in context:
http://www.nabble.com/xhtml-problem-tf3848996.html#a1090242
9 matches
Mail list logo