[OT][JSTL] Re: value from varstatus

2008-08-16 Thread Dave Newton
--- On Sat, 8/16/08, cpanon <[EMAIL PROTECTED]> wrote: > Whenever I try to get the numerical value of varStatus all > I get is this Typejavax.servlet.jsp.jstl.core.LoopTagSupport [...] "All you get" is giving you precisely what you've asked for. You'd need to use ${varStatus.count} (or index) or

value from varstatus

2008-08-16 Thread cpanon
Hello Whenever I try to get the numerical value of varStatus all I get is this [EMAIL PROTECTED] Furthermore I cant seem to use the name attribute to properly evaluate down to value, it keeps saying that the value(which I want and proves it can do the dereferencing) is not a bean, no matter what