Re: Question s:if and java variables in jsp scriplets

2007-12-04 Thread Dave Newton
Just use the status variable; that's more or less one of the reasons it's there :) d. --- Marc Eckart <[EMAIL PROTECTED]> wrote: > Hi, > > I have another Problem connected to the iterator problem :-) > > I have some java variables in my jsp side which do some counting for > navigation purposes

Question s:if and java variables in jsp scriplets

2007-12-04 Thread Marc Eckart
Hi, I have another Problem connected to the iterator problem :-) I have some java variables in my jsp side which do some counting for navigation purposes. I need these to decide if I want to render a tableheader (in case of the first element of the collection) or not. We can't put all entries in