RE: Reg: How to set progressive display whole project

2014-04-02 Thread Thilo Tanner
Hi, there are several ways to achieve such a behavior. One example below. The idea is simple, you place your start button within a zone and after the click, you replace the zone content with your progressive display. Java: @Inject private Block display; public Object onStart

Re: Reg: How to set progressive display whole project

2014-04-02 Thread srikaanth
On Saturday 29 March 2014 02:42 AM, Thiago H de Paula Figueiredo wrote: On Fri, 28 Mar 2014 08:02:21 -0300, srikaanth wrote: I have seen jumpstart example about the progressive display its working fine. But it sets for the single page only . If i have 50 page and for the 50 page i need

Re: Reg: How to set progressive display whole project

2014-03-28 Thread Thiago H de Paula Figueiredo
On Fri, 28 Mar 2014 08:02:21 -0300, srikaanth wrote: I have seen jumpstart example about the progressive display its working fine. But it sets for the single page only . If i have 50 page and for the 50 page i need to work the same process ? . its difficult. Is any way to set

Reg: How to set progressive display whole project

2014-03-28 Thread srikaanth
I have seen jumpstart example about the progressive display its working fine. But it sets for the single page only . If i have 50 page and for the 50 page i need to work the same process ? . its difficult. Is any way to set progressive universally for the whole project

Re: Progressive display on submit

2012-07-02 Thread David Canteros
; database, send mail ...etc). How can I show progressive display while the >> whole code is executed and then return an Object (success.java). Is there >> any good example doing this using Progressive display or possibly any >> other other way to accomplish this. >> > >

Re: Progressive display on submit

2012-07-01 Thread Thiago H de Paula Figueiredo
On Sun, 01 Jul 2012 09:22:12 -0300, liquid_sun wrote: Hi, Hi! I have submit form that needs about 2-3 seconds to execute (insert in database, send mail ...etc). How can I show progressive display while the whole code is executed and then return an Object (success.java). Is there any good

Progressive display on submit

2012-07-01 Thread liquid_sun
Hi, I have submit form that needs about 2-3 seconds to execute (insert in database, send mail ...etc). How can I show progressive display while the whole code is executed and then return an Object (success.java). Is there any good example doing this using Progressive display or possibly any other

Re: progressive display

2011-10-25 Thread David Canteros
pens when your progressively-displayed > grid can't render and throws an exception? > > Best Regards, > Wulf > > -Original Message- > From: David Canteros [mailto:davidcanteros@gmail.com] > Sent: Donnerstag, 20. Oktober 2011 18:33 > To: Tapestry users > Subj

RE: progressive display

2011-10-21 Thread Wechsung, Wulf
stry users Subject: Re: progressive display Wich tap version are you using?? I'm doing something like that with grids and it works OK, using tap 5.2.6 BR -- David Germán Canteros 2011/10/20 Steve Eynon > It may be somethi

Re: progressive display

2011-10-20 Thread David Canteros
> https://issues.apache.org/jira/browse/TAP5-1706 > > Try munky patching your tapestry.js page with the suggestion in the > Jira and see if it makes any difference. > > Steve. > > > > > On 20 October 2011 05:07, Wechsung, Wulf wrote: > > Hello T-User, > > &g

Re: progressive display

2011-10-20 Thread Steve Eynon
t; > I would like to start using the progressive display component to create the > illusion of responsitivity (:) ) but I'm facing the problem that if anything > goes wrong > during the rendering of the P-D's body it will not show an error page and > instead keeps showing t

progressive display

2011-10-19 Thread Wechsung, Wulf
Hello T-User, I would like to start using the progressive display component to create the illusion of responsitivity (:) ) but I'm facing the problem that if anything goes wrong during the rendering of the P-D's body it will not show an error page and instead keeps showing the load

Re: Tapestry 5.3 and progressive display

2011-08-08 Thread Howard Lewis Ship
o > check in the zone variable, so I'll look for the latest code and let you > know. > > -- > View this message in context: > http://tapestry-users.832.n2.nabble.com/Tapestry-5-3-and-progressive-display-js-issue-tp6664856p6665232.html > Sent from the Tapestr

Re: Tapestry 5.3 and progressive display

2011-08-08 Thread pedro
ry-users.832.n2.nabble.com/Tapestry-5-3-and-progressive-display-js-issue-tp6664856p6665232.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additio

Re: Tapestry 5.3 and progressive display

2011-08-08 Thread Howard Lewis Ship
58 AM, Howard Lewis Ship wrote: > Thanks, I'll take a peek at this.  I think it must be some unintended > consequences of other changes. > > On Mon, Aug 8, 2011 at 9:13 AM, pedro wrote: >> Hi, >> >> We are currently going through the update to Tapestry 5.3

Re: Tapestry 5.3 and progressive display

2011-08-08 Thread Howard Lewis Ship
Thanks, I'll take a peek at this. I think it must be some unintended consequences of other changes. On Mon, Aug 8, 2011 at 9:13 AM, pedro wrote: > Hi, > > We are currently going through the update to Tapestry 5.3 and we have found > an issue while using the progressive

Tapestry 5.3 and progressive display

2011-08-08 Thread pedro
Hi, We are currently going through the update to Tapestry 5.3 and we have found an issue while using the progressive display component. There is an exception in the tapestry javascript while loading the progressive display in the processReply function. The problem is in the loop through the

Re: How can I use Progressive display in my code

2011-06-16 Thread pradeepchy
Thanks Laurent :-), It was really helpful and I got my problem resolved. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-can-I-use-Progressive-display-in-my-code-tp4491860p4494308.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How can I use Progressive display in my code

2011-06-15 Thread ael
Check this... http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemo http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemo -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-can-I-use-Progressive-display-in-my-code-tp4491860p4493019

RE : How can I use Progressive display in my code

2011-06-15 Thread Guerin Laurent
Laurent De : pradeepchy [pradeep...@gmail.com] Date d'envoi : mercredi 15 juin 2011 18:34 À : users@tapestry.apache.org Objet : How can I use Progressive display in my code I want to use in my code which initially display the list of users. When a s

How can I use Progressive display in my code

2011-06-15 Thread pradeepchy
k; } My problem is I am not able to find a way to include in my code. Please help me to sort out the problem. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-can-I-use-Progressive-display-in-my-code-tp4491860p4491860.html Sent from the Tapestry - User mailing list