I'm setting up a simple table, with some links in a column. When clicking on the links generated, I see an InternalErrorPage, and wicket logs something like :
<No component found for 8:fields:rows:2:cells:6:cell>
where my html has:
<table wicket:id="fields" class="grid">
</table>
as I play with the component path it seems the path until the 'rows' part works, but after that no component is found.
As I (think) have done everything just like the phonebook example,Is there a way i can find out what the problem is ?
Iman
- [Wicket-user] DataTables generating invalid links Iman Rahmatizadeh
- Re: [Wicket-user] DataTables generating invalid li... Juergen Donnerstag
- Re: [Wicket-user] DataTables generating invali... Iman Rahmatizadeh
- Re: [Wicket-user] DataTables generating in... Igor Vaynberg
- Re: [Wicket-user] DataTables generatin... Iman Rahmatizadeh
- Re: [Wicket-user] DataTables gene... Igor Vaynberg
