Hello,
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>
...
Basically, what I want to know is: can the PROPERTY tag specify a
getXXX method with more than one parameter?
I can't imagine why it shouldn't but I'm using IBM's WebShpere Test
Environment in VisualAge for Java and when I
specify a multi-variable get method it complains that it cannot find
the property.
-Hai
===========================================================================
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".