When attempting to submit a jsp page with some fields for a database filled out I get the following:
java.lang.IllegalArgumentException: argument type mismatch at java.lang.reflect.Method.invoke(Native Method) at org.apache.struts.util.PropertyUtils.setSimpleProperty(PropertyUtils.java:98 8) I am getting an apparent mismatch between my database fields which are date and time respectively (using postgresql) and the values which I presume are submitted by the jsp. I have checked the archives but found no real answer to how this is handled with struts. Any suggestions? Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

