Hi Tapestry devs, Can you tell me what the purpose is of the "size" parameter in the example stated here?( http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/TextField.html ) I don't find it anywhere in the docs.
<t:textfield t:id="cardNumber" validate="required,regexp" *size*="20"/> Regards, Morgan