Thanks for your aid. My problem is solved.
-----Mensaje original-----
De: Shawn Bayern [mailto:[EMAIL PROTECTED]]
Enviado el: lunes 18 de noviembre de 2002 14:43
Para: Tag Libraries Users List
Asunto: RE: RV: Manage Results obtained from ResultSets
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]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>