Hi,

have you tried subclassing your choices and adding some JavaScript?

   DropDownChoice(...) {
      onComponentTag(ComponentTag tag) {
        super.onComponentTag(tag);
        tag.put("onchange", "this.form.submit()");
      }
   }

I haven't tried this though.

Have fun
Sven

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/FilterForm-with-DropDownChoice-tp4677385p4677392.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to