2011/9/18 Corrado Alesso <oda...@gmail.com>:
2011/9/21 Jeff Jensen <jje...@apache.org>:
Yes the application runs fine, my pages get decorated of course. It's
just annoying to have warnings. I don't know if I would prefer a
regular "div" as sitemesh's tag. Custom tags just "stand out" more.
Tools support is probably the road I would follow, that is including
what a given technology needs to run well in standard environments.
For JSPs of course this is a taglib definition.
I will take a look at this during the weekend, in the meantime, as
already said, a "list" of supported tags may be very useful, lowering
possibilities to miss something reading the source code.
2011/9/21 phamti <tin....@gmail.com>:
Jsp taglibs require a <tag-class> tag to describe the class
implementing the custom tag. SiteMesh's tags are not implemented as
standard Jsp tags, so this will probably fail.
2011/9/22 Corrado Alesso <co.a...@fastwebnet.it>:
Can anybody confirm that at the moment there are just two tags to
support, <sitemesh:write> and <sitemesh:decorate> ?
2011/9/22 Joe Walnes <j...@walnes.com>: