Re: Problem regarding ajax refresh contents of ModalWindow containing inmethod-datagrid

2012-12-19 Thread Martin Grigorov
at 3:17 PM, pmaks piyu...@live.com wrote: Hi All, I'm facing a problem, that is related to refresh inmethod-datagrid in wicket modal window. Grid shows well at first time, however on refreshing 2nd time. SelectAll checkbox in the header of table just stops working. I think the reason

Re: Problem regarding ajax refresh contents of ModalWindow containing inmethod-datagrid

2012-12-19 Thread pmaks
properly. It is working fine for me on every browser. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-regarding-ajax-refresh-contents-of-ModalWindow-containing-inmethod-datagrid-tp4654883p4654914.html Sent from the Users forum mailing list archive

Problem regarding ajax refresh contents of ModalWindow containing inmethod-datagrid

2012-12-18 Thread pmaks
Hi All, I'm facing a problem, that is related to refresh inmethod-datagrid in wicket modal window. Grid shows well at first time, however on refreshing 2nd time. SelectAll checkbox in the header of table just stops working. I think the reason for it is improper markup state of modal dialog after

Re: Inmethod datagrid and Twitter bootstrap

2012-03-18 Thread Martin Grigorov
the inmethod datagrid (which I use a lot) get the look and feel of the twitter bootstrap table. I'm thinking of making the inmethod datagrid look something like this: http://datatables.net/media/blog/bootstrap/ This means that I would also like to use the paging look and feel from twitter botostrap

RE: Inmethod datagrid and Twitter bootstrap

2012-03-18 Thread Chris Colman
I'm thinking of making the inmethod datagrid look something like this: http://datatables.net/media/blog/bootstrap/ Ooooh! Yea please, can I have one of them ;) That Twitter Bootstrap table looks very Web 2012: nice clear, uncluttered, easy to read

Inmethod datagrid and Twitter bootstrap

2012-03-17 Thread bjolletz
Hi, I've been playing around a bit with the Twitter bootstrap css framework and think it looks really nice. Now, it would be very nice if it was possible to make the inmethod datagrid (which I use a lot) get the look and feel of the twitter bootstrap table. I'm thinking of making the inmethod

RE: Best way to periodically refresh an inmethod DataGrid?

2011-03-28 Thread Chris Colman
null operand. -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Friday, 25 March 2011 10:35 PM To: users@wicket.apache.org Subject: Re: Best way to periodically refresh an inmethod DataGrid? If you update the just the selected row then the selection will be lost

Re: Best way to periodically refresh an inmethod DataGrid?

2011-03-25 Thread Martin Grigorov
with selection is different for the different browsers, so better find a JS library that does it for you. Good luck! On Thu, Mar 24, 2011 at 11:38 PM, Coleman, Chris chris.cole...@thalesgroup.com.au wrote: We've got a wicket app with an inmethod DataGrid and it displays fine and we use

Best way to periodically refresh an inmethod DataGrid?

2011-03-24 Thread Coleman, Chris
We've got a wicket app with an inmethod DataGrid and it displays fine and we use an AjaxSelfUpdatingTimerBehaviour to update the grid every 5 seconds. That part works fine - as data changes in the database the changes are reflected in the table in the browser However, if we select an item

Inmethod datagrid adding aggregate rows

2010-09-07 Thread pieter_degraeuwe
Hi, I'm looking for some hints for doing the following: I have an Inmethod datagrid, which has the columns 'amount', 'product', 'detail', 'price'. I would like to have at the bottom of the table (just above the paging toolbar) an extra row which shows me the sum (total) of all prices

Re: Inmethod datagrid adding aggregate rows

2010-09-07 Thread Branislav Kalas
on resizing js) Please write here a solution if you will find out how to do it. On 09/07/2010 01:29 PM, pieter_degraeuwe wrote: Hi, I'm looking for some hints for doing the following: I have an Inmethod datagrid, which has the columns 'amount', 'product', 'detail', 'price'. I would like to have

Re: Inmethod datagrid adding aggregate rows

2010-09-07 Thread Charles Deal
a solution if you will find out how to do it. On 09/07/2010 01:29 PM, pieter_degraeuwe wrote: Hi, I'm looking for some hints for doing the following: I have an Inmethod datagrid, which has the columns 'amount', 'product', 'detail', 'price'. I would like to have at the bottom of the table (just

Re: Unit Test InMethod DataGrid

2010-06-04 Thread Ronan O'Connell
Thank you very much Nino and Kent, I've read about Wicketpagetest before and I've been planning to try it out. Looks like now is my chance :-) Ronan On 04/06/2010 02:16, Kent Tong wrote: Hi Ronan, Looking at the output of WicketTester.debugComponentTrees() I can see that the grid row is

Unit Test InMethod DataGrid

2010-06-03 Thread Ronan O'Connell
Hi, Does anybody know how to check the values of individual cells of an InMethod DataGrid/Treedrid. in a unit test? Looking at the output of WicketTester.debugComponentTrees() I can see that the grid row is the deepest level with a wicket id: NFO - BaseWicketTester - path

Re: Unit Test InMethod DataGrid

2010-06-03 Thread nino martinez wael
what about grabbing the model behind and checking that instead? 2010/6/3 Ronan O'Connell ronanoconnell1...@gmail.com: Hi, Does anybody know how to check the values of individual cells of an InMethod DataGrid/Treedrid. in a unit test? Looking at the output of WicketTester.debugComponentTrees

Re: Unit Test InMethod DataGrid

2010-06-03 Thread Kent Tong
Hi Ronan, Looking at the output of WicketTester.debugComponentTrees() I can see that the grid row is the deepest level with a wicket id: ... panel:storyGrid:form:bodyContainer:body:row:2:item com.inmethod.grid.common.AbstractGridRow If you use http://wicketpagetest.sourceforge.net, then

RE: inmethod DataGrid problem in IE8

2010-03-17 Thread Russell Morrisey
: Russell Morrisey [mailto:russell.morri...@missionse.com] Sent: Tuesday, March 16, 2010 11:09 AM To: users@wicket.apache.org Subject: RE: inmethod DataGrid problem in IE8 Marsha wasn't able to reproduce the problem in the examples. She is working on it now. Thanks for the quick response! RUSSELL E

RE: inmethod DataGrid problem in IE8

2010-03-16 Thread Russell Morrisey
: Matej Knopp [mailto:matej.kn...@gmail.com] Sent: Friday, March 12, 2010 3:57 PM To: users@wicket.apache.org Subject: Re: inmethod DataGrid problem in IE8 If you run grid examples is the problem present? -Matej On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey russell.morri...@missionse.com wrote

inmethod DataGrid problem in IE8

2010-03-12 Thread Russell Morrisey
I am having trouble with the layout of my inmethod DataGrid in wicket. It appears that the header columns and the data columns are not lining up correctly. There is a thin outer layer surrounding the individual columns on each row that is pushing the data outside of the viewable area

Re: inmethod DataGrid problem in IE8

2010-03-12 Thread Matej Knopp
If you run grid examples is the problem present? -Matej On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey russell.morri...@missionse.com wrote: I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up

Re: InvalidUrlException thrown while clicking row in a InMethod DataGrid

2010-01-03 Thread Marcin Palka
this message in context: http://old.nabble.com/InvalidUrlException-thrown-while-clicking-row-in-a-InMethod-DataGrid-tp27001559p27004581.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

inmethod DataGrid and selectAllVisibleItems

2009-12-03 Thread Fernando Wermus
Hello all, I am using inmethod's DataGrid and when I use selectAllVisibleItems, it doesn't select all the items. How come? Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: inmethod datagrid and row additions and filtering

