Hi all,

I'm using a integration of jqgrid with wicket.
jqgrid renders its cells from json data that is retrieved from the server.
I've got this behavior and other operations of jqgrid(search/edit) working
for some time now.

I want to have one of the columns hold a link to some info page.
For example: a user name column that links to the user's info page.
(Note: I don't want the info page to be bookmarkable/mountable. So for this
page I'm using a constructor that gets a user model and not page params.)

I need the the json data that the server returns to hold a markup of a link
that points to this info page.

How can I turn a Wicket WebMarkupContainer (panel/link/etc...) to string
representation so I can put it into the json data?
I tried rendering the panel/link, but it won't work because their not added
to a page...
Any idea how to get this working?

I searched the mail archives for a solution, but could only find how to turn
wicket pages to an html string.

Reply via email to