On 15.02.2005 12:21, oceatoon wrote:
I have a field widget(1) that becomes a selection list by a value change of
another widget(2) in the page. This works great.
But for a certain value of the widget(2), on change, I would need to make
that selection list back into a field widget???
I found the removeSelectionList(); but it doesn't work??
there are two "interface SelectableWidget", one with the remove and the
other without???
2 interfaces? I only see
org.apache.cocoon.forms.formmodel.SelectableWidget. It has no
removeSelectionList(), but a javadoc comment at
setSelectionList(SelectionList):
* @param selectionList the selection list or <code>null</code> to have
no selection list.
Joerg