RE: Zone updating / caching

2010-04-09 Thread Jim O'Callaghan
Thiago,

That has done the trick.  Thanks for the suggestion.

Regards,
Jim.

-Original Message-
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] 
Sent: 09 April 2010 02:15
To: Tapestry users
Subject: Re: Zone updating / caching

On Thu, 08 Apr 2010 21:19:45 -0300, Jim O'Callaghan  
 wrote:

> Surely somebody must have come up with something tidy for this scenario  
> :-)

Have you seen the ProgressiveDisplay component?

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informa��o Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Zone updating / caching

2010-04-08 Thread Thiago H. de Paula Figueiredo
On Thu, 08 Apr 2010 21:19:45 -0300, Jim O'Callaghan  
 wrote:


Surely somebody must have come up with something tidy for this scenario  
:-)


Have you seen the ProgressiveDisplay component?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.

http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



RE: Zone updating / caching

2010-04-08 Thread Jim O'Callaghan


Surely somebody must have come up with something tidy for this scenario :-)
?

Regards,
Jim.

-Original Message-
From: Jim O'Callaghan [mailto:j...@peritussolutions.com] 
Sent: 06 April 2010 18:37
To: 'Tapestry users'
Subject: Zone updating / caching

Is there a convenient way of ensuring a zone updates from the server upon
browser back or is something hackish in onLoad required?  I found this
previous related query below but don't want to completely abandon the
browser cache for multiple pages / image heavy areas etc.. 

http://www.nabble.com/T5---Zone-update-annoyance.-tp22680692p22708410.html

 

The context is a menu component that can be used in many places that
references a variable held at SessionContext to get an idea of where it is
in the menu hierarchy.  Is there something that can be set at block / zone
level that will force a zone show / update / etc?

 

Would be grateful to head how other users have worked around this.

 

Regards,

Jim.



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Zone updating / caching

2010-04-06 Thread Jim O'Callaghan
Is there a convenient way of ensuring a zone updates from the server upon
browser back or is something hackish in onLoad required?  I found this
previous related query below but don't want to completely abandon the
browser cache for multiple pages / image heavy areas etc.. 

http://www.nabble.com/T5---Zone-update-annoyance.-tp22680692p22708410.html

 

The context is a menu component that can be used in many places that
references a variable held at SessionContext to get an idea of where it is
in the menu hierarchy.  Is there something that can be set at block / zone
level that will force a zone show / update / etc?

 

Would be grateful to head how other users have worked around this.

 

Regards,

Jim.