Re: Struts and XHTML

2005-09-07 Thread Adam Hardy
It's valid XHTML 1.0 transitional. What are you using? [EMAIL PROTECTED] on 07/09/05 00:01, wrote: Dne středa 07 září 2005 00:46 [EMAIL PROTECTED] napsal(a): Hello all, I have problem with struts. Is struts XHTML compliant ? I mean that is not allowed in XHTML and in example this snippet of

Re: Struts and XHTML

2005-09-06 Thread miloslav . vlach
Dne středa 07 září 2005 00:46 [EMAIL PROTECTED] napsal(a): > Hello all, > > I have problem with struts. Is struts XHTML compliant ? I mean that lang="en"> is not allowed in XHTML and in example this snippet of struts > code > > name="question_item" property="question" /> > > is translated to the

Struts and XHTML

2005-09-06 Thread miloslav . vlach
Hello all, I have problem with struts. Is struts XHTML compliant ? I mean that is not allowed in XHTML and in example this snippet of struts code is translated to the html as s but the input tag is not closed. Is there any solutions to struts generate valid XHTML code ? Thanks Mila --