Re: remoteUser

2003-08-12 Thread Felipe Leme
PageContext is not a JSTL-only object, it's part of the Servlet API and as such, it's documented there: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/jsp/PageContext.html Felipe On Tuesday 12 August 2003 09:48 am, p-at-zdzior pazdzior-at-interia.pl |jakarta| wrote: > by the way

RE: Removing a value from a map present in Session

2003-08-12 Thread Siggelkow, Bill
Ahh !! You're right! I was just looking at the spec for and it is clearly stated. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:51 PM To: Tag Libraries Users List Subject: RE: Removing a value from a map present in Session Well, the

Difference between c.tld and c-rt.tld

2003-08-12 Thread Narayan, Anand
Whats the difference between the runtime version and the normal version of JSTL tags. I was under the impression that if we used th normal tags we could not use Java scriptlet code within the page. Is that correct? Or can we mix the two even when using the normal tags? Thanks Anand