Inmethod Grid: put all rows to edit mode

2018-01-11 Thread Christos Stieglitz
Hi list, is there a way to programmatically (un)set the edit mode in an inmethod grid? The issue here is to (un)set the edit mode for _all_ rows of the grid at once. Currently i use a SubmitCancelColumn which works like a charm. Overriding SubmitCancelColumn#onSubmitted saves my objects

Re: inmethod grid - Ajaxically update child grid from Master grid

2014-07-17 Thread Martin Grigorov
Hi, On Wed, Jul 16, 2014 at 11:12 PM, Mihir Chhaya mihir.chh...@gmail.com wrote: Hello, I am using inMethod data grid with Wicket 1.5. I have a page to show master grid (MasterPanel). MasterPanel has child grid (ChildPanel) to display child records. ChildPanel accepts MasterBean as one

inmethod grid - Ajaxically update child grid from Master grid

2014-07-16 Thread Mihir Chhaya
Hello, I am using inMethod data grid with Wicket 1.5. I have a page to show master grid (MasterPanel). MasterPanel has child grid (ChildPanel) to display child records. ChildPanel accepts MasterBean as one of the arguments of the Constructor to retrieve child records using Master PK id. Now, on

Re: Problem with inmethod grid if double quotes are in strings

2014-01-02 Thread Martin Grigorov
Wicket Training and Consulting On Tue, Dec 31, 2013 at 12:33 PM, PDiefent pdief...@csc.com wrote: Hi Martin, is there any alternative choice to inmethod grid. I'm searching for a more flexible grid component like FlexiGrid with more options to control paging and resizing the grid (perhaps jquery

Re: Problem with inmethod grid if double quotes are in strings

2014-01-02 Thread Ernesto Reinaldo Barreiro
IResource as a REST endpoint that produces (and consumes) the JSON. Martin Grigorov Wicket Training and Consulting On Tue, Dec 31, 2013 at 12:33 PM, PDiefent pdief...@csc.com wrote: Hi Martin, is there any alternative choice to inmethod grid. I'm searching for a more flexible grid

Re: Problem with inmethod grid if double quotes are in strings

2013-12-31 Thread PDiefent
Hi Martin, is there any alternative choice to inmethod grid. I'm searching for a more flexible grid component like FlexiGrid with more options to control paging and resizing the grid (perhaps jquery ...) Thanks for your support and a Happy and Successful New Year. Peter -- View this message

Re: Problem with inmethod grid if double quotes are in strings

2013-11-27 Thread PDiefent
such strings. Is it possible for you to have a look at this problem. Thanks, Peter -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-inmethod-grid-if-double-quotes-are-in-strings-tp4660141p4662691.html Sent from the Users forum mailing list archive

Re: Problem with inmethod grid if double quotes are in strings

2013-11-27 Thread Martin Grigorov
Hi Peter, WicketStuff is community based effort. Everyone improves the code he cares about. At different time different people care about different projects :-) At the moment I don't use InMethod Grid in any project so I have no time to help you. I will gladly review and merge any Pull Request

Re: Inmethod Grid on IE9

2013-07-23 Thread Jesse Long
or when you select a record on the grid. This behavior can be reproduced on http://www.wicket-library.com/inmethod-grid/data-grid/simple (the horizontal scroll bar has to be present, just passing the mouse on the rows will cause the navigation bar to be pushed below). IE8, Firefox and Chrome

Re: Inmethod Grid on IE9

2013-07-18 Thread Jose Mauricio Meraz Mercado
that makes the div that has the contents grow when you select text or when you select a record on the grid. This behavior can be reproduced on http://www.wicket-library.com/inmethod-grid/data-grid/simple (the horizontal scroll bar has to be present, just passing the mouse on the rows will cause

Re: Inmethod Grid on IE9

2013-07-18 Thread Dan Simko
select a record on the grid. This behavior can be reproduced on http://www.wicket-library.com/inmethod-grid/data-grid/simple (the horizontal scroll bar has to be present, just passing the mouse on the rows will cause the navigation bar to be pushed below). IE8, Firefox and Chrome

Inmethod Grid on IE9

