On Mon, 18 Nov 2002, SANZ SANFRUCTUOSO, Manuel wrote: > OK, but... How can I manage this Result object "r" with JSTL core > tags?
You first need to expose it as a scoped variable. Instead of --
> <% Result r = ResultSupport.toResult(rs; %>
-- simply write
<% pageContext.setAttribute("r", ResultSupport.toResult(rs)); %>
--
Shawn Bayern
"JSTL in Action" http://www.manning.com/bayern
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
