Title: Introspection Problem?

I'm getting the following stack trace:
-----------------------
ERROR HAS OCCURRED:Can't find a method to write property 'company' in a bean of type 'medinex.web.demographics.InsurancePolicyBean'
STACKTRACE:
org.apache.jasper.JasperException: Can't find a method to write property 'company' in a bean of type 'medinex.web.demographics.InsurancePolicyBean' at org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(JspRuntimeLibrary.java:212) at med.demographics._0002fmed_0002fdemographics_0002finsurance_0002ejspinsurance_jsp_0._jspService(_0002fmed_0002fdemographics_0002finsurance_0002ejspinsurance_jsp_0.java:158) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405) at org.apache.tomcat.core.Handler.service(Handler.java:287) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501) at java.lang.Thread.run(Thread.java:484)

-----------------------

However, in the bean in question, there's a setCompany(String _c).  Any suggestions?  (Side note: there's also a setCompanyProxy(), but it takes a different, incompatible type of object.  Could it be choking on this?)

Thanks...

Walt

Reply via email to