2013-07-12 Thread Jose Mauricio Meraz Mercado
on http://www.wicket-library.com/inmethod-grid/data-grid/simple (the horizontal scroll bar has to be present, just passing the mouse on the rows will cause the navigation bar to be pushed below). IE8, Firefox and Chrome this works fine We found this on the wicketstuff project with something similar

Problem with inmethod grid if double quotes are in strings

2013-07-08 Thread PDiefent
Hallo, I'm using the inmethod grid component in my web application. For the first time a double quote () appeares in my table data and now the grid is extended by an additional column containing the .toString() value of the column with the double quote characters in it. Now I can't change size

Re: Problem with inmethod grid if double quotes are in strings

2013-07-08 Thread Martin Grigorov
Hi, Please create a ticket at WicketStuffhttps://github.com/wicketstuff/core/issues?direction=descsort=createdstate=open project. Someone may fix it for you. On Mon, Jul 8, 2013 at 10:25 AM, PDiefent pdief...@csc.com wrote: Hallo, I'm using the inmethod grid component in my web application

Re: Has any one used the InMethod Grid DropDownChoiceColumn DropDownChoicePanel

2013-05-20 Thread Paul Bors
, May 17, 2013 at 3:27 PM, shashikant.kulkarn...@gmail.co shashikant.kulkarn...@gmail.com wrote: Hi All, Has anyone used InMethod Grid DropDownChoiceColumn DropDownChoicePanel? My requirement is I have 3 or more dropdown choices in a row. Now when I make selection changes in the dropdown

Re: InMethod Grid DropDownChoiceColumn DropDownChoicePanel

2013-05-17 Thread Martin Grigorov
selectedValue is a member of 'this'. On Fri, May 17, 2013 at 2:47 PM, shashikant.kulkarn...@gmail.co shashikant.kulkarn...@gmail.com wrote: Hi,I am trying to use the wicketstuff-inmethod-grid component version 6.5.0. I want to use the refDropDownChoiceColumn DropDownChoicePanel and want to get

Re: InMethod Grid DropDownChoiceColumn DropDownChoicePanel

2013-05-17 Thread shashikant.kulkarn...@gmail.co
).setResizable(false)); counter++; } return columns; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/InMethod-Grid-DropDownChoiceColumn-DropDownChoicePanel-tp4658891p4658896.html Sent from the Users forum mailing list

inmethod grid column resize error alert

2013-04-09 Thread saty
entered may not be saved There is no difference in my usage of inmethod grid on this panel compared to other places where it works fine, and i have not found why this is happening. Strangely when resize it calls onColumnStateChanged() method in all other panels but not on this panel. Any thoughts

Re: inmethod grid column resize error alert

2013-04-09 Thread saty
This is being caused by inmethod grid being set to disabled, the error looks unnecessary though. Not sure if there is way to suppress it. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-column-resize-error-alert-tp4657852p4657858.html Sent from

Re: inmethod grid column resize error alert

2013-04-09 Thread Ernesto Reinaldo Barreiro
can you create a quick-start? and attach it to an issue in github? On Tue, Apr 9, 2013 at 9:44 PM, saty satya...@gmail.com wrote: This is being caused by inmethod grid being set to disabled, the error looks unnecessary though. Not sure if there is way to suppress it. -- View

Re: inmethod grid column resize error alert

2013-04-09 Thread saty
ok, will do. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-column-resize-error-alert-tp4657852p4657860.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod grid cachedPageCount

