I did change the getter and setter methods to return and set List instead of
ArrayList and it worked.
thanks a lot for replying.
Steve Shucker wrote:
>
> I suspect you have an accessor hardcoded to get/set a
> java.util.ArrayList. java.util.Arrays$ArrayList implements List but
> does not ext
Hi all,
we are using ognl-2.7.3-20080211.212409-1.jar in our application and we
recently shifted from tapestry 4.0.2 to 4.1.5.
we were facing a problem while using ognl for complex expression. (Unable to
parse OGNL expression) Exception was occuring and in some forums we came to
know about the use