I'm not sure if it helps, maybe you will be luckier looking at http://struts.apache.org/1.x/struts-taglib/tlddoc/html/xhtml.html -- Maurizio Cucchiara
On 11 August 2011 19:31, Dave Newton <davelnew...@gmail.com> wrote: > wrong version of struts. > On Aug 11, 2011 1:23 PM, "Christian Grobmeier" <grobme...@gmail.com> wrote: >> 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 >> > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org