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

Reply via email to