Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-14 Thread gouthamrv
Yes you are right!. That works. Thank you very much!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2995985.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-14 Thread Igor Vaynberg
t is > just carrying every time. > > How do I solve this problem? > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2995758.html > Sent from the Users forum mailing lis

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-14 Thread gouthamrv
rst and count numbers in my iterator(int first, int count) method in SortableDataProvider, first number is not clearing out, it is just carrying every time. How do I solve this problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-u

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-14 Thread Maarten Bosteels
> > > > > > On Wed, Oct 13, 2010 at 7:16 PM, gouthamrv wrote: > > > >> > >> I am still have issues, is it possible for you to provide an example of > >> data > >> provider implementaion for the requirement I have? > >> -- > >>

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread Jeremy Thomerson
nt I have? >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2994648.html >> Sent from the Users forum mailing list archive at Nabble.com. >> >> ---

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread Jeremy Thomerson
ntext: > http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2994648.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > T

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread gouthamrv
I am still have issues, is it possible for you to provide an example of data provider implementaion for the requirement I have? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2994648.html

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread Jeremy Thomerson
return dealHistoryList; > } > }; > return model; >} > } > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread gouthamrv
dealHistoryList = ServicesCaller.getAllDealHistoryRecords(); return dealHistoryList; } }; return model; } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-dro

Re: How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread Jeremy Thomerson
ehavior("onchange") { >@Override >protected void onUpdate(AjaxRequestTarget target) { > > //target.addComponent(dealHistoryTablePanel); > } > }); >add(datesDropDown); > > > -- > View

How to update a Panel when user selects a drop down chioce in Wicket?

2010-10-13 Thread gouthamrv
}); add(datesDropDown); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-update-a-Panel-when-user-selects-a-drop-down-chioce-in-Wicket-tp2994412p2994412.html Sent from the Users forum mailing list archive at Nabble.com. -