Override method wantOnSelectionChangedNotifications :

dropDownChoice = new DropDownChoice...{

        @Override
                protected boolean wantOnSelectionChangedNotifications() {
                        return true;
                }
                
                @Override
                protected void onSelectionChanged(Object newSelection) {
                ...
        }

-Heikki

-----Original Message-----
From: wch2001 [mailto:wch2...@hotmail.com] 
Sent: 30. joulukuuta 2008 9:59
To: users@wicket.apache.org
Subject: How to get DropDownChoice value without commit form?


Dear all,

I have a project to have year dropdown choice  (2008,2009, 2010 and so on),
I need its value after it changed but b4 commit the form. How can i do ?

thanks,

Wch2001
-- 
View this message in context: 
http://www.nabble.com/How-to-get-DropDownChoice-value-without-commit-form--tp21214143p21214143.html
Sent from the Wicket - User 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


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

Reply via email to