Re: Accessing the bound list for a Grid

2012-12-24 Thread Thiago H de Paula Figueiredo
On Mon, 24 Dec 2012 14:35:03 -0200, mateen wrote: When i remove it from the Grid would i have to refresh the zone of the div containing the Grid or would the Grid detect changes to the Underlying data source itself ? You need to rerender the Grid someway (rerendering thw whole page or th

Re: Testing Grid Row Objects

2012-12-24 Thread Chris Poulsen
Hi, I'd probably try to put the t:if into (instead of around) the p:actionCell before looking at the docs/src ;,-) -- Chris On Mon, Dec 24, 2012 at 5:33 PM, mateen wrote: > > > t:rowsPerPage="50" t:add="action" > t:inPlace="true" t:pagerPosition="top" exclude="prop

Re: Accessing the bound list for a Grid

2012-12-24 Thread mateen
When i remove it from the Grid would i have to refresh the zone of the div containing the Grid or would the Grid detect changes to the Underlying data source itself ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Accessing-the-bound-list-for-a-Grid-tp5718951p5718959.ht

Re: Testing Grid Row Objects

2012-12-24 Thread mateen
Process Teller and in my JAVA code public boolean isActive() { return true; } The

Re: Grid Scroller

2012-12-24 Thread Thiago H de Paula Figueiredo
On Mon, 24 Dec 2012 13:37:57 -0200, Chris Poulsen wrote: Hi, Provide your own GridDataSource? That's the only right correct answer to the original question. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users

Re: Accessing the bound list for a Grid

2012-12-24 Thread Thiago H de Paula Figueiredo
On Mon, 24 Dec 2012 11:06:36 -0200, mateen wrote: Hi, Hi! I have added a action to my Grid, which opens a JQuery Dialog. The user can either process the transaction or dismiss the Dialog. Once the user presses the process button, i want to remove the row from the Grid. Just remove i

Re: Testing Grid Row Objects

2012-12-24 Thread Thiago H de Paula Figueiredo
On Mon, 24 Dec 2012 12:17:21 -0200, mateen wrote: Hi, Hi! Now I want to conditionally show a certain type of action cell .In the t:if i want to pass a certain property of the grid row to test wether it is active or not. Now can i do this. public boolean isActive() { return sel

Re: Tapestry-jquery ajax validation

2012-12-24 Thread Lenny Primak
Could you post the solution to your problem?? Thanks. On Dec 24, 2012, at 7:58 AM, rosecorp wrote: > Guys, it was my mistake I was initializing js function in a wrong way. If > anyone will have problems using > http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/validators1 > in tap

Re: Grid Scroller

2012-12-24 Thread Chris Poulsen
Hi, Provide your own GridDataSource? -- Chris On Mon, Dec 24, 2012 at 1:19 PM, mateen wrote: > Hi, > > > I am untill now binding my Grid to an in memory List. I provide pagination > the usual way, and it works fine. Now i my Spring Bean that i have > injected, > recieves a page number and a

Testing Grid Row Objects

2012-12-24 Thread mateen
Hi, My tml page contains the following Grid. Process Teller Now I want to conditionally show a certain type of action cell . In

Accessing the bound list for a Grid

2012-12-24 Thread mateen
Hi, I have added a action to my Grid, which opens a JQuery Dialog. The user can either process the transaction or dismiss the Dialog. Once the user presses the process button, i want to remove the row from the Grid. How can i safely access the Grid contents and remove a specific row. I dont want

tapestry form validation: email bug?

2012-12-24 Thread sommeralex
email with alexander.sommer@gmail ist accepted (instead of alexander.som...@gmail.com) ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-form-validation-email-bug-tp5718950.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Tapestry-jquery ajax validation

2012-12-24 Thread rosecorp
Guys, it was my mistake I was initializing js function in a wrong way. If anyone will have problems using http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/validators1 in tapestry-jquery manner please let me know or ask question in this topic I will surely help. Thanks, R. -- View

Grid Scroller

2012-12-24 Thread mateen
Hi, I am untill now binding my Grid to an in memory List. I provide pagination the usual way, and it works fine. Now i my Spring Bean that i have injected, recieves a page number and a page size argument. How can i configure my scroller to paginate with this function? So that when the user presse