2013-03-04 Thread Ciocoiu Elvis
Thank you Paul, But in my case I'm using IDataSource from immethod grid to retrieve the current page. In client code after inserting the new record in the database I'm obtaining the corresponding page number (greater than the one cached by inmethod grid) and let the grid display itself

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
Any thoughts on this please? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656936.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
aren't equal... Cheers -- Marc Nuri www.marcnuri.com On Mon, Mar 4, 2013 at 4:20 PM, saty satya...@gmail.com wrote: Any thoughts on this please? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656936.html Sent from the Users

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
is called. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656938.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656938.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
. Not really sure what controls this behaviors and how to override it. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656940.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656940.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
(); } } copied relevant potion above, i can see query method is called every time, no issues there. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656942.html Sent from the Users forum mailing list

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
relevant potion above, i can see query method is called every time, no issues there. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656942.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
Its a regular java bean with properties and setter and getter methods. Grid uses the expression to map a column to a particular property on row model (MyModel). Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656945

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
on a column that is mapped to an expression 'calculatedValue' ? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656947.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
the expression to map a column to a particular property on row model (MyModel). Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656945.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
sales coming from multiple accounts but user may be seeing only one or few accounts (not all) so sales should show what is the sale from those selected accounts (in view). Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656950.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
You should start debugging your project instead of using print to see what is really happening (call stack, variable values...). PropertyColumn always calls the get method of your model object: code @Override public IRenderableI newCell(IModelI rowModel) { return new IRenderableI() { public void

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656952.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users

Re: inmethod-grid refresh issue

2013-03-04 Thread Marc Nuri San Félix
content, due to other functions, will not make any difference? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910p4656952.html Sent from the Users forum mailing list archive at Nabble.com

Re: inmethod-grid refresh issue

2013-03-04 Thread saty
/inmethod-grid-refresh-issue-tp4656910p4656957.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

inmethod-grid refresh issue

2013-03-01 Thread saty
-wicket.1842946.n4.nabble.com/inmethod-grid-refresh-issue-tp4656910.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users

Re: inmethod grid cachedPageCount

2013-02-27 Thread Paul Bors
fileters and sort order and forward your cursor to the page that contains your record). Mersi mult, si chiar am nevoie mare :) - ~ Thank you, p...@bors.ws -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/inmethod-grid-cachedPageCount-tp4656739p4656875.html

Re: inmethod grid cachedPageCount

2013-02-25 Thread Paul Bors
, 2013 at 9:02 AM, Ciocoiu Elvis elvis.cioc...@synthesys.rowrote: Hi, I'm trying to select a item of inmethod grid after adding it in an ajax call. Based on the current sort properties and filters, after I effectively add the element in the database but in the same ajax call I'm determining

inmethod grid cachedPageCount

2013-02-24 Thread Ciocoiu Elvis
Hi, I'm trying to select a item of inmethod grid after adding it in an ajax call. Based on the current sort properties and filters, after I effectively add the element in the database but in the same ajax call I'm determining the element's page number and try to set it as current page in the grid

Re: inmethod grid 6.0-SNAPSHOT doesn't work in IE8

2013-01-17 Thread Dan Simko
, attachment is here http://wickeria.com/screenshot.png On Wed, Sep 5, 2012 at 10:27 PM, Dan Simko wicke...@gmail.com wrote: Hi, online example (http://www.wicket-library.com/inmethod-grid) is working great in my IE8, but when I run latest version from https://github.com/wicketstuff/core/tree

inmethod grid 6.0-SNAPSHOT doesn't work in IE8

