Hi Gary,
i suppose you are using Ajax, since without ajax it works correctly.
What's going on is basically this :
- The hidden field is rendered in the form instance with a placeholder
- The placeholder does not contains a label, so the html element
is generated but is empty
- Once the widget b
I've got a form with an invisible item and a radio box that will set it to
active. It works fine except the label doesn't appear. The definition looks
something like:
(On the widget):
this.setState(Packages.org.apache.cocoon.forms.formmodel.WidgetState.INVISIBLE);
(On the activating