I think the problem is
publishParameters = "value"
If you want validate and type you need
publishParameters = "value,validate,type"
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
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