I've tried upgrading to Wicket 1.4-rc1 now and I'm using this in the
onComponentTag method:
..
tag.put("onclick", urlFor(ILinkListener.INTERFACE));
..

However the onLinkClicked method is never called.. The rendered HTML tr tag
looks like this:

<tr wicket:id="mainDataView" id="id15"
onmouseover="this.className='highlite';" onmouseout="this.className='odd';"
onclick="welcome/wicket:interface/:1:mainDataView:1::ILinkListener::/"
class="odd">

What could be wrong?

/Johan

-- 
View this message in context: 
http://www.nabble.com/Select-model-object-when-clicking-on-a-row-in-a-DataView-tp21411736p21580529.html
Sent from the Wicket - User 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