Re: inmethod datagrid with a DropDownChoice cell

2009-06-30 Thread jsinger66
Hi Have either of you solved this issue? You need to add the model to the new DropDownChoice Solution: public DropDownPanel(String id, final IModel model, IModel rowModel, AbstractColumn column, final List data, final ChoiceRenderer renderer) { super(id, column, rowModel);

Re: Interacting with Client Side java application

2009-02-18 Thread jsinger66
, that then can interact with wicket and can also populate a wicket form... Not sure if either of these solutions are possible... This has really got me stumped and has halted any work on my application. So any help or direction would be much appreciated. Jeff jsinger66 wrote: > > Hi >

Interacting with Client Side java application

2009-02-11 Thread jsinger66
Hi I am developing a Wicket application that needs to interface with a client side java application. The client app is a biometric application that captures fingerprint images. It is non-graphical. What I need to do now, is show this fingerprint image within a wicket form and capture other user