2012-09-05 Thread Dan Simko
Hi, online example (http://www.wicket-library.com/inmethod-grid) is working great in my IE8, but when I run latest version from https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/inmethod-grid-parentgrid is not initialized correctly in IE8 (see attachment). The problem is probably

Re: inmethod grid 6.0-SNAPSHOT doesn't work in IE8

2012-09-05 Thread Dan Simko
sorry, attachment is here http://wickeria.com/screenshot.png On Wed, Sep 5, 2012 at 10:27 PM, Dan Simko wicke...@gmail.com wrote: Hi, online example (http://www.wicket-library.com/inmethod-grid) is working great in my IE8, but when I run latest version from https://github.com/wicketstuff

changing the page in inmethod grid

2012-05-30 Thread elvis.ciocoiu
this message in context: http://apache-wicket.1842946.n4.nabble.com/changing-the-page-in-inmethod-grid-tp4649581.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: InMethod grid, Hidden Field in column does not get updated

2011-11-18 Thread Warren Bell
, November 16, 2011 11:04 AM To: 'users@wicket.apache.org' Subject: InMethod grid, Hidden Field in column does not get updated I have an Inmethod grid with a HiddenField in a panel in a column. This HiddenField does not get updated after a SubmitCancelColumn is clicked. All the other fields get updated

InMethod grid, Hidden Field in column does not get updated

2011-11-16 Thread Warren Bell
I have an Inmethod grid with a HiddenField in a panel in a column. This HiddenField does not get updated after a SubmitCancelColumn is clicked. All the other fields get updated correctly except for the HiddenField. There is also a TextField in the same panel as the HiddenField, the TextField

Re: inmethod grid problem in IE8

2011-11-10 Thread Duy Do
Attila, I'm using version 1.4.18 of Wicket, inmethod-grid. I will try to test the example of inmethod grid and let you know the result. Thank you for your help. Regards, Duy On 9/18/2011 4:06 PM, Attila Király wrote: Repeating my previous answer to you: give more details

Re: inmethod grid - Is is possible to have column with AJAX link to perform some action?

2011-10-24 Thread Martin Grigorov
Hi, You can create a column that renders a Panel and this panel can contain anything you need. On Mon, Oct 24, 2011 at 6:03 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Is it possible in inmethod grid to create a column where each row contains a link (nice to have an icon even instead

RE: inmethod grid - Is is possible to have column with AJAX link to perform some action?

2011-10-24 Thread Chris Colman
Ah, I was thinking too hard about it again. Once again the Wicket solution is so simple I looked right past it :) -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, 24 October 2011 6:28 PM To: users@wicket.apache.org Subject: Re: inmethod grid

inmethod grid - Is is possible to have column with AJAX link to perform some action?

2011-10-23 Thread Chris Colman
Is it possible in inmethod grid to create a column where each row contains a link (nice to have an icon even instead of text) that a user can click on to initiate an AJAX event such as opening a modal dialog? If so is there a dedicated column property class for this already or do we need to create

Re: inmethod grid problem in IE8

2011-09-19 Thread Martin Grigorov
Also try with IE9/10. They may give you better error description. On Sun, Sep 18, 2011 at 1:18 PM, Duy Do doquoc...@gmail.com wrote: Hi Attila, I'm using version 1.4.18 of Wicket, inmethod-grid. I will try to test the example of inmethod grid and let you know the result. Thank you for your

Re: inmethod grid problem in IE8

2011-09-18 Thread Duy Do
Any suggestion? On 9/17/2011 10:59 AM, Duy Do wrote: Hi Wicketers, I have a problem with inmethod-grid in IE8 as below error. This issue cause the grid display incorrectly. Is it a bug? And how to fix it? Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1

Re: inmethod grid problem in IE8

2011-09-18 Thread Attila Király
Repeating my previous answer to you: give more details. For example: which wicket, inmethod-grid versions are you using? Is the problem reproducable with the wicketstuff inmethod grid examples web app too? Attila 2011/9/18 Duy Do doquoc...@gmail.com Any suggestion? On 9/17/2011 10:59 AM

Re: inmethod grid problem in IE8

2011-09-18 Thread Duy Do
Hi Attila, I'm using version 1.4.18 of Wicket, inmethod-grid. I will try to test the example of inmethod grid and let you know the result. Thank you for your help. Regards, Duy On 9/18/2011 4:06 PM, Attila Király wrote: Repeating my previous answer to you: give more details. For example

Re: inmethod grid problem in IE8

2011-09-17 Thread Attila Király
Hi Duy, which wicket, inmethod-grid versions are you using? Regards, Attila 2011/9/17 Duy Do doquoc...@gmail.com Hi Wicketers, I have a problem with inmethod-grid in IE8 as below error. This issue cause the grid display incorrectly. Is it a bug? And how to fix it? Webpage error details

inmethod grid problem in IE8

2011-09-16 Thread Duy Do
Hi Wicketers, I have a problem with inmethod-grid in IE8 as below error. This issue cause the grid display incorrectly. Is it a bug? And how to fix it? Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; EasyBits GO v1.0; SLCC2; .NET CLR

How to get items of inmethod grid to export as excel file

2011-08-29 Thread Duy Do
Hi Wicketers, I have to get all items of the inmethod grid to export as excel file. Is it possible? Thanks, Duy

Re: How to get items of inmethod grid to export as excel file

2011-08-29 Thread Martin Grigorov
See https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/wicket-poi-parent https://github.com/wicketstuff/core/wiki/POI On Mon, Aug 29, 2011 at 10:34 AM, Duy Do doquoc...@gmail.com wrote: Hi Wicketers, I have to get all items of the inmethod grid to export as excel file

Re: How to get items of inmethod grid to export as excel file

2011-08-29 Thread Duy Do
items of the inmethod grid to export as excel file. Is it possible? Thanks, Duy - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

inmethod-grid bugs?

2011-07-06 Thread Duy Do
Hi all, I'm working on inmethod-grid to add a filter on top of it. Everything works fine if I don't navigate through other pages of the grid. Once I go to other page and filter the results, I get exception: java.lang.ClassCastException: com.inmethod.grid.common.AbstractPageableView$Query

Re: inmethod-grid bugs?

2011-07-06 Thread Martin Grigorov
Which version do you use ? On Wed, Jul 6, 2011 at 9:02 AM, Duy Do doquoc...@gmail.com wrote: Hi all, I'm working on inmethod-grid to add a filter on top of it. Everything works fine if I don't navigate through other pages of the grid. Once I go to other page and filter the results, I get

Re: inmethod-grid bugs?

2011-07-06 Thread Duy Do
Hi Martin, I use version 1.4.17. It's same in version 1.5-SNAPSHOT on wicketstuff. Thank you for your quick response. On 7/6/2011 2:07 PM, Martin Grigorov wrote: Which version do you use ? On Wed, Jul 6, 2011 at 9:02 AM, Duy Dodoquoc...@gmail.com wrote: Hi all, I'm working on inmethod

Re: inmethod-grid bugs?

2011-07-06 Thread Attila Király
Please open an issue in wicketstuff issuetracker at github for this. Thanks. On Jul 6, 2011 9:16 AM, Duy Do doquoc...@gmail.com wrote: Hi Martin, I use version 1.4.17. It's same in version 1.5-SNAPSHOT on wicketstuff. Thank you for your quick response. On 7/6/2011 2:07 PM, Martin Grigorov

Re: inmethod-grid bugs?

2011-07-06 Thread Attila Király
this on the 1.5 branch. Attila 2011/7/6 Duy Do doquoc...@gmail.com Hi all, I'm working on inmethod-grid to add a filter on top of it. Everything works fine if I don't navigate through other pages of the grid. Once I go to other page and filter the results, I get exception

Re: inmethod-grid bugs?

2011-07-06 Thread Duy Do
. Attila 2011/7/6 Duy Dodoquoc...@gmail.com Hi all, I'm working on inmethod-grid to add a filter on top of it. Everything works fine if I don't navigate through other pages of the grid. Once I go to other page and filter the results, I get exception: java.lang.ClassCastException

Re: inmethod-grid generics

2011-07-03 Thread Duy Do
Attila, thank you for your information. On 7/3/11 1:37 AM, Attila Király wrote: Hi Duy, Generics were added only to the 1.5 branch of inmethod-grid. There is no plan to backport this to the 1.4 branch. Attila 2011/7/2 Duy Dodoquoc...@gmail.com Hi wicketers, I found inmethod-gric generics

inmethod-grid generics

2011-07-02 Thread Duy Do
Hi wicketers, I found inmethod-gric generics for wicket 1.5 on wicketstuff but can not find one for wicket 1.4.x. Is there any maven repo for 1.4.x? Thanks, Duy - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: inmethod-grid generics

2011-07-02 Thread Attila Király
Hi Duy, Generics were added only to the 1.5 branch of inmethod-grid. There is no plan to backport this to the 1.4 branch. Attila 2011/7/2 Duy Do doquoc...@gmail.com Hi wicketers, I found inmethod-gric generics for wicket 1.5 on wicketstuff but can not find one for wicket 1.4.x

RE: Inmethod Grid Select All or Reload Grid

2011-04-20 Thread Chris Colman
that first thing tomorrow morning when I hit the office. -Original Message- From: Attila Király [mailto:kiralyattila...@gmail.com] Sent: Tuesday, 19 April 2011 3:26 AM To: users@wicket.apache.org Subject: Re: Inmethod Grid Select All or Reload Grid Can you provide a minimal example webapp

Re: Inmethod Grid Select All or Reload Grid

2011-04-20 Thread Marc Nuri San Félix
Hello. Of course, objects updated in the database shouldn't be equal to those previously displayed in the table (they aren't equal). If you don't comply to this you'll have problems not only with inmehtod grid. The equals method of my beans always include at least this: if (this.id !=

Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
) { DetachableModel other = (DetachableModel) obj; return other.id == this.id; } return false; } Thanks for your help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3456685.html

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Attila Király
...@wicket.apache.org Hi Which version are you using (1.4 or 1.5)? What do you mean the grid does not refresh? I suggest examining inmethod-grid-examples (com.inmethod.grid.examples.pages.datagrid package) which seems to work fine. Attila

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
I am using wicket 1.4.16 and inmethod-grid 1.4.17 For example, I have a list of flights. I select every flight I want to change. So I press a button which opens a modal window. There I change the times of the selected flights. After saving, the table should load the new data (target.addComponent

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
Try this: +++ grid.markAllItemsDirty(); grid.update(); // - This adds the grid to AjaxRequestTarget, so target.addComponent(grid) is not necessary +++ Regards -- Marc Nuri On Mon, Apr 18, 2011 at 10:15, GJT taulant.gju...@helvetic.com wrote: I am using wicket 1.4.16 and inmethod-grid 1.4.17

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
the grid to AjaxRequestTarget, so target.addComponent(grid) is not necessary +++ Regards -- Marc Nuri On Mon, Apr 18, 2011 at 10:15, GJT lt;taulant.gju...@helvetic.comgt; wrote: I am using wicket 1.4.16 and inmethod-grid 1.4.17 For example, I have a list of flights. I select every flight I

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
) is not necessary +++ Regards -- Marc Nuri On Mon, Apr 18, 2011 at 10:15, GJT lt;taulant.gju...@helvetic.comgt; wrote: I am using wicket 1.4.16 and inmethod-grid 1.4.17 For example, I have a list of flights. I select every flight I want to change. So I press a button which opens

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread GJT
After debugging, I found out the with the hashCode method, the columns don't load. If I take out the hashCode method, the columns loads the data again. But as I said, the selection doesn't work anymore. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Marc Nuri San Félix
/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3457355.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Inmethod Grid Select All or Reload Grid

