Yes, there is a problem with some of your code that is being called
as part of populating the form bean.
You need to figure out which action this happening on, and look at
which form bean is used, then trace through the jsp that was
displaying just before this happens. You've got some nested property
that is causing this. For example, if you have "customer.fName",
that would be the equivalent (in your action class) of:
form.getCustomer().setFirstName(someVal);
...where 'someVal' is what was posted from the page.
Without more info, there isn't much more we can tell you.
--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM: jmitchtx
Yahoo: jmitchtx
MSN: [EMAIL PROTECTED]
Skype: callto://jmitchtx
On Sep 5, 2005, at 2:51 PM, Laurindo De Andrade wrote:
Someone knows how fix this error???
java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java
:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(
PropertyUtils.java:1789)
at org.apache.commons.beanutils.PropertyUtils.setNestedProperty(
PropertyUtils.java:1684)
at org.apache.commons.beanutils.PropertyUtils.setProperty
(PropertyUtils.java
:1713)
at org.apache.commons.beanutils.BeanUtils.setProperty
(BeanUtils.java:1019)
at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:808)
at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:
1252)
at org.apache.struts.action.RequestProcessor.processPopulate(
RequestProcessor.java:821)
at org.apache.struts.action.RequestProcessor.process
(RequestProcessor.java
:254)
at org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:
525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(10.1.2.0.0)].server.http.ResourceFilterChain.doFilter(
ResourceFilterChain.java:65)
at ve.com.movilnet.plinea.vista.seguridad.SeguridadFilter.doFilter(
SeguridadFilter.java:76)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(
ServletRequestDispatcher.java:649)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(
ServletRequestDispatcher.java:322)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(
HttpRequestHandler.java:790)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].server.http.HttpRequestHandler.run
(HttpRequestHandler.java:270)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].server.http.HttpRequestHandler.run
(HttpRequestHandler.java:112)
at com.evermind[Oracle Application Server Containers for J2EE 10g (
10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(
ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:534)
Thanks
--
Laurindo De Andrade
Ing. en Computación - USB
TCS Technology Consulting Solutions
http://www.tcs.com.ve/
Cel. 0412-6139140
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]