| |
|
| java.lang.Object nl.hippo.cms.forms.event.ResetOldResourceDropdown
ResetOldResourceDropdown | public class ResetOldResourceDropdown implements ValueChangedListener(Code) | | Reset the previous resource dropdown when tab is changed and an event is invoked.
This is needed to make sure validation doesn't fail because of required fields still visible
in a hidden tab.
author: a.bogaart@hippo.nl |
Method Summary | |
public void | valueChanged(ValueChangedEvent valuechangedevent) The CForms tabs implementation stores the index of the visible group as an int in the container element. |
valueChanged | public void valueChanged(ValueChangedEvent valuechangedevent)(Code) | | The CForms tabs implementation stores the index of the visible group as an int in the container element.
See Also: org.apache.cocoon.forms.event.ValueChangedListener.valueChanged(org.apache.cocoon.forms.event.ValueChangedEvent) |
|
|
|