[Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Cyrille Bonnet
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

RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread jim moore
:07 PM To: [EMAIL PROTECTED] Subject: [Mav-user] Multiple conditional ${wrapped}? 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

RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Cyrille Bonnet
PROTECTED] Subject: RE: [Mav-user] Multiple conditional ${wrapped}? Why not just put all the javascript functions in a .js file and then just include that in the pages: script language=javascript src=functions.js/ --jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Doug Kirk
PM To: [EMAIL PROTECTED] Subject: [Mav-user] Multiple conditional ${wrapped}? 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

RE: [Mav-user] Multiple conditional ${wrapped}?

2004-09-01 Thread Schnitzer, Jeff
From Cyrille Bonnet Hi Jim, script language=javascript src=functions1.js/ For page1 And: script language=javascript src=functions2.js/ For page2. (indications on wether to include functions1.js or functions2.js would be included in maverick.xml as a transform) There are a