Despite DynAttr Tag Library being the obvious choice, neither does it have
it have runtime errors nor code completion.

autocomplete attribute is more often than not a requirement in banking web
applications for security reasons, and is supported by browsers for a really
long time (it was introduced by Microsoft with Internet Explorer 5 in 1999).
For that reason it has been included in the HTML5 spec (
http://dev.w3.org/html5/spec/common-input-element-attributes.html#the-autocomplete-attribute)
and should be included in our Standard Tag Library.

--
Samuel Santos
http://www.samaxes.com/


2010/9/4 Grzegorz Krugły <g...@karko.net>

>
>
>  autocomplete is not in HTML spec, so it's not in the taglib. There's a
> second version of tag lib that allows dynattrs, which will pass down to
> the HTML any attribute; I tend to have them both added in different
> namespaces so I can use autocomplete="off" when necessary.
>
> W dniu 04.09.2010 05:00, Samuel Santos pisze:
> > I would like to add that our taglib should really be updated.
> >
> > It's missing some very useful HTML attributes (e.g. autocomplete="off"
> > on <form> elements, supported by most browsers), and we should as
> > well, begin to add some of the new stuff coming from the HTML5 spec.
>
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to