2009-11-05 Thread Deren
I ended up making the following changes to the inmethod datagrid in order to get the correct behavior: AbstractPageableView.java: + public void reset() { + realItemCount = UNKOWN_COUNT; + maxFirstItemReached = 0; + queryResult = null

where download inmethod datagrid

2009-10-23 Thread Roman Ilin
Hi *, I saw some screen shots of inmethod datagrid components. I see some messages in this mailing list as well writing people are using them. But I can't find it following the link to http://www.inmethod.com/ on wicket site. Can someone tell me how can I start using it? Docs, maven repo

Re: where download inmethod datagrid

2009-10-23 Thread Linda van der Pal
It's part of wicketstuff now: http://wicketstuff.org/confluence/display/STUFFWEB/Home Regards, Linda Roman Ilin wrote: Hi *, I saw some screen shots of inmethod datagrid components. I see some messages in this mailing list as well writing people are using them. But I can't find it following

Re: where download inmethod datagrid

2009-10-23 Thread Roman Ilin
thank you On Fri, Oct 23, 2009 at 1:36 PM, Linda van der Pal lvd...@heritageagenturen.nl wrote: It's part of wicketstuff now: http://wicketstuff.org/confluence/display/STUFFWEB/Home Regards, Linda Roman Ilin wrote: Hi *, I saw some screen shots  of inmethod datagrid components. I see

Small bug in inmethod datagrid

2009-10-22 Thread Linda van der Pal
I've just reported a bug with the inmethod datagrid: http://wicketstuff.org/jira/browse/GRID-2 I've added a quickstart as well. When I try to resize the columns of a datagrid with both columns that are lightweight and those that are not, the position of the table borders changes, but the text

Column filtering on inmethod datagrid

2009-10-20 Thread Linda van der Pal
I've tried to add column filtering to the inmethod datagrid by creating a new class ChoiceFilteredPropertyColumn which extends the new class FilteredPropertyColumn, which extends the inmethod PropertyColumn and implements the new interface IFilteredColumn. In other words, I've merged two sets

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
. Oktober 2009 17:26 An: users@wicket.apache.org Cc: e...@shinsetsu.nl Betreff: Re: inmethod datagrid and wicket 1.4 and generics I think there is a datagrid project in wicket stuff jira. If you do any work (against current trunk - not 1.3) patch is always welcome. You can create a jira issue

One inmethod datagrid question

2009-10-13 Thread François Jeunesse
Hi, First, thanks Matej for you job! Here is my question: I use the editable datagrid example, and I have added one column to permit deleting functionality. When one user click on delete a row, I modify my datasource, and call the ‘getGrid().setDefaultModelObject(new DataSource…)’

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Matej Knopp
way. Approx half of inmehtod grid is generic now. Stefan -Ursprüngliche Nachricht- Von: Matej Knopp [mailto:matej.kn...@gmail.com] Gesendet: Montag, 12. Oktober 2009 17:26 An: users@wicket.apache.org Cc: e...@shinsetsu.nl Betreff: Re: inmethod datagrid and wicket 1.4 and generics

Re: One inmethod datagrid question

2009-10-13 Thread Matej Knopp
Why do you call getGrid().setDefaultModelObject() again? You should keep the same data source just let it output different data. -Matej 2009/10/13 François Jeunesse francois.jeune...@a-syst.com: Hi, First, thanks Matej for you job! Here is my question: I use the editable datagrid

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
-Ursprüngliche Nachricht- Von: Matej Knopp [mailto:matej.kn...@gmail.com] Gesendet: Dienstag, 13. Oktober 2009 12:08 An: users@wicket.apache.org Betreff: Re: inmethod datagrid and wicket 1.4 and generics Sure. If you have commit access to wicket stuff feel free to branch the trunk. -Matej On Tue

RE: One inmethod datagrid question

2009-10-13 Thread François Jeunesse
: Matej Knopp [mailto:matej.kn...@gmail.com] Sent: mardi 13 octobre 2009 12:21 To: users@wicket.apache.org Subject: Re: One inmethod datagrid question Why do you call getGrid().setDefaultModelObject() again? You should keep the same data source just let it output different data. -Matej 2009/10/13

How to avoid an empty row in inmethod datagrid editable example

2009-10-12 Thread François Jeunesse
Hi, I’am using the editable datagrid example from inmethod. When I add my grid to my page, I’am using this line: DataGrid grid = new DefaultDataGrid(grid, new infoDataSource(dp.getInfoVintage()), columns); The final result, like on the website example

inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
I found inmethod datagrid at http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but no hint or link to it on the wiki page http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki. The project remained in 1.0 state since the end of last year. Is it compatible with wicket 1.4

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Erik Post
, 2009 at 3:35 PM, Stefan Lindner lind...@visionet.de wrote: I found inmethod datagrid at http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but no hint or link to it on the wiki page http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki. The project remained in 1.0 state

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Linda van der Pal
I'm certain there is a 1.4 version, as I have it downloaded. Try using this URL to get it from SVN: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/releases/wicketstuff-core-1.4-rc7/inmethod-grid-parent Regards, Linda Stefan Lindner wrote: I found inmethod datagrid at http

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Erik Post
/inmethod-grid-parent Regards, Linda Stefan Lindner wrote: I found inmethod datagrid at http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but no hint or link to it on the wiki page http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki. The project remained in 1.0 state

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
Thenk you all for your replies! I found a hand full of mailing list entrys with hints for patches to make some classes generic. Are there any attempts to integrate them into the current trunk? I think a generic IGridColumn would be very handy. Should I start doing it? Stefan

Re: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Matej Knopp
I think there is a datagrid project in wicket stuff jira. If you do any work (against current trunk - not 1.3) patch is always welcome. You can create a jira issue for it and attach it there. -Matej On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner lind...@visionet.de wrote: Thenk you all for

Two inmethod datagrid questions

2009-10-12 Thread Stefan Lindner
I play around with the DefaultDataGrid component and I have two questions: 1. Is it possible to register for a column resized event? This would give us the ability to remember the user's favorite column widths. 2. Is it possible to hide the navigation footer? Yes, I can do it via css but if I

Re: Two inmethod datagrid questions

2009-10-12 Thread Erik Post
On Mon, Oct 12, 2009 at 10:24 PM, Stefan Lindner lind...@visionet.de wrote: I play around with the DefaultDataGrid component and I have two questions: 1. Is it possible to register for a column resized event? This would give us the ability to remember the user's favorite column widths. 2. Is

Re: Two inmethod datagrid questions

2009-10-12 Thread Matej Knopp
On Mon, Oct 12, 2009 at 10:24 PM, Stefan Lindner lind...@visionet.de wrote: I play around with the DefaultDataGrid component and I have two questions: 1. Is it possible to register for a column resized event? This would give us the ability to remember the user's favorite column widths.

inMethod DataGrid initial selection

2009-10-02 Thread Swanthe Lindgren
Does anybody know how to get a row initially selected when the grid is first drawn? //Swanthe - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: inMethod DataGrid initial selection

2009-10-02 Thread Martin Grigorov
grid.selectItem(rowModel); El vie, 02-10-2009 a las 11:25 +0200, Swanthe Lindgren escribió: Does anybody know how to get a row initially selected when the grid is first drawn? //Swanthe - To unsubscribe, e-mail:

Re: inMethod DataGrid initial selection

2009-10-02 Thread Swanthe Lindgren
Yes, I got that part right, thank you. But somehow the item is not hi-lighted in my grid. When the grid instance is constructed and added to the page, the data to be shown in the grid has not yet been loaded. I know that the row i want selected is going to be there once the data is loaded and

Re: inMethod DataGrid initial selection

2009-10-02 Thread Matej Knopp
Make sure that the equals method on your model(s) is properly implemented. Also check equals on your entities. -Matej On Fri, Oct 2, 2009 at 1:37 PM, Swanthe Lindgren swanthe.lindg...@megasol.se wrote: Yes, I got that part right, thank you. But somehow the item is not hi-lighted in my grid.

Re: inmethod DataGrid javascript error (with fix?)

2009-09-25 Thread Matej Knopp
Thanks. Should be fixed in SVN. -Matej On Fri, Sep 25, 2009 at 2:05 AM, Russell Morrisey rmorri...@csc.com wrote: I'm getting a javascript error using the inmethod DataGrid; it looks to me like a bug with the DataGrid's script code. I am hoping that the DataGrid script can be patched

inmethod DataGrid javascript error (with fix?)

2009-09-24 Thread Russell Morrisey
I'm getting a javascript error using the inmethod DataGrid; it looks to me like a bug with the DataGrid's script code. I am hoping that the DataGrid script can be patched =) When using the inmethod grid (com.inmethod.grid.datagrid.DataGrid), I get the error whenever I hover the mouse over

