Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to be entered into the output of c:url. Is that not correct? Because it's not working! From the JSTL 1.1 Spec

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to be entered into the output of c:url. Is that not correct? Because it's not working!

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to be entered into the output of

Re: c:url and context path completion

2007-11-28 Thread Hassan Schroeder
On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: I'm seeing it produce /images/pluslittle.gif, and it completely ignores the context path. I'm using tomcat 6 and java 1.5 I've never seen this *not* work. Do any of your JSTL tags work? What is the Servlet Spec version in your

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read

Re: c:url and context path completion

2007-11-28 Thread Kris Schneider
On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote:

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Hassan Schroeder wrote: On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: I'm seeing it produce /images/pluslittle.gif, and it completely ignores the context path. I'm using tomcat 6 and java 1.5 I've never seen this *not* work. Do any of your JSTL tags work? What

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote:

Re: c:url and context path completion

2007-11-28 Thread Martin Cooper
On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I had read somewhere that c:url

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Martin Cooper wrote: On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton Adams [EMAIL PROTECTED] wrote: I was sure that I

Re: c:url and context path completion

2007-11-28 Thread Hassan Schroeder
On Nov 28, 2007 1:38 PM, Martin Cooper [EMAIL PROTECTED] wrote: No, it's sitting in webapps/appname/WEB-INF/jsp/otherdir/somejsp.jsp Well, that's very likely the cause of what you're seeing. Anything under WEB-INF is not permitted to be accessed directly (i.e. from outside the web app

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Hassan Schroeder wrote: On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: I'm seeing it produce /images/pluslittle.gif, and it completely ignores the context path. I'm using tomcat 6 and java 1.5 I've never seen this *not* work. Do any of your JSTL tags work? What

Re: c:url and context path completion

2007-11-28 Thread Trenton Adams
Trenton Adams wrote: I was sure that I had read somewhere that c:url value=/images/pluslittle.gif/ usage would automatically cause the context path to be entered into the output of c:url. Is that not correct? Because it's not working!

RE: c:url and context path completion

2007-11-28 Thread DeVries, Joe M
, 2007 3:49 PM To: Tag Libraries Users List Subject: Re: c:url and context path completion On Nov 28, 2007 1:43 PM, Trenton Adams [EMAIL PROTECTED] wrote: Martin Cooper wrote: On Nov 28, 2007 1:01 PM, Trenton Adams [EMAIL PROTECTED] wrote: Kris Schneider wrote: On 11/28/07, Trenton