Changing getDeclaredMethods() to getMethods() worked with us within the applet policies (removing the doPriviledged())). But I have to say that I am still not clear wether:
- we are destroying anything (or overloading) in BeanUtils in this way
- policies will disable getMethods() one day (??)
I would like it if some BeanUtils expert could comment on that bit.
Thanks.
Paul
On Mercredi, novembre 20, 2002, at 08:34 , James Higginbotham wrote:
Thanks for the info, I'll check the struts mailing archive.. I was mostly searching for the IllegalAccess exception I was seeing. I think that the problem is more of a doPrivileged() isse rather than the image button, as I removed my workaround code after the doPriv() was stripped out in my local codebase and all works well.. Do you recall any threads along this topic? In the mean time, I'll work on my local 11/19 nightly with this doPriv() block commented out (I just do the fclz.getDeclaredMethods() call directly.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
