Unicode data on the clipboard - not a supported DataFlavor

2010-10-20 Thread duncan787
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 listin

Re: How to trigger server-side method when user clicks on a Table Row

2010-10-12 Thread duncan787
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 element and add both an AjaxFallbackLink and a DataView to the container? DataView projectListDataView = new DataView("siteProj

How to trigger server-side method when user clicks on a Table Row

2010-10-12 Thread duncan787
aView: Thank you duncan787 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-trigger-server-side-method

Nested Repeaters in an HTML Table -- Uggh!

2010-07-02 Thread duncan787
I have been trying for several days to get this to work. I am trying to write a generic Wicket Panel that I can reuse to display columns and rows from any given datasource. The generic Panel needs to support a dynamic number of rows and a dynamic number of columns. Hence the nested repeaters.

Re: Default Focus Behavior?

2009-12-28 Thread duncan787
rk @Override? > > 2009/12/28 duncan787 : >> >> 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 y

Re: Default Focus Behavior?

2009-12-28 Thread duncan787
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 wrote: >> On 3/9/08, Warren wrote: >> > WebMarkupContaine