Re: FW: property element in logic tag

2004-10-21 Thread Jeff Beal
I think you have a few extra layers of nesting. What exactly are your system.out checks? What's being called in the custom tags is the same as session.getAttribute("PersonStatus").getPerson().getCountryCode().getCountryCode() The value portion of the tag is session.getAttribute("CountryCode")

FW: 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