Hi there, is there a configuration setting for Struts which tells it to set a property 
on a form
bean of type "Integer" (not int) to null instead of "new Integer(0)" when the 
corresponding value
coming in from the user's form is an empty string?

I had to create a plugin that had the following in it's init() method:

ConvertUtils.register(new IntegerConverter(null),Integer.class);

Thanks,

Craig.
<tataryn:craig/>


<tataryn:craig/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to