Mike,

The strict version:
<%@ taglib prefix="s" uri="http://stripes.sourceforge.net/stripes.tld"; %>

The same but non-strict version:
<%@ taglib prefix="sd" 
uri="http://stripes.sourceforge.net/stripes-dynattr.tld"; %>

Thus allows you to do:

<sd:password autocomplete="on" ...

--Nikolaos



Mike McNally wrote:
> I remember reading something on this list not too long ago about a way 
> to use ordinarily-unrecognized attributes on Stripes tags. (For 
> example, "autocomplete" on <s:password> tags.) For the life of me I 
> can't find that reference now. I think it had something to do with 
> pulling in an alternate version of the taglib.
>
> Is that possible?  Is it possible to have both the "strict" and 
> "loose" taglibs active in a given page at the same time? Can I mix use 
> of such tags within a single form?
>
> Thanks!!
>
> -- 
> Turtle, turtle, on the ground,
> Pink and shiny, turn around.


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to