Hello all,

I have problem with struts. Is struts XHTML compliant ? I mean that <html 
lang="en"> is not allowed in XHTML and in example this snippet of struts code

<html:radio property="answer" value="answer"><bean:write name="question_item" 
property="question" /></html:radio><br/>

is translated to the html as

<input type="radio" name="answer" value="answer">sssss<br/>

but the input tag is not closed.

Is there any solutions to struts generate valid XHTML code ?

Thanks Mila

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

Reply via email to