At 18:21 2005-12-02, Sebastian Riedel wrote:
>    $w2->element( 'Textfield', 'age' )->label('Age')->size(3);
>     $w2->element( 'Textfield', 'name' )->label('Name')->size(60);
The size spec, is that used for validation also?
If there is a size/length constraint for e.g. name, is it used as the 
default size in the element?
/J