DropDownChoice-Choose One Selected Item

2011-02-09 Thread Niv
Hi Is there a way I can have the selected option on a DropDownChoice to be set with one of the items in the Model instead of ' Choose One' as the selected item by default? I know this has been asked around in a different sense but I could not find a closer match to this. Code Snippet List coun

Re: Ajax-Panel Toggling Visibility

2010-08-06 Thread Niv
Hi I think I failed to explicitly mention that the panel is not being made visible even though the code to setVisible is executed. Thanks niv -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-Panel-Toggling-Visibility-tp2316018p2316020.html Sent from the Wicket

Ajax-Panel Toggling Visibility

2010-08-06 Thread Niv
set on test11 INFO: focus removed from test11 Any thoughts? Thank Niv -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-Panel-Toggling-Visibility-tp2316018p2316018.html Sent from the Wicket - User mailing l

Re: Model Is Not being Refreshed

2010-08-03 Thread Niv
Just wanted to add that this issue is not exactly the same as i posted earlier but related in a way. But it is a separate issue. - I am making sure it is not re-post. Thank you http://apache-wicket.1842946.n4.nabble.com/How-to-Update-contents-of-a-child-component-td2307756.html#a2307756 -- Vie

How to Update contents of a child component?

2010-07-30 Thread Niv
Hi All I would like to know an elegant solution to deal with the following issue. For CRUD operations this is the approach I have taken. List of Components 1.ContainerPanel 2.SearchPanel 3.SearchResultsPanel 4.DetailsPanel and this contains a child component that has a MultiSelectControl The