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:
<td><pre><c:forEach var="c" items="${indx.exceptiontxt}"><c:out value="${c}"/></c:forEach></pre>

yields

<td><pre>1069711897461089711010...
...1041141019710046106971189758535154411310</pre>



On Sat, 18 Jan 2003, Jason Pyeron wrote:



<td><pre><c:out value="${indx.exceptiontxt}"/></pre>

is giving a [B@19c4091, thats a byte array, how do I burp this out as text?

-jason

--
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to