Is possible to use an spring bean to carry a SessionState object within a dispatcher?

2011-07-15 Thread Luana
Hi again! We are using tapestry 5.1.0.5, and by the moment, we can't change it. We need some mechanism to know the previous page from any page. Therefore, we want to hide that the implementation is made with a sessionState object. So our idea was to save the sessionState object inside an spring b

Re: Trying to use tapestry-breadcrumbs

2011-07-11 Thread Luana
Hi, thanks for your answers. I was trying to test with the latest tapestry version (5.3.0) and it worked a little better. It works in a randomly way, for example: - In debug mode, the breadCrumb is null and the dispatch method is never called. - In run mode, the breadCrumb works b

Trying to use tapestry-breadcrumbs

2011-07-08 Thread Luana
Hi all! I'm testing the tapestry-breadcrumbs but for the moment it doesn't work. I have a Layout class where I put the member breadCrumbInfo like the following code: @Property private BreadCrumbInfo breadCrumb; And in the Layout.tml I put the navigator like this: