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?