> beanMethod = beanClass.getMethod(fieldName, null);
> nope,
>
> should be :
> beanMethod = beanClass.getMethod(methodName, null);
LOL, case of "can't see the wood for the trees" :)
> As you can see, you should always have some feedback from a catch.
Yep but I trimmed this code down significantly to post it for some help.
> Paul Hamaker
> http://javalessons.com
Funnily this now works for the test program but still does not work when run
from within a servlet?
Thanks,
Pep.
Pep - 01 Dec 2005 09:35 GMT
>> beanMethod = beanClass.getMethod(fieldName, null);
>> nope,
[quoted text clipped - 16 lines]
> Thanks,
> Pep.
Actually scratch that last comment, the modified servlet had not been
redeployed :(
Cheers,
Pep.