Re: Filling some filed of a form selecting a row from a grid

2015-08-04 Thread Thiago H de Paula Figueiredo
On Mon, 03 Aug 2015 18:24:45 -0300, Luca Arzeni wrote: Hi Thiago, Hi! invoice. At this point you need to select a customer: you can insert a customer number, but, if you don't know it, you can press the search button at the right of the customer number and the system will open a popup

Re: Filling some filed of a form selecting a row from a grid

2015-08-04 Thread Luca Arzeni
Thank you Thiago, I got it! Bye, larzen > Sent: Monday, August 03, 2015 at 11:56 PM > From: "Thiago H de Paula Figueiredo" > To: "Tapestry users" > Subject: Re: Filling some filed of a form selecting a row from a grid > > On Mon, 03 Aug 2015 18:24:45 -0300

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Thiago H de Paula Figueiredo
On Mon, 03 Aug 2015 18:24:45 -0300, Luca Arzeni wrote: Hi Thiago, Hi! invoice. At this point you need to select a customer: you can insert a customer number, but, if you don't know it, you can press the search button at the right of the customer number and the system will open a popup

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Luca Arzeni
0:08 PM > From: "Thiago H de Paula Figueiredo" > To: "Tapestry users" > Subject: Re: Filling some filed of a form selecting a row from a grid > > On Mon, 03 Aug 2015 15:32:06 -0300, Luca Arzeni wrote: > > > I have built a JPA datasource provider that

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Thiago H de Paula Figueiredo
On Mon, 03 Aug 2015 15:32:06 -0300, Luca Arzeni wrote: I have built a JPA datasource provider that is similar to the hibernate one, and it manages filtering, sorting and paging so the size of a grid is not an issue; I was declaring that the dataset is verylarge only to explain the reason w

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Luca Arzeni
I'm the first one to have this need may be I choose the wrong tool for this task :-) Thanks again, Luca > Sent: Monday, August 03, 2015 at 7:42 PM > From: "Thiago H de Paula Figueiredo" > To: "Tapestry users" > Subject: Re: Filling some filed of a form sel

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread mailingl...@j-b-s.de
m and fills the fields of the originating form. >>> >>> By the way: the user needs to see a list of customers since many users have >>> similar values (same name, same city...) so he needs to examinate more than >>> one field to choose the right one (which

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Thiago H de Paula Figueiredo
On Mon, 03 Aug 2015 13:55:54 -0300, Luca Arzeni wrote: The point here is that the list needs to be shown in a grid since it has more than 100.000 items, and I need to allow the user to filter it according to few criteria (that I've already implemented in the page that contains the grid).

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Luca Arzeni
"mailingl...@j-b-s.de" > To: "Tapestry users" > Subject: Re: Filling some filed of a form selecting a row from a grid > > Maybe you have a look at jquery tables + ajax? > > https://www.datatables.net/examples/data_sources/server_side.html > > Jens >

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread mailingl...@j-b-s.de
ks again for your help, but I need a different solution here! > larzeni > > > > > >> Sent: Monday, August 03, 2015 at 6:37 PM >> From: "Kalle Korhonen" >> To: "Tapestry users" >> Subject: Re: Filling some filed of a form selecting a row

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Luca Arzeni
help, but I need a different solution here! larzeni > Sent: Monday, August 03, 2015 at 6:37 PM > From: "Kalle Korhonen" > To: "Tapestry users" > Subject: Re: Filling some filed of a form selecting a row from a grid > > On Mon, Aug 3, 2015 at 7:58 AM, L

Re: Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Kalle Korhonen
On Mon, Aug 3, 2015 at 7:58 AM, Luca Arzeni wrote: > Hi, > I'm using tapestry 5.3.7 unde jboss6 (java6). > I'm developing an invoice form. > I already have a customer list, built with a grid. > While filling the invoice form, I need to show the customer grid, select > one of the customers, and re

Filling some filed of a form selecting a row from a grid

2015-08-03 Thread Luca Arzeni
Hi, I'm using tapestry 5.3.7 unde jboss6 (java6). I'm developing an invoice form. I already have a customer list, built with a grid. While filling the invoice form, I need to show the customer grid, select one of the customers, and retrieve his data (first and last name, addreess, city, zip c