On Wed, 30 Oct 2002, Lorenzo Sicilia wrote:
> I have tried this:
> pageContext.findAttribute("elenco").getRowsByIndex()
> the error is:
>
> *** Error: No method named "getRows" was found in type "java/lang/Object".
>
> I need read the fields and colums with a for.
This is one of the advantages of JSTL. When you use scriptlets, you have
to cast the result of pageContext.findAttribute() to the right type.
--
Shawn Bayern
"JSTL in Action" http://www.jstlbook.com
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>