Hey folks,

i am currently trying to use a FilterToolbar with a DataTable (wicket 6). 
Everything works fine without the FilterToolbar (the filering of course not), 
if the FilterToolbar is added via dataTable.add(new FilterToolbar(dataTable, 
form, dataProvider)); wicket throws the following exception:

Last cause: The component(s) below failed to render. Possible reasons could be 
that: 1) you have added a component in code but forgot to reference it in the 
markup (thus the component will never be rendered), 2) if your components were 
added in a parent container then make sure the markup for the child container 
includes them in <wicket:extend>.

1. [FilterToolbar [Component id = 5]]
2. [ListView [Component id = filters]]
3. [ListItem [Component id = 0]]
4. [NoFilter [Component id = filter]]
...

Do i have to add something else to get the FilterToolbar working? While using 
other toolbars (NavigationToolbar, HeaderToolbar) there is no need to adjust 
anything else than simple add them to the DataTable.

Best regards

marcel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to