On Tue, 8 Oct 2002, petra staub wrote:

> I use the <c:import> tag for including my general header file.
> Parameters such as the title, I pass by parameters: <c:param
> name="title" value="myTitle">.
> 
> However, in some jsp files I still require some javascript...
> 
> What would be a good solution for providing for individual jsp files
> some additional code? (without creating a "javascript" file which is
> again imported in header.jsp...I would like to avoid to many file
> fragments for a single page)
> 
> I tried the following but which seems not to work correctly for me.

It looks like what you're doing is correct.  How does it fail for you?
(I'm away at a conference, so I can't easily test it myself or look in
closer detail for a few days.)

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to