Re: tapestry by JEE standard

2012-08-18 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 20:40:59 -0300, Jay Ginete killer.tila...@gmail.com wrote: I have always thought that Tapestry5 was classified as a Compontent-oriented web framework and not as MVC web framework. Tapestry 5 is definetely a component-oriented framework. Whether it is also MVC or not

Re: redirecting in the same page class

2012-08-18 Thread Thiago H de Paula Figueiredo
On Fri, 17 Aug 2012 22:29:24 -0300, Angelo C. angelochen...@gmail.com wrote: could have been nice if setAnchor returns Link instead of void so we can have: return renderLinkSource.createPageRenderLinkWithContext(MyClass.class, code).setAnchor(entry) Sounds like a good, harmless (aka

Re: redirecting in the same page class

2012-08-18 Thread Angelo C.
https://issues.apache.org/jira/browse/TAP5-1990 -- View this message in context: http://tapestry.1045711.n5.nabble.com/redirecting-in-the-same-page-class-tp5715525p5715567.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Dispatcher not always called

2012-08-18 Thread Joakim Olsson
Hi, For some time now I (and other users of my tapestry-breadcrumbs module) have seen issues with my BreadCrumbDispatcher not always being called. I took some time now to try to find out what the reason is. I'm adding my dispatcher between the ComponentEvent and PageRender dispatchers since I'm

Re: Dispatcher not always called

2012-08-18 Thread Joakim Olsson
Hi again, After some more investigation I've found out that I obviously is unable to read written documentation. :-) The ordering constraints should not be one string like this after:ComponentEvent,before:PageRender but rather two strings like after:ComponentEvent, before:PageRender. Sorry

[ANN] Version 1.9 of tapestry-breadcrumbs is released

2012-08-18 Thread Joakim Olsson
Hi, Just wanted to mention that I have released version 1.9 of tapestry-breadcrumbs and it should be available from Maven Central within an hour or so. New in this version: - Changed from using Referrer-header to actually keep track of all page requests to the application. - Possibility to

Question tapestry service

2012-08-18 Thread George Christman
I have a few questions about the tapestry services. I'd like to be able to Inject services in these classes, however I'm a little confused. I understand if you want to be able to Inject a service, you must first bind the service in the app module. However, I'm not sure if I would need to first