2011-04-18 Thread Attila Király
doesn't work anymore. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Inmethod-Grid-Select-All-or-Reload-Grid-tp3456685p3457355.html Sent from the Users forum mailing list archive at Nabble.com

Re: Updating inmethod grid from the server

2010-10-28 Thread Adz
Ah yes, it occurred to me last night that my implementation of equals for my object must be the problem, thanks for the help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Updating-inmethod-grid-from-the-server-tp3015007p3018162.html Sent from the Users forum

Updating inmethod grid from the server

2010-10-27 Thread Adz
to refresh a DefaultDataGrid. All help is much appreciated Adam -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Updating-inmethod-grid-from-the-server-tp3015007p3015007.html Sent from the Users forum mailing list archive at Nabble.com

Re: Updating inmethod grid from the server

2010-10-27 Thread Adz
the old model, regardless of whether the data in the new model is different. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Updating-inmethod-grid-from-the-server-tp3015007p3016451.html Sent from the Users forum mailing list archive at Nabble.com

Re: Updating inmethod grid from the server

2010-10-27 Thread Jeremy Thomerson
On Wed, Oct 27, 2010 at 7:00 PM, Adz adam.dar...@three.com.au wrote: I tried that, it didn't make any difference. I think the problem is due to the item reuse strategy ReuseIfModelsEqualStrategy. It has a cache of the existing items and only compares to see if the new models are in the list

