Hi Maverick users,
I have a simple problem. Of course, I'd like a simple solution :-)
We use a header JSP across many JSP pages. On some of those JSP pages, we
have Javascript functions available (inside the <head> tag), but not on all
pages.
We use the ${wrapped} and Maverick transformation to replace the <body>
content on our pages. But we can't have multiple ${wrapped} in one page, so
we can't use Maverick transform to replace the Javascript functions when
needed.
Ideally, we would have something like that in the header JSP:
<head>
<c:out value="${wrapped}" escapeXml="false"/> <-- "transform" this
to Javascript functions -->
</head>
<body>
<c:out value="${wrapped}" escapeXml="false"/> <-- "transform" that
to body content -->
</body>
At the moment, we have the choice of several (unsatisfying) workarounds:
* have all Javascript functions in all pages,
* create a custom header for each set of Javascript functions
Any pointer would be appreciated.
Cyrille.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
[INVALID FOOTER]