Thank you much.
igor.vaynberg wrote: > > fixed > > -igor > > > On 1/8/07, De Soca <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> >> I receive the following error when attempting to run an app with the >> AjaxFallbackDefaultDataTable in 2.0. Replacing that component with the >> non-Ajax version DefaultDataTable, the same code works perfectly: >> >> WicketMessage: >> jar:file:/xxxxx/exploded/WEB-INF/lib/wicket- >> extensions-2.0-SNAPSHOT.jar!/wicket/extensions/ajax/markup/html/repeater/data/sort/AjaxFallbackOrderByBorder.html: >> Markup with path 'label' not found in fragment: null >> >> Root cause: >> >> wicket.markup.MarkupException: >> jar:file:/xxxxx/exploded/WEB-INF/lib/wicket- >> extensions-2.0-SNAPSHOT.jar!/wicket/extensions/ajax/markup/html/repeater/data/sort/AjaxFallbackOrderByBorder.html: >> Markup with path 'label' not found in fragment: null >> at >> wicket.markup.MarkupFragment.getChildFragment(MarkupFragment.java:265) >> at >> wicket.markup.MarkupFragment.getChildFragment(MarkupFragment.java:181) >> at wicket.markup.html.border.Border.getMarkupFragment(Border.java >> :229) >> at wicket.Component.getMarkupFragment(Component.java:746) >> at wicket.Component.<init>(Component.java:637) >> at wicket.markup.html.WebComponent.<init>(WebComponent.java:55) >> at wicket.markup.html.basic.Label.<init>(Label.java:111) >> at >> wicket.extensions.markup.html.repeater.data.table.AbstractColumn.getHeader >> (AbstractColumn.java:87) >> at >> >> wicket.extensions.markup.html.repeater.data.table.HeadersToolbar$1.populateItem >> (HeadersToolbar.java:102) >> at >> wicket.markup.repeater.RefreshingView$1.newItem(RefreshingView.java:103) >> at >> wicket.markup.repeater.DefaultItemReuseStrategy$1.next( >> DefaultItemReuseStrategy.java:75) >> at >> wicket.markup.repeater.DefaultItemReuseStrategy$1.next( >> DefaultItemReuseStrategy.java:71) >> at >> wicket.markup.repeater.RefreshingView.addItems(RefreshingView.java:208) >> at >> wicket.markup.repeater.RefreshingView.onAttach(RefreshingView.java:114) >> >> -------------------- snip -------------------------- >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/AjaxFallbackDefaultDataTable---Markup-with-path-%27label%27-not-found-tf2938511.html#a8215485 >> 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 >> [email protected] >> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/AjaxFallbackDefaultDataTable---Markup-with-path-%27label%27-not-found-tf2938511.html#a8310619 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