Printing an inmethod grid

2010-09-30 Thread Adz
Hi, I'm using an inmethod grid which is working great for me, but when I try to print I only get the data that is on the screen. I get all the headers, including the ones off screen, but not all the data, anyone have a fix/workaround for this? I'm thinking maybe a print.css that overrides

inmethod grid test fails

2010-08-17 Thread nino martinez wael
Hi Guys I am having some trouble testing the inmethod grid, specifically when I remove a row from the data list. On pagerender the grid tries to render the deleted row, which of course does not exist anymore. This problem does not occur running the application for real. I try to click the column

Re: inmethod grid

2010-07-02 Thread nino martinez wael
Ok i'll put in my stuff when I get time, hopefully during next week.. 2010/7/2 Charles Deal chuckdea...@gmail.com Some of my changes alter the inmethod core to facilitate inheritance too. If the change is in the name of a more extensible component, than I say go for it. On Thu, Jul 1, 2010

inmethod grid

2010-07-01 Thread nino martinez wael
Wondering if there are any active developers on inmethod? A while ago I wrote that I had 2 components that I wanted to contribute, so should I just add them or? I guess if no one answers it's a silent yes ? -nino

Re: inmethod grid

2010-07-01 Thread Charles Deal
I believe Matej is the only developer. I also have code to contribute to the project. Considering it is a WicketStuff project, I suppose that we could make the changes ourselves. I posted my changes as patches in order to get some feedback, but I received no comments for or against my proposed

