Re: Best method to reuse a TextField configuration

2015-06-19 Thread Lance Java
I think the problem is publishParameters = "value" If you want validate and type you need publishParameters = "value,validate,type"

Re: Best method to reuse a TextField configuration

2015-06-18 Thread Thiago H de Paula Figueiredo
On Thu, 18 Jun 2015 11:22:01 -0300, Casey Link wrote: Hi, Hi! I have a TextField repeated many times that has a certain type, validate, and class attributes set. Only the value and id changes. Create a component with this TextField inside. -- Thiago H. de Paula Figueiredo Tapestry, Ja

Best method to reuse a TextField configuration

2015-06-18 Thread Casey Link
Hi, I have a TextField repeated many times that has a certain type, validate, and class attributes set. Only the value and id changes. What is the proper Tapestry way to prevent the repeating of all those options? For example, if a css class changes, I want to set it in one place not a 100. I