JSP taglib with tags-appender

Posted by tabdulin on Stack Overflow See other posts from Stack Overflow or by tabdulin
Published on 2010-05-17T04:24:18Z Indexed on 2010/05/17 4:30 UTC
Read the original article Hit count: 283

Filed under:
|
|

Using tiles, spring web mvc and a lot of jsp files.

I need some tags with following logic:

<tl:append tag="script">
    ... javascript code ...
</tl:append>

This jsp tag would append javascript code to bottom of in the . Just wanna have javascript in one place. Also, I wanna use such taglib for css styles and so on.

Are there any appropriate taglibs with such logic?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about taglib