T5.0.10: Integer as null

2008-02-05 Thread Joel Wiegman
I have a text box bound to a non-primitive Integer value and I keep getting the following error when I submit the form: The input value '' is not parseable as an integer value. The default NullFieldStrategy is to keep nulls as null, so I don't think I have to include that new attribute. My TML

Re: T5.0.10: Integer as null

2008-02-05 Thread Howard Lewis Ship
Try adding nulls=zero to your textfield. There may still be a bug in there. I have closed TAPESTRY-2085 because I don't think the current fix is just right yet. Add your comments there (https://issues.apache.org/jira/browse/TAPESTRY-2085). Thanks! On Feb 5, 2008 2:15 PM, Joel Wiegman [EMAIL