Re: RequiredTextFieldInteger

2009-12-30 Thread Igor Vaynberg
a problem with Ajax updates from a RequiredTextFieldInteger.  I get a ClassCastException when the model object is updated, because the convertedInput value is a String.  I am using a custom model, and I suspect I am missing something here because it works if a PropertyModel is used.  Unfortunately

Re: RequiredTextFieldInteger

2009-12-30 Thread Igor Vaynberg
josh...@gmail.com wrote: Hi all, I am having a problem with Ajax updates from a RequiredTextFieldInteger.  I get a ClassCastException when the model object is updated, because the convertedInput value is a String.  I am using a custom model, and I suspect I am missing something here because

Re: RequiredTextFieldInteger

2009-12-30 Thread Josh Glassman
the constructor that takes the class type arg -igor On Wed, Dec 30, 2009 at 12:52 PM, Josh Glassman josh...@gmail.com wrote: Hi all, I am having a problem with Ajax updates from a RequiredTextFieldInteger.  I get a ClassCastException when the model object is updated, because the convertedInput