Hi, I have an similar case were I have done it. At the time I had an textfield to receive an code that is case sensitive. So I create an decorated model for the form component. In the case of a user write an code were only characters are correct, the setObject method of component model fix the characters case before call super.setObject
On Fri, Oct 30, 2009 at 8:14 AM, Michael Mosmann <[email protected]> wrote: > Hi, > > Is there a way to change the input of a FormComponent (not with > javascript)? I could overwrite getInputAsArray() and make a switch, if i > did the manipulation-.. > > Michael Mosmann > > > -- Pedro Henrique Oliveira dos Santos
