Tap question on SO

2011-09-05 Thread Richard Hill
Hi Chaps, Opportunity to promote T5 a bit: http://stackoverflow.com/questions/7306707/how-to-expose-an-api-to-a-tapestry-web-application - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands

Re: Clearing @SessionState

2011-06-06 Thread Richard Hill
Rich's point is that pages are re-used: a fresh instance of a page is not instantiated for each request. So yes you'll have your transfer data rendering in the page, but that doesn't mean that data was collected/built/queried from db or whatever in response to the current request. AFAIK construct

Re: Clearing @SessionState

2011-06-06 Thread Richard Hill
Could there be a browser-caching issue here? If the URLs are the same, but with different views for logged-in and logged out, perhaps being cached? On Mon, 2011-06-06 at 08:30 -0700, robnangle wrote: > Thiago H. de Paula Figueiredo wrote: > > > > I'm sorry, but I need to ask: have you checked wh

Re: Clearing @SessionState

2011-06-06 Thread Richard Hill
What do you mean exactly "not clearing the session" ? Al you are doing below is setting the user to null, the session is not being destroyed and nothing else in the session will be affected. On Mon, 2011-06-06 at 05:26 -0700, robnangle wrote: > Hi All, > > I create have a @SessionState on my

Re: A new T5 site! www.bookmarkerpro.com

2011-05-25 Thread Richard Hill
Yes, exactly :) Sorry we not too clear. R. On Wed, 2011-05-25 at 06:52 -0400, Bob Harner wrote: > By back end I think Joel means the part you see after you create an account. > > Bob Harner > On May 25, 2011 5:48 AM, "George Banus" wrote: > > > > Wao, what a brilliant idea to gain some popul

Re: A new T5 site! www.bookmarkerpro.com

2011-05-25 Thread Richard Hill
Hi George, Yes sorry, slight mis-use of "backend" there. What we mean is that Tapestry is powering the client application, as opposed to the publicly visible static website. Richard. On Wed, 2011-05-25 at 11:47 +0200, George Banus wrote: > Wao, what a brilliant idea to gain some popularity for

Re: Live class reloading very slow

2011-05-24 Thread Richard Hill
Honestly, we have a pretty complex app: multiple zones, lots of and nested components, loads of injected assets, services etc and it reloads faster than I can hit F5. On Tue, 2011-05-24 at 19:06 +0200, Davor Hrg wrote: > I've updated run-jetty, > and tried with and without page-pool > still 5-

Re: Live class reloading very slow

2011-05-24 Thread Richard Hill
Tomcat or Jetty? I forget why (perhaps I can dig out the details) but I found class reloading on Tomcat was very slow - so I switched to Jetty which is essentially instantaneous - very quick. On Tue, 2011-05-24 at 17:37 +0200, Davor Hrg wrote: > Hi, > > I may be wrong but since T5 5.2+ > live

Re: Hyperlink not becoming hyperlink

2011-05-17 Thread Richard Hill
link ? On Tue, 2011-05-17 at 08:03 -0700, TG wrote: > Thanks for the prompt response. Actually I meant url as part of tapestry grid > component. So I tried this - > > xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; > xmlns:p="tapestry:parameter"> > ... > > ... >

Re: Execute JavaScript from dynamic component

2011-05-06 Thread Richard Hill
Hi Tim, A "cheap" way is to simply include your javascript in a tag at the bottom of your component .tml: