Lorenzo Sicilia wrote:
it don't work. The problem is the cast. the error is:


   411.  ResultSet pippo = (ResultSet) pageContext.findAttribute("elenco");
         ^-------^
*** Error: Type ResultSet was not found.

I understand:

<%=((javax.servlet.jsp.jstl.sql.Result)pageContext.findAttribute("rs")).getRowsByIndex()[0][2])%>

bye

Lorenzo Sicilia


--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to