posted 18 years ago
Well, try something like this:
and, in the template, output ${testValue}, and check if the value is correct. If it is, then a call to ${u.getInsAddress1()} should return the same value.
However, please make sure you're not changing the "u" instance after you put it in the context - for exapmle, if you change the "insAddress1" property after adding it to the context, those changes will reflect in the template, because it's the same object instance
Rafael
[originally posted on jforum.net by Rafael Steil]