try putting the dataview into a markupcontainer

-igor


On 12/6/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:


Hi, I searched the forums and found one question about AjaxPagingNavigator
not working with DataView - but there was no response to it.

Is the DataView unable to work with AjaxPagingNavigator or do I need to do
something else to get it to work?

(here's a sample of what I am doing)

DataView campaignDV = new CampaignDataView("campaignDV", cdp);
campaignDV.setOutputMarkupId(true);
campaignDV.setItemsPerPage(10);
AjaxPagingNavigator pn = new AjaxPagingNavigator("navigator", campaignDV);


thanks for the help.
--
View this message in context:
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7730816
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to