RE: JSTL: session tracking

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Alex Reznik wrote: > i get all my info strictly from the tld's in my web-inf/tld. is there > another online document that has descriptions of all these tags in > more detail? Yes, JSTL is a standard and has a formal specification. The JSTL 1.0 specification is available fro

RE: JSTL: session tracking

2002-07-16 Thread Alex Reznik
List Subject: Re: JSTL: session tracking On Tue, 16 Jul 2002, Alex Reznik wrote: > I am trying to track a session using JSTL that was originated as a regular > jsp page, > <%@page session ="true" %>, i need to make a ckeck something like test="${empty session}">

Re: JSTL: session tracking

2002-07-16 Thread Shawn Bayern
On Tue, 16 Jul 2002, Alex Reznik wrote: > I am trying to track a session using JSTL that was originated as a regular > jsp page, > <%@page session ="true" %>, i need to make a ckeck something like test="${empty session}">, redirect... > what should be the body of my test?\ ${pageContext.sessio

RE: JSTL: session tracking

2002-07-16 Thread Alex Reznik
Nevermind, just checking for empty sessionScope works fine alex -Original Message- From: Alex Reznik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 12:05 PM To: 'Tag Libraries Users List' Subject: JSTL: session tracking Hi, I am trying to track a session using JST

JSTL: session tracking

2002-07-16 Thread Alex Reznik
Hi, I am trying to track a session using JSTL that was originated as a regular jsp page, <%@page session ="true" %>, i need to make a ckeck something like , redirect... what should be the body of my test?\ thank you, alex -Original Message- From: Shawn Bayern [mailto:[EMAIL PROTECTED]] S