You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by George Hill <ge...@xymail.net> on 2002/11/20 03:05:54 UTC

a html tag problem

hi, all
    i am using struts 1.0.2.i have a problem about the html tag.for example, the <html:text> tag. sometimes i need some html code like <input type="text" name="xxx" class="xxx" id="xxx" size="10">. how can i put the "class" and the "id" property to
struts html tag?
    thanks all.:)