Re: T5: Setting properties to null

2007-10-15 Thread Hugo Palma
Thanks, i've added a comment to the issue. Nick Westgate wrote: This was changed a month ago by Howard. There's already a complaint attached to the closed issue: https://issues.apache.org/jira/browse/TAPESTRY-1648 Perhaps it should be re-opened and re-examined. Cheers, Nick. Hugo Palma wrote

Re: T5: Setting properties to null

2007-10-15 Thread Nick Westgate
This was changed a month ago by Howard. There's already a complaint attached to the closed issue: https://issues.apache.org/jira/browse/TAPESTRY-1648 Perhaps it should be re-opened and re-examined. Cheers, Nick. Hugo Palma wrote: It seems that properties associated with form fields are never s

T5: Setting properties to null

2007-10-15 Thread Hugo Palma
It seems that properties associated with form fields are never set to null even if the submitted is empty. This would be ok if the property was coerced into a String as i could simply check for an empty String. The problem is different when it's coerced to an Integer or to a Double because if t