Re: Feature wanted: autocomplete attribute for html:text/form tag s

2005-05-11 Thread Tomasz Nazar
On Tue, May 10, 2005 at 05:12:40PM +0100, Niall Pemberton wrote: > Since Struts 1.2.5 the html tags have had some re-factoring that makes it > easier to create your own custom version. All you need to do is extend the > TextTag, add appropriate getter/setter methods for a new "autocomplete" > prope

Re: Feature wanted: autocomplete attribute for html:text/form tag s

2005-05-10 Thread Niall Pemberton
Since Struts 1.2.5 the html tags have had some re-factoring that makes it easier to create your own custom version. All you need to do is extend the TextTag, add appropriate getter/setter methods for a new "autocomplete" property and override the prepareOtherAttributes() method to output your addit

Re: Feature wanted: autocomplete attribute for html:text/form tag s

2005-05-09 Thread Tomasz Nazar
On Mon, May 09, 2005 at 02:02:52PM -0400, Benedict, Paul C wrote: > Tomasz, > > If you need to output additional attributes, you don't use Struts to write > that particular tag. You are not forced to use Strut's tags. > Consider vanilla HTML -- the good ol' days -- and use EL to get what you > wa

RE: Feature wanted: autocomplete attribute for html:text/form tag s

2005-05-09 Thread Benedict, Paul C
Tomasz, If you need to output additional attributes, you don't use Struts to write that particular tag. You are not forced to use Strut's tags. Consider vanilla HTML -- the good ol' days -- and use EL to get what you want from Struts. -Original Message- From: Tomasz Nazar [mailto:[EMAIL