Re: Inmethod Grid with wicket 1.3

2008-10-02 Thread lesterburlap
widths sometime don't adjust themselves on resize). I'm trying to figure out how to upgrade my application to Wicket 1.4 specifically for this (excellent) library. LBB -- View this message in context: http://www.nabble.com/Inmethod-Grid-with-wicket-1.3-tp19731013p19779992.html Sent from

Re: Inmethod Grid with wicket 1.3

2008-10-02 Thread lesterburlap
Damn it, for some reason nabble 2 didn't show all the other responses to Jim's question. Sorry to answer it needlessly. LBB -- View this message in context: http://www.nabble.com/Inmethod-Grid-with-wicket-1.3-tp19731013p19780036.html Sent from the Wicket - User mailing list archive

Re: Inmethod Grid with wicket 1.3

2008-10-01 Thread Jim Pinkham
enough. You should fetch it from svn and build it yourself if you want to use it. Also keep in mind that grid version for 1.3 is in the 1.3 branch of wicket stuff, not the trunk: http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/inmethod-grid/ -Matej

Re: Inmethod Grid with wicket 1.3

2008-09-30 Thread Jim Pinkham
, not the trunk: http://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/inmethod-grid/ -Matej On Mon, Sep 29, 2008 at 10:21 PM, Jim Pinkham [EMAIL PROTECTED] wrote: I'd like to use inmethod grid in my charity auction project. I've got a slightly modified version of one

Re: Inmethod Grid with wicket 1.3

2008-09-30 Thread Matej Knopp
-stuff/branches/wicket-1.3.x/inmethod-grid/ -Matej On Mon, Sep 29, 2008 at 10:21 PM, Jim Pinkham [EMAIL PROTECTED] wrote: I'd like to use inmethod grid in my charity auction project. I've got a slightly modified version of one of the grid-examples using DataGrid like so

Re: Inmethod Grid with wicket 1.3

2008-09-30 Thread Matej Knopp
://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/inmethod-grid/ -Matej On Mon, Sep 29, 2008 at 10:21 PM, Jim Pinkham [EMAIL PROTECTED] wrote: I'd like to use inmethod grid in my charity auction project. I've got a slightly modified version of one of the grid-examples

Inmethod Grid with wicket 1.3

2008-09-29 Thread Jim Pinkham
I'd like to use inmethod grid in my charity auction project. I've got a slightly modified version of one of the grid-examples using DataGrid like so: DataGrid grid = new DefaultDataGrid(grid, AuctionApplication.get().getDao().getItems(getYear()), //

Re: Inmethod Grid with wicket 1.3

2008-09-29 Thread Matej Knopp
/branches/wicket-1.3.x/inmethod-grid/ -Matej On Mon, Sep 29, 2008 at 10:21 PM, Jim Pinkham [EMAIL PROTECTED] wrote: I'd like to use inmethod grid in my charity auction project. I've got a slightly modified version of one of the grid-examples using DataGrid like so: DataGrid grid