Hi all, I've reawakened after a long period of absense and I'm focussed now on getting out a 1.2 release.
What I'm adding at the moment is full XHTML attribute support for the tags, so that you can use them easily. In version 1.1 you had to write stuff like this: <input:text name="blah" size="20" attributesText='class="myclass" id="myid" onclick="blah blah"' /> Which was ugly and hard to get your quotes right! So I've added in attributes for all the XHTML attributes so you can use it more like: <input:text name="blah" size="20" className="myclass" id="myid" onclick="blah blah" /> Note I've had to use className instead of class because you can't use "class" as a taglib property. Does anyone know any different on that? It would be neat to not have to use className! It's quite a major addition, but won't have any regression effects. I'm also trying to work through the current bugs on the taglib as well so that they are all resolved. Cheers, Karl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
