Please Help find Page Initialization API

2008-04-11 Thread Dimitri Taranov
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

Please Help find Page Initialization API

2008-04-14 Thread Dimitri Taranov
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

RE: Re: AW: download a file

2007-01-11 Thread Dimitri Taranov
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

annotations

2006-05-23 Thread Dimitri Taranov
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

RE: annotations

2006-05-26 Thread Dimitri Taranov
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