Tapestry apache2 and tomcat

2011-08-22 Thread Dimitri
Hi all, I would like to put my website online, using apache2 and tomcat. Deploying the war with tomcat worked fine and using the tomcat url is good, but it requires the :8080 and the app context name in the url. Also i would like to disable tomcat http listener on 8080 for security reason, and o

Re: Tapestry apache2 and tomcat

2011-08-22 Thread Dimitri
Thank you for your replies. I still can't get it working, i set PizzAroundMe as root app in tomcat, but it does not help. I though it was more a t5 issue, since it will append /PizzAroundMe/ at the end of every link or submit button, i am wrong ? Thank you. -- View this message in context:

Re: Tapestry apache2 and tomcat

2011-08-22 Thread Dimitri
Yeah but it's more a workaround than a solution, since i m quite new to tomcat/apache/t5 (yes, i just pointed everything) i ll try to do with the PizzAroundMe name and try to understand why does the links contain it. Thank you anyway! -- View this message in context: http://tapestry.1045711.n5.

PageRenderLinkTransformer, SessionState and InjectPage

2011-09-16 Thread Dimitri
Hi all, I m using the new PageRenderLinkTransformer thing, very helpful but, in the decodePageRenderRequest i would like to set up some things for others pages. I can do it either by injecting page and call the appropriate methods one those, or use a session state object. Unfortunately, the Sessi

Re: PageRenderLinkTransformer, SessionState and InjectPage

2011-09-18 Thread Dimitri
Thx you for you quick reply Thiago, very helpful to me ! -- View this message in context: http://tapestry.1045711.n5.nabble.com/PageRenderLinkTransformer-SessionState-and-InjectPage-tp4811846p4815693.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

T5.2, message encoding

2011-09-19 Thread Dimitri
t-ils trop restrictifs?" Instead of: "Peut-être vos critères sont-ils trop restrictifs?" Any hint about this ? Thank you, Dimitri -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-message-encoding-tp4819883p4819883.html Sent from the Tapestry - User

Re: T5.2, message encoding

2011-09-20 Thread Dimitri
Thank you for the reply, i tried to add the param in the tomcat6 start script, but no effect :( It looks like an utf8 converter is converting my strings twice, what do you think about it ? My browser input with ANSI rendering from the server is: "Peut-être vos critères sont-ils trop restri

T5.2, line break not rendered.

2011-09-24 Thread Dimitri
Hi all, I m getting text from my database, containing line break. The text is, for exemple: "TEST TEST" When i include it on a webpage, it shows "TEST TEST". I didn't find why... And btw the utf-8 encoding problem is still pending, no matter what i try. > http://tapestry.1045711.n5.nabble.com

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
ogging-api-1.0.4.jar tapestry-annotations-4.0.1.jar hivemind-1.1.1.jar tapestry-contrib-4.0.1.jar hivemind-lib-1.1.1.jar tapestry-portlet-4.0.1.jar javassist-3.0.jar I can't find any additional info on the topic. Do I need some other jars? Dimitri

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