when a value is not valid you can still press return and then editing ends and store() is also called. So modifying the MouseListener will not be enough. I believe that store() should not be invoked when there is a non valid value in the row
On 07/03/2011 21:04, lello wrote:
The problem I am facing is that when you have any value which is not valid you can still select a row of the table with the mouse and trigger a store() method. This shouldn't be allowed whether or not strictValidation() is true or false, since it returns an exception in any case. I should overwrite some MouseListener in my custom TableRowEditor, but I can't find any. Any suggestion? -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TextInput-and-Validator-issues-tp2641141p2647704.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
