Mark S Petrovic wrote:

Whatever is misconfigured in my app is not a completely fatal situation:
I just can't get at the scripting variables to do meaningful operations
on them.
Can you set a String into scope:

request.setAttribute("foo", "bar");

then in a JSP do:

<c:out value="${foo}"/>

?

Dave



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

Reply via email to