Dmitrii CRETU wrote the following on 10/11/2004 8:05 AM:
------------------------------------------------------------------- <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> ....
<!-- the numeric Java wrapper class types (like java.lang.Integer) will default to null (rather than 0) --> <init-param> <param-name>convertNull</param-name> <param-value>true</param-value> </init-param>
.... </servlet>
Wow, I never saw that before. Thanks. So Beanutils will look at these
for all conversions within your application? Very nice, if that's the case. Can you add the date format you want as well for java.sql.Date there? (I ended up registering my own java.sql.Date converter, be nice if I didn't have to though.)
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]