Re: help with xml syntax of JSP with taglibs

2004-02-09 Thread Kris Schneider
Quick try - what about something like this: style type=text/css @import url(c:url value=/css/main.ss); /style Otherwise, how 'bout using regular JSP syntax for bar.jsp ;-)? Or, if you're using JSP 2.0, it's pretty easy to do. If none of those work/apply, here's something goofy for your

help with xml syntax of JSP with taglibs

2004-02-05 Thread tj . herring
Hello... I have a file called /foo/bar.jsp. The file bar.jsp is an XML syntax JSP. The file is only being used by a 'forward' therefore the URL in the browser window stays the same (for example: http://localhost/webapp/index.jsp). index.jsp forwards to /foo/bar.jsp like this: jsp:forward

Re: help with xml syntax of JSP with taglibs

2004-02-05 Thread Larry Meadors
can you use the jstl xml tags to do that? I am guessing you can, but don't have time now to look it up... LArry [EMAIL PROTECTED] 02/05/04 1:57 PM Hello... I have a file called /foo/bar.jsp. The file bar.jsp is an XML syntax JSP. The file is only being used by a 'forward' therefore the URL