From: "Willie Vu" <[EMAIL PROTECTED]> > I want to use a i18n & Formatting tag library identical to JSTL's. Since > Jelly implements a collection of JSTL tags to perform core features, I > wonder if fmt will be supported.
Sounds like a good idea. I did hear someone talking about building one, maybe on the maven-dev list I think - though I can't remember who it was. So far nothings been contrbuted as of yet AFAIK. > If I want to create the tag library > myself, can someone offer some pointers? Unfortunately the documentation's pretty weak right now... http://jakarta.apache.org/commons/sandbox/jelly/faq.html I'd maybe try take a look at one of the existing tag libraries and copy how its done, maybe using the util library as an example. They've recently been refactored into seperate builds to make things easier to manage, so if you surf the util library you'll get a feel for how it fits together and how to write some unit test cases with JellyUnit etc.. http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/util/ James ------- http://radio.weblogs.com/0112098/ > > Thanks. > > -- > Willie Vu > Center for Enhanced Learning and Training > Hong Kong University of Science and Technology > mailto:[EMAIL PROTECTED] > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
