On Wed, 21 Jun 2006 12:53:58 -0400, Gentry, Michael (Contractor) <[EMAIL PROTECTED]> wrote:

The System.identityHashCode() would probably work fine, but isn't
callable by OGNL.  Come to think of it, just being able to call
hashCode() from OGNL would be useful, too (and equivialent to
System.identityHashCode()).

Are you sure about this? I've called arbitrary methods from ognl before. I think your problem is probably one more of order of resolution. I don't know for certain, but it may try to access bean properties first, then method calls, etc.

--
Kevin

Reply via email to