Override method wantOnSelectionChangedNotifications :

dropDownChoice = new DropDownChoice...{

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

-Heikki

-----Original Message-----
From: wch2001 [mailto:[email protected]] 
Sent: 30. joulukuuta 2008 9:59
To: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to