Re: JSTL quickie [ot]

2003-01-19 Thread Mike Zeitlin
%=indx.getExceptiontxt()% On Sat, 18 Jan 2003, Jason Pyeron wrote: tdprec:forEach var=c items=${indx.exceptiontxt}c:out value=${c}//c:forEach/pre yields tdpre1069711897461089711010... ...1041141019710046106971189758535154411310/pre On Sat, 18 Jan 2003,

JSTL quickie [ot]

2003-01-18 Thread Jason Pyeron
tdprec:out value=${indx.exceptiontxt}//pre is giving a [B@19c4091, thats a byte array, how do I burp this out as text? -jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

Re: JSTL quickie [ot]

2003-01-18 Thread Jason Pyeron
tdprec:forEach var=c items=${indx.exceptiontxt}c:out value=${c}//c:forEach/pre yields tdpre1069711897461089711010... ...1041141019710046106971189758535154411310/pre On Sat, 18 Jan 2003, Jason Pyeron wrote: tdprec:out value=${indx.exceptiontxt}//pre is

Re: JSTL quickie [ot]

2003-01-18 Thread Kris Schneider
Don't think that's gonna happen with JSTL. Something like the following expression element should work: td pre %= new String(((ClassOfIndx)pageContext.findAttribute(indx)).getExceptiontxt()) % /pre Jason Pyeron wrote: tdprec:forEach var=c items=${indx.exceptiontxt}c:out

Re: JSTL quickie [ot]

2003-01-18 Thread Jason Pyeron
thanks, i was having mental blocks on this one: its a page to list the exceptions thrown by tomcat for a web app. We never display an exception to a user, instead we give them a message like : We are sorry that you are having trouble with this application. If you require assistance with this