I was afraid to hear this and thought about this workaround, too - guess
I need to go for that.

Thanks once more!

Wolfgang

>>> [EMAIL PROTECTED] 2004-03-24 00:19:43 >>>

There isn't a great way to do this except to do <c:set> then previous 
approach, e.g.,

<c:set var="foobar" value="${myRow[myCol]}" />
<%
Object foobar = pageContext.findAttribute("foobar");
%>



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

Reply via email to