Re: inmethod grid

2010-07-01 Thread nino martinez wael
I'd say we give Matej til tomorrow, and then we put in our changes? I tried to get a hold of Matej on facebook, but no answer.. And I know at least one who would like to use my changes.. 2010/7/1 Charles Deal chuckdea...@gmail.com I believe Matej is the only developer. I also have code to

Re: inmethod grid

2010-07-01 Thread Martijn Dashorst
Matej is busy getting rich from his iPhone application called Air Video (http://inmethod.com). Note that the website is running brix cms. Martijn On Thu, Jul 1, 2010 at 2:49 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: I'd say we give Matej til tomorrow, and then we put in our

Re: inmethod grid

2010-07-01 Thread nino martinez wael
Heh, I guess he don't mind the additions me and Charles have made then. Only thing about my code are that my delete button are using a workaround to be functional, otherwise i'd have to change Matejs core code so it supports inheritance better.. Nice that his site are running brix, and also

Re: inmethod grid

2010-07-01 Thread Charles Deal
Some of my changes alter the inmethod core to facilitate inheritance too. If the change is in the name of a more extensible component, than I say go for it. On Thu, Jul 1, 2010 at 1:16 PM, nino martinez wael nino.martinez.w...@gmail.com wrote: Heh, I guess he don't mind the additions me and

InMethod Grid

2010-06-20 Thread Avraham Rosenzweig
Hello All, I've been looking at the InMethod Grid (from wicketstuff) for use in one of my projects, but I can't find out under what license it is distributed. Does someone know something about it? A URL for the license info/text would be nice. And if we are already talking about it, I

Re: [Wicketstuff / Inmethod-Grid] A handful of patches

2010-06-20 Thread Douglas Ferguson
plugin. I did a checkout into a new Project of https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/inmethod-grid-parent After I made my changes I used the Create Patch option within Eclipse to generate the patches that I supplied. If using a similar setup, you

Re: InMethod Grid

2010-06-20 Thread Douglas Ferguson
Looks like it is Apache 2.0, which I'd be willing to guess would be required for something to show up on wicketstuff. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/inmethod-grid-parent/pom.xml D/ On Jun 20, 2010, at 8:41 AM, Avraham Rosenzweig wrote

Re: InMethod Grid

2010-06-20 Thread Jeremy Thomerson
to guess would be required for something to show up on wicketstuff. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/inmethod-grid-parent/pom.xml D/ On Jun 20, 2010, at 8:41 AM, Avraham Rosenzweig wrote: Hello All, I've been looking at th

Re: [Wicketstuff / Inmethod-Grid] A handful of patches

2010-06-12 Thread Douglas Ferguson
Deal wrote: I use Eclipse and the Subversive SVN plugin. I did a checkout into a new Project of https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/inmethod-grid-parent After I made my changes I used the Create Patch option within Eclipse to generate

  1   2   3   >