> Can someone tell me if this snippet of JSP code is valid?
> ...
> <REPEAT index="x">
> <% bean.checkIndex(x); %>
> <REPEAT index="y">
> <% bean.checkIndex(y); %>
> <INSERT>
> $(BEAN=bean PROPERTY=test(x,y))";
> </INSERT>
> </REPEAT>
> </REPEAT>
> ...
A bit of the topic here, but you might consider not even writing this code,
since it's such tags are not part of JSP 1.0. There, you should just use
regular loops via scriptlets. I'm already suffering pains from using
features in JSP 0.92 which are now gone, and they all have to be tweaked...
David
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".