Hi,
 
I have noticed the following, when I make a form using struts, with radio, checkbox and hidden fields,
and later on do an xsl transformation over the "xhtml" the xhtml is invalid. the <form:hidden> and other Basefieldtags
are rendered as <input type="xxx"> > (without the / )
 
is there a reason that it is not rendered as <input type="xxx"/> (with the / )
or <input type="xxx"></input>  so I can "transform" it lateron?
 
Thanx
 
Bram Meijboom

Reply via email to