Hi,

When I set '@Validate' for a TextField, the setter was never called.
It seems to be a bug.

@Property( write = false )
@Validate( "Required,MinLength=5,MaxLength=16" )
private String name;
void setName( String name ){      <=== not called
    ...
    this.name = ....
}

Thanks,
osamuo

  

 
---------------------------------
Power up the Internet with Yahoo! Toolbar.

Reply via email to