Re: Fw: Struts1 forms with empty Strings

2008-03-01 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > Tim and Dave > /what about creating your own WhateverFormBean and setting all attribs to > null as default instead of empty string e.g. > WhateverFormBean extends FormBeanConfig { > /** > * An example String property. > */ > //change >

Fw: Struts1 forms with empty Strings

2008-03-01 Thread Martin Gainty
Tim and Dave /what about creating your own WhateverFormBean and setting all attribs to null as default instead of empty string e.g. WhateverFormBean extends FormBeanConfig { /** * An example String property. */ //change private String example = ""; //to private String example=