users@woodstock.java.net

Using custom filter in table component...

From: Huber, Stephan <Stephan.Huber_at_gigatronik.com>
Date: Mon, 16 Feb 2009 10:17:30 +0100

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