Re: [Tapestry-developer] Differend submit, different constraints and maintain the value

2002-12-03 Thread Juan Alvarez
this alone thread are solved now: File: ValidField.java protected void updateValue(String value) throws RequestCycleException { Object objectValue = null; IValidationDelegate delegate = getForm().getDelegate(); try { objectValue = getValidator().toObject(this, val

Re: [Tapestry-developer] Differend submit, different constraints and maintain the value

2002-12-03 Thread Juan Alvarez
Is available some sequence diagram about the rewinding process? When some ValidField isnt valid, his value is never setted to the apropiate property in the page? On Tue, Dec 03, 2002 at 04:29:11PM -0500, Juan Alvarez wrote: > I need a form with one field. But the form has 2 submit images with >

[Tapestry-developer] Differend submit, different constraints and maintain the value

2002-12-03 Thread Juan Alvarez
I need a form with one field. But the form has 2 submit images with different listeners. One listener is for Insert in the database and the otherone is for Search in the database. When the user press the submit image associated to the Insert listener, i check some constraints with the validati