inMethod DataGrid row values

2009-09-11 Thread Oliver-Sven Fritsch
Hi group! I want to open a ModalPanel with detailed information when the user clicks on a row in my DataGrid. To do so I override the onCellClicked method. My problem is that I don't know how to get the rowdata. No matter which approach I try all I see is that I can get the information for

Re: inMethod DataGrid row values

2009-09-11 Thread Matej Knopp
onCellClicked gets the row model object as argument. Call model.getObject() to get the actual object. -Matej On Fri, Sep 11, 2009 at 9:32 AM, Oliver-Sven Fritscho...@3blogos.com wrote: Hi group! I want to open a ModalPanel with detailed information when the user clicks on a row in my

Re: LinkTree and Tabbed Panel + inMethod DataGrid

2009-09-02 Thread Oliver-Sven Fritsch
some global variables ((WicketApplication) getApplication()).setViewId(Integer.valueOf(((MyTreeNode) node).getPraram1())); // this is my inMethod datagrid target.addComponent( ((ExplorerApplication) getApplication()).getGrid()); //- what comes here

Re: LinkTree and Tabbed Panel + inMethod DataGrid

2009-09-01 Thread Igor Vaynberg
as my navigation and a panel with tabs for the content. Right now the tree loads all the neccesary data and displays correctly. On one of my tabs I have the inMethod datagrid which displays the values for the selected treenode well. My problem is that if I choose another node the datagrid does

