Hello, My last attempt of sending this message did not seem to make it to the list, so I apologize if some of you are getting this message twice. Anyways, 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-parameter getXXX 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".