Re: T4: How I can obtain the system path of my application?

2008-09-04 Thread Jorge Quiroga
Thanks Andreas and excuse me for my ignorance, but I was searching and all was abstract interface and I never thought that it were so easy. Jorge Quiroga Andreas Andreou escribió: just add an abstract getter for it (ServletContext) in your page or component and call it. On Wed, Sep 3, 2008

T4: How I can obtain the system path of my application?

2008-09-03 Thread Jorge Quiroga
the method to obtain that info isn't accessible or I don't know how to access it. Thanks Jorge Quiroga - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What's the more convenient way to add logging to a tapestry app?

2006-09-12 Thread Jorge Quiroga
Hello: Finally I can do it using a Tomcat approach to configure the Logger (with context) that is instanciated by hivemind and now works the logging into pages. Thanks a lot Peter and Kevin for your help and time. JQ Peter Dawn escribió: i use log4J. try using that. --

Re: What's the more convenient way to add logging to a tapestry app?

2006-09-12 Thread Jorge Quiroga
Thanks for your responses, but I still has the problem to put the parameters into the ASO. I tried putting that into web.xml but the examples to read the InitParams involve init() procedure and the argument is the ServletContext. so I don't know how to access it if Tapestry wrap it and the init

Re: What's the more convenient way to add logging to a tapestry app?

2006-09-08 Thread Jorge Quiroga
me class, in my case I have to put the StateObjectFactory as interface or Tap give another error message. Thanks a lot for your help. JQ Kevin Menard escribió: Jorge Quiroga wrote: Then I have to write a service after all, so do you know which interface I have to use (or define) to pu

Re: What's the more convenient way to add logging to a tapestry app?

2006-09-08 Thread Jorge Quiroga
Then I have to write a service after all, so do you know which interface I have to use (or define) to put in the invoke factory and service tags? Kevin Menard escribió: Jorge Quiroga wrote: I has a doubt about the create-instance part because commons-logging has its own LogFactory, and

Re: What's the more convenient way to add logging to a tapestry app?

2006-09-07 Thread Jorge Quiroga
Hello Kevin: Thanks Kevin, so, now I put on my hivemodule file this I has a doubt about the create-instance part because commons-logging has its own LogFactory, and other doubt is about how I can set the properties file maybe (follow the example) class="org.apache.common

Re: Trouble with JSCookMenu

2006-09-07 Thread Jorge Quiroga
Hello Jacob: I used this component about a year and I'm not an expert in Tap related technologies so, some questions I cannot response and that I'm going to answer is based on my very little experience, the probability to find better solutions are big. Then: jake123 escribió: Hi, I am build

What's the more convenient way to add logging to a tapestry app?

2006-09-07 Thread Jorge Quiroga
Hello Tap gurus: I was searching about logging into webapps, but I'm now overhelming and confused about how I can implement a real well done logging for tapestry apps, here I found some answers (some use services others instanciate the Logger inside a page that after inherit this feature, som

What's the more convenient way to add logging to a tapestry app?

2006-09-07 Thread Jorge Quiroga
Hello Tap gurus: I was searching about logging into webapps, but I'm now overhelming and confused about how I can implement a real well done logging for tapestry apps, here I found some answers (some use services others instanciate the Logger inside a page that after inherit this feature, som