Hi,
I'm using
the woodstock table component with custom filter. The custom filter has several
fields - one field is a dropdown list (<webuijsf:dropdown/>) from which
the user can select devices. According to the user's selection (selected device)
a group of checkboxes has to be displayed in the custom filter
panel.
When
using
<code>
submitForm="true"
</code>
in
<webuijsf:dropDown/> the filter panel will be closed after the submit. How
can I avoid this behavior?
The other
possibility would be to not submit the form when the user selects a device from
<webuijsf:dropdown/> and doing some crazy javascript things but I think
this would be more complicated.
Any help
would be greatly appreciated
-
Stephan