We are using Tapestry 4.0 for over a year. Since, we were not able to
find a reliable (called on every request) and consistent (Information
from HttpServletRequest is available through RequestCycle at the time of
call) way to initialize and cleanup the pages to achieve behavior quoted
from the Use
We are using Tapestry 4.0 for over a year. Since, we were not able to
find a reliable (called on every request) and consistent (Information
from HttpServletRequest is available through RequestCycle at the time of
call) way to initialize and cleanup the pages to achieve behavior quoted
from the Use
I am working on porting an application to Tapestry 4. Have similar problem
(dynamically generating PDF and returning it to client). I am new to Tapestry.
I understand, I have to implement a service, but not sure how to do this, and
what plumbing I have to connect.
There is limited documentat
I am trying to use annotations. To start, I deleted a very simple
component specification and instead added an annotation @ComponentClass.
Do I just add annotations compile and deploy or do I have to compile
with Apt? When going with the first approach I get "Component not
found". When trying to
ill you need to have a component spec, albeit an empty
one.
-Alex
Dimitri Taranov wrote:
>I am trying to use annotations. To start, I deleted a very simple
>component specification and instead added an annotation
@ComponentClass.
>Do I just add annotations compile and deploy or do I h