Re: inmethod datagrid with a DropDownChoice cell

2009-08-13 Thread suilix
Will Jaynes-4 wrote: I have come up with a quickstart project that shows my problem with creating an EditableDropDownPropertyColumn for the inmethod datagrid. I'm sure I'm not understanding something fundamental. The classes in the edu.umich.med.irs.column package are my attempts

Re: How do I set a selected item outside of an inmethod datagrid?

2009-07-21 Thread satar
-a-selected-item-outside-of-an-inmethod-datagrid--tp24565364p24592148.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: How do I set a selected item outside of an inmethod datagrid?

2009-07-21 Thread Marcin Palka
select the first item in the historyTable. cheers Marcin -- View this message in context: http://www.nabble.com/How-do-I-set-a-selected-item-outside-of-an-inmethod-datagrid--tp24565364p24595335.html Sent from the Wicket - User mailing list archive at Nabble.com

How do I set a selected item outside of an inmethod datagrid?

2009-07-20 Thread Steve Tarlton
I have a table that contains history entries of an item table. Whenever I change the selection in the item table, I repopulate the history in the history table. What I would like to do is select the newest history entry in the history table by default whenever I change the selection on the item

Update separate current select panel from AjaxSelfUpdatingTimerBehavior of inmethod DataGrid

2009-07-16 Thread Steve Tarlton
Stumbling on this one: I am using an AjaxSelfUpdatingTimerBehavior added to an inmethod DataGrid to have it update its datasource from a database every 15 seconds. This worked well but then I also want to update a corresponding panel that contains data from the currently selected row

