you can annotate your property with a @Width annotation containing
the length.... it is interpreted when using a BeanEditor... i think it is 
also 
used when a page property is passed in (eg. a String with a @Width 
annotation)

Page {
   @Width(100)
   @Property
   private String s;
}

g,kris





Andy Huhn <[EMAIL PROTECTED]> 
04.04.2008 09:31
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
Tapestry users <users@tapestry.apache.org>
Kopie

Thema
[T5]: Default TextField size?







Hello,

Is there a way to configure the default size parameter that will be
generated for TextFields?

Thanks,
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to