You have to use just <table wicket:id="..." ...></table> for the DataTable.
And a separate markup for the cell content. For example with a Fragment:
<wicket:fragment id="linkFragment"><a
wicket:id="link"></a></wicket:fragment>
Or use Panel if you don't have experience with Fragments


On Mon, Jun 17, 2013 at 6:19 PM, David Solum <djso...@yahoo.com> wrote:

> Here is the simplest thing I've tried:
>
>         < wicket:panel>
>             < table wicket:id="dataTable" border="0" cellpadding="1"
> cellspacing="1" width="90%">
>                 < a href="#" wicket:id="link">< /a>
>             < /table>
>         < /wicket:panel>
>
> (I added the spaces after the angled brackets just for posting, they are
> not
> part of the markup in my code.)
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-dynamically-add-a-hyperlink-BookmarkablePageLink-to-DefaultDataTable-that-is-rendered-as-an-ar-tp4659502p4659556.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to