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
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
>
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