Re: Update separate current select panel from AjaxSelfUpdatingTimerBehavior of inmethod DataGrid

2009-07-16 Thread satar
on it and this worked perfectly! Man I LOVE Wicket... I can do very powerful things already and I am basically a newbie! -- View this message in context: http://www.nabble.com/Update-separate-current-select-panel-from-AjaxSelfUpdatingTimerBehavior--of-inmethod-DataGrid-tp24526412p24526740.html

Re: Dynamic links in inmethod DataGrid

2009-07-14 Thread James Carman
in the rendered HTML? -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24470121.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Dynamic links in inmethod DataGrid

2009-07-13 Thread satar
reason one my want the tags in the rendered HTML? -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24470121.html Sent from the Wicket - User mailing list archive at Nabble.com

Dynamic links in inmethod DataGrid

2009-07-10 Thread De Soza, Jean-Pierre
Hello, I'm facing a very specific issue with Links in a cell of the inmethod DatGrid: -If I use a link with a static text next to a label with a variable text, the link works perfectly: label wicket:id=labelA variable text/labelnbsp;a href=some url wicket:id=linkRead More.../a -

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread James Carman
Tell the label to render its body only. On Fri, Jul 10, 2009 at 5:08 AM, De Soza, Jean-Pierrejean-pierre.des...@hp.com wrote: Hello, I'm facing a very specific issue with Links in a cell of the inmethod DatGrid: -        If I use a link with a static text next to a label with a variable

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread jpds
wrote: Tell the label to render its body only. -- View this message in context: http://www.nabble.com/Dynamic-links-in-inmethod-DataGrid-tp24424621p24426453.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Dynamic links in inmethod DataGrid

2009-07-10 Thread James Carman
-in-inmethod-DataGrid-tp24424621p24426453.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: inmethod datagrid with a DropDownChoice cell

2009-06-30 Thread jsinger66
); DropDownChoice ddc = new DropDownChoice(dropdown,model, data, renderer) { Hope this helps. Jeff Singer -- View this message in context: http://www.nabble.com/inmethod-datagrid-with-a-DropDownChoice-cell-tp22068863p24278038.html Sent from the Wicket - User mailing list archive

Re: inmethod datagrid with a DropDownChoice cell

2009-06-14 Thread zeljko
Hello Will! Have you solved this problem? I also need to have a data grid component with dropdown column and can not find any examples. Thanks in advance! //Zeljko -- View this message in context: http://www.nabble.com/inmethod-datagrid-with-a-DropDownChoice-cell-tp22068863p24025546.html Sent

Inmethod DataGrid without column headers?

2009-05-29 Thread Marcin Palka
Hi, Is there any way to render a Inmethod DataGrid without column headers? For wicket's standard DataTable there's a HeaderlessColumn but I haven't been able to find an equivalent column type for DataGrid. cheers Marcin

Re: Inmethod DataGrid without column headers?

2009-05-29 Thread Cristi Manole
) { //nothing } doesn't do what you want? Cristi Manole On Fri, May 29, 2009 at 12:37 PM, Marcin Palka marcin.pa...@gmail.comwrote: Hi, Is there any way to render a Inmethod DataGrid without column headers? For wicket's standard DataTable there's a HeaderlessColumn but I haven't been able to find

Re: Inmethod DataGrid without column headers?

2009-05-29 Thread Marcin Palka
in context: http://www.nabble.com/Inmethod-DataGrid-without-column-headers--tp23782672p23784978.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

inmethod datagrid: how to contribute?

2009-03-20 Thread Will Jaynes
We have been using the inmethod datagrid in our latest project. (1.4 SNAPSHOT from wicketstuff-core) We have some bugs (or issues, at least) to report and might have some contributions. I don't see a Jira project on the wicketstuff jira nor is there info on the wicketstuff wiki. Is there a way

Re: inmethod datagrid: how to contribute?

2009-03-20 Thread Matej Knopp
the inmethod datagrid in our latest project. (1.4 SNAPSHOT from wicketstuff-core) We have some bugs (or issues, at least) to report and might have some contributions. I don't see a Jira project on the wicketstuff jira nor is there info on the wicketstuff wiki. Is there a way to contribute or communicate

Re: inmethod datagrid, ajax interactions between cells

2009-02-26 Thread jcgarciam
I haven't used inmethod datagrid yet but i guess i wont be different with another Wicket model component, so just clear the property of your Underlying model, that should be enough. Will Jaynes-4 wrote: I'm working with the inmethod datagrid. I would like to set up some ajax interactions

Re: inmethod datagrid, ajax interactions between cells

2009-02-26 Thread Will Jaynes
...@gmail.com wrote: I haven't used inmethod datagrid yet but i guess i wont be different with another Wicket model component, so just clear the property of your Underlying model, that should be enough. Will Jaynes-4 wrote: I'm working with the inmethod datagrid. I would like to set up some ajax

inmethod datagrid with a DropDownChoice cell

2009-02-17 Thread Will Jaynes
I'm working with the inmethod datagrid. The grid is editable, and I have it working just as the examples show, with a couple of cells that contain text. As in the examples, clicking on a row changes some cells into TextField components that can be edited. Now I would like to create a cell

Re: inmethod datagrid, validation, and feedback

2009-02-16 Thread Will Jaynes
On Sun, Feb 15, 2009 at 10:40 PM, Timo Rantalaiho timo.rantala...@ri.fiwrote: On Sun, 15 Feb 2009, Will Jaynes wrote: So, how would one show those error messages? And where would such code get hooked in? I'm not sure about the place but basically you have to add a FeedbackPanel and

inmethod datagrid, validation, and feedback

2009-02-15 Thread Will Jaynes
The examples for an editable inmethod datagrid show how to add validation when adding a new column. The firstName and lastName components are required. (component.setReqired(true)) And, indeed, if one edits a first name and blanks it out and press the save icon, the row is not updated

Re: inmethod datagrid, validation, and feedback

2009-02-15 Thread Timo Rantalaiho
On Sun, 15 Feb 2009, Will Jaynes wrote: So, how would one show those error messages? And where would such code get hooked in? I'm not sure about the place but basically you have to add a FeedbackPanel and update it in the ajax event that causes the error, final Component feedback = new

InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
). Is there any examples? Thnx for any suggestions. Michal -- View this message in context: http://www.nabble.com/InMethod-DataGrid-Localization-tp21913141p21913141.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: InMethod DataGrid Localization

2009-02-09 Thread Ryan McKinley
: I have row state and it can reach 3 values (created, updated, deleted) in my database but I want show substitutes for that values in my dataGrid (in other language). Is there any examples? Thnx for any suggestions. Michal -- View this message in context: http://www.nabble.com/InMethod

Re: InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
, deleted) in my database but I want show substitutes for that values in my dataGrid (in other language). Is there any examples? Thnx for any suggestions. Michal -- View this message in context: http://www.nabble.com/InMethod-DataGrid-Localization-tp21913141p21913141.html Sent from

Re: InMethod DataGrid Localization

2009-02-09 Thread Ryan McKinley
this message in context: http://www.nabble.com/InMethod-DataGrid-Localization-tp21913141p21913141.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: InMethod DataGrid Localization

2009-02-09 Thread Michal Hybler
language). Is there any examples? Thnx for any suggestions. Michal -- View this message in context: http://www.nabble.com/InMethod-DataGrid-Localization-tp21913141p21913141.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Formatting dates in Inmethod DataGrid

2008-12-20 Thread Jurek Piasek
datagrid? Thanks, Jurek. -- View this message in context: http://www.nabble.com/Formatting-dates-in-Inmethod-DataGrid-tp20614026p21084007.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Formatting dates in Inmethod DataGrid

2008-12-18 Thread TahitianGabriel
) { Date date = (Date) varValue; return new SimpleDateFormat().format(date); } }; } } Jurek Piasek wrote: How does one format a date in the inmethod datagrid? Thanks, Jurek. -- View this message in context: http://www.nabble.com

Re: Inmethod DataGrid

2008-12-02 Thread Timo Rantalaiho
On Tue, 02 Dec 2008, ulrik wrote: I'm using the Inmethod DataGrid in my application. I would like to test it's functionality with WicketTester. I have run into some problems though. How do I simulate clicking on a row in the DataGrid from the WicketTester? I'm not familiar with DataGrid

Inmethod DataGrid

2008-12-02 Thread ulrik
Hello! I'm using the Inmethod DataGrid in my application. I would like to test it's functionality with WicketTester. I have run into some problems though. How do I simulate clicking on a row in the DataGrid from the WicketTester? // Ulrik -- View this message in context: http://www.nabble.com

Re: Inmethod DataGrid

2008-12-02 Thread ulrik
2008, ulrik wrote: I'm using the Inmethod DataGrid in my application. I would like to test it's functionality with WicketTester. I have run into some problems though. How do I simulate clicking on a row in the DataGrid from the WicketTester? I'm not familiar with DataGrid, but if it has Wicket

Formatting dates in Inmethod DataGrid

2008-11-20 Thread Jurek Piasek
How does one format a date in the inmethod datagrid? Thanks, Jurek.

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-28 Thread Paul Logasa Bogen II
) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific about the setup (browser, grid version, wicket version)? -Matej

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-25 Thread Matej Knopp
Firefox) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific about the setup (browser, grid version, wicket version

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-25 Thread Paul Logasa Bogen II
and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific about the setup (browser, grid version, wicket version)? -Matej On Thu, Jul 24, 2008 at 10:56 PM, Paul Logasa Bogen II [EMAIL PROTECTED

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-25 Thread Paul Logasa Bogen II
WinXP and Iceweasel 3.0.1 (rebranded Firefox) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific about the setup

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-25 Thread Paul Logasa Bogen II
x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific about the setup (browser, grid version, wicket version)? -Matej On Thu, Jul 24, 2008 at 10

Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-24 Thread Paul Logasa Bogen II
Howdy, First of I'd like to say that I think Wicket is fantastic and after trying GWT and Thinwire, I finally have found a framework that is open, supported, mature, and lets me program how I want to. However, I am currently having a strange problem. I have a ModalWindow which is shown after

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-24 Thread Matej Knopp
We use grid in modal window all the time. Can you be more specific about the setup (browser, grid version, wicket version)? -Matej On Thu, Jul 24, 2008 at 10:56 PM, Paul Logasa Bogen II [EMAIL PROTECTED] wrote: Howdy, First of I'd like to say that I think Wicket is fantastic and after trying

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-24 Thread Paul Logasa Bogen II
Sure, no problem, I didn't want to spam the list with too much info if I didn't need to. I'm using Firefox 3.0.1 under WinXP and Iceweasel 3.0.1 (rebranded Firefox) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-24 Thread Paul Logasa Bogen II
to. I'm using Firefox 3.0.1 under WinXP and Iceweasel 3.0.1 (rebranded Firefox) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you

Re: Strange behavior with inMethod DataGrid inside a Panel inside a ModalWindow

2008-07-24 Thread Paul Logasa Bogen II
Firefox 3.0.1 under WinXP and Iceweasel 3.0.1 (rebranded Firefox) under Debian i686 and Debian x86_64 I am using Wicket 1.3.4 and the inMethod DataGrid is the current SVN code under the 1.3.x branch. plb Matej Knopp wrote: We use grid in modal window all the time. Can you be more specific

  1   2   >