Re: parseDate question

2003-06-17 Thread N. Chen
doesn't look like you can really use parseDate in millis formate. But you can do this. nick On Mon, 16 Jun 2003, James Norman wrote: > I am trying to parse a String object into a date using the parseDate tag. My code > is as follows: > > > > > And I get this exception: > [ServletExcept

Re: Exception var - how to get using JSTL

2003-06-17 Thread Jim Kennedy
This also works: (for Tomcat) but I wanted to avoid the "javax.servlet.jsp..." stuff. Your method is what I was looking for. I have not read anything that lead me to "exception" being the name of that property. Is there a table that shows all available pageContext properties. It's definitely

Re: Exception var - how to get using JSTL

2003-06-17 Thread Michael Duffy
Wouldn't you use ? That's just straight JSTL, so it should be okay. - MOD --- Jim Kennedy <[EMAIL PROTECTED]> wrote: > Can someone help me with the technique to grap the > exception (implicit) > variable that exists when isErrorPage=true. I know > it will be part of the > pageScope JSTL va

Exception var - how to get using JSTL

2003-06-17 Thread Jim Kennedy
Can someone help me with the technique to grap the exception (implicit) variable that exists when isErrorPage=true. I know it will be part of the pageScope JSTL variable, but I need a technique NOT specific to a container. I don't want to use <% %> at all. I need an only tag technique. Currentl