Great tip, thanks! After implementing, I see that the behavior is added to
the text field correctly, but the renderHead() method is not being called,
can you help me understand why that is?
jwcarman wrote:
On 3/9/08, James Carman ja...@carmanconsulting.com wrote:
On 3/9/08, Warren
/28 duncan787 duncan...@gmail.com:
Great tip, thanks! After implementing, I see that the behavior is added
to
the text field correctly, but the renderHead() method is not being
called,
can you help me understand why that is?
**
Martin
duncan787
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/How-to-trigger-server-side-method-when-user-clicks-on-a-Table-Row-tp2991576p2991576.html
Sent from the Users forum mailing list archive at Nabble.com
Its already attached to the DataView, see the relevant/simplified Java code
added below. Would it best practice be to assign a WebMarkupContainer to
the TR element and add both an AjaxFallbackLink and a DataView to the
container?
DataViewSiteProject projectListDataView =
new
My Wicket app needs to read the plain-text contents of the clipboard, but
Transferable.getTransferDataFlavors() is returning empty.
The really weird thing is that when I run the Wicket app in DEBUG mode, a
valid DataFlavor is returned and everything works! Here is a pared down
source code