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
Hi Thiago, I really appreciate your help! May be that my problems came from the fact that I've always seen this job solved with a button that shows a picklist. I'm used to see something like the behaviour of OpenXava, take a look at this: http://www.openxava.org/InvoiceDemo/m/Invoice When you

Re: prefilling password

2015-08-03 Thread Thiago H de Paula Figueiredo
On Mon, 03 Aug 2015 15:04:27 -0300, Christine wrote: I have a form with a password field. It gets pre-filled with a previously used password string. How can I prevent the browser and/or Tapestry from putting a value in the password field? This is actually done by the browser, not Tapestry,

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: prefilling password

2015-08-03 Thread Stephen Nutbrown
Hi, I think it will only prefill it if the password is persisted. I would think the best solution is not to persist the password with @Persist. Thanks, Steve On 3 August 2015 at 19:04, Christine wrote: > > I have a form with a password field. It gets pre-filled with a previously > used passwor

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

2015-08-03 Thread Luca Arzeni
Thanks Thiago, 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 why I cannot use an autocomplete/drop down fie

prefilling password

2015-08-03 Thread Christine
I have a form with a password field. It gets pre-filled with a previously used password string. How can I prevent the browser and/or Tapestry from putting a value in the password field? dagdag Christine - To unsubscribe, e-m

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

2015-08-03 Thread mailingl...@j-b-s.de
Hi Luca, we are using T5.3.8 right now but there are no plans on our side to upgrade to T5.4 yet, so unfortunately I can not answer this question. For Datatables I can tell you integration is easy, filtering works per column or multiple columns ("and" condition) or regex. Ok, regex ist not con

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
Thanks Jens, I will take a look. I was hoping that there was already a "tapestry-zed" solution since to me it seems a common need... Do you know if tapestry 5.4 has some native support for jquery tables? Thanks, larzeni > Sent: Monday, August 03, 2015 at 7:03 PM > From: "mailingl...@j-b-s.de

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

2015-08-03 Thread mailingl...@j-b-s.de
Maybe you have a look at jquery tables + ajax? https://www.datatables.net/examples/data_sources/server_side.html Jens Von meinem iPhone gesendet > Am 03.08.2015 um 17:55 schrieb Luca Arzeni : > > Thanks Kalle, > I appreciate your hint and I already used a solution like this for a shorter >

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

2015-08-03 Thread Luca Arzeni
Thanks Kalle, I appreciate your hint and I already used a solution like this for a shorter list of items. 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 impl

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