Hi, I do not know a text tag in struts: http://struts.apache.org/2.2.3/docs/ui-tag-reference.html
And the texfield tags renders correct with closing /> (at least in my app) Might it be related to the tag itself? What doctype do you use? Cheers On Thu, Aug 11, 2011 at 7:18 PM, Anjib Mulepati <anji...@hotmail.com> wrote: > Hi All, > > I was wondering if there is any way we can tell struts to put '/' at the end > of the tag. > > For example if we have struts tag as > <html:text styleId="agencyName" title="Agency Name" size="30" > property="agencyName" value="" /> > > it will convert to > <input type="text" name="agencyName" size="30" value="" id="agencyName" > title="Agency Name"> > > Now, is there anyway we can have this > <input type="text" name="agencyName" size="30" value="" id="agencyName" > title="Agency Name" /> > > Thanks, > Anjib > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- http://www.grobmeier.de --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org