RE: property element in logic tag

2004-10-21 Thread Palamadai Sriram
try "person.countryCode.m_countryCode" , if there is a getter getM_CountryCode(). Iam assuming you are trying to access this variable. -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 12:55 PM To: [EMAIL PROTECTED] Subject: property

property element in logic tag

2004-10-21 Thread Suzy Fynes
Hi, Can anyone see why the following will would not work PersonStatus is a session object that contains a nested object countryCode of type CountryCode and the class CountryCode contains a string m_countryCode. There is also a session object CountryCode that is an arraylist of different