I guess many refactorings happens in xwork (possibly to fix invalid methods
?) , especially in CompoundRootAccessor, and my current code is not working.
The following example doesnt work anymore :
stack.findValue("format(myDate)").
The error comes from the fact that the (Object[] objects ) argument passed
to the CompoundRootAccessor.callMethod(...) is an array of size 1 containing
a null object. Thus, the getArgTypes(objects) throws a NPE.
Hope it can help.
Richard.------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
