JSP property lookup error
Posted
by AEIOU
on Stack Overflow
See other posts from Stack Overflow
or by AEIOU
Published on 2010-03-11T17:10:41Z
Indexed on
2010/03/11
17:19 UTC
Read the original article
Hit count: 254
I'm getting the following error in ours logs:
Error looking up property "foo" in object type "foo.bar". Cause: null java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor363.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyUtilsBean.java:1773)
I cannot for the life of me recreate it, I was wondering if anyone has any experience with this kind of problem with JSP/Java Bean. What I wanted to know was, will this prevent the user from getting the web page to show up?
I know this isn't a whole lot of information, but any advice could help.
© Stack Overflow or respective owner