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

Reply via email to