RE: File copy - Access denied error

2006-09-08 Thread Detlef Schulze
First of all, this will not compile because the backslashes are not escaped. Second, you are opening a OutputStream to a Directory, not a file ... This will obviously not work. -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Freitag, 8. September 2006 07:14 To: tapes

Re: Retrieving Tapestry 4 components from outside Tapestry

2006-09-08 Thread Inge Solvoll
Is there any way to access Tapestry pages from other frameworks in the same web applications? My web app is part struts, part tapestry. Sometimes I really would like to make this kind of code in my struts action: TapestryUtils.getPage(pageNameString, httpServletRequest).setMyProperty(myValue); I

Re: @Component copy-of

2006-09-08 Thread Martin Strand
https://issues.apache.org/jira/browse/TAPESTRY-1084 On Fri, 08 Sep 2006 07:15:24 +0200, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: If it's not there then I'd say it's a bug since it's supposed to be a one to one sort of thing functionality wise..,..Anyone want to jira this>? On 9/7/06, Mart

Re: How to implement polling with @EventListener

2006-09-08 Thread livelock
As you have already seen in http://issues.apache.org/jira/browse/TAPESTRY-1079 it's all due to memory shortage. Maybe a bug, maybe not, 1MB per request is much, even while developing. Jesse: Using the files attached in the above bug report, some exceptions pop up after leaving the ajax page some

How do you unit test Hivemodule configurations?

2006-09-08 Thread Thomas.Vaughan
Hi - - before any flames, please know that I posted this on the hivemind user's list first, but that thing is a ghost town, so I'm hoping I can find some knowledge here... Here's the situation: I have a Tapestry 4 application with a hivemodule.xml file inside of which is a "tempUploadDir" ASO Str

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 other

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

2006-09-08 Thread Kevin Menard
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 put in the invoke factory and service tags? org.apache.tapestry.engine.state.StateObjectFactory Despite being a service, it's nothing your code will ever use. It's going

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

2006-09-08 Thread Kevin Menard
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 put in the invoke factory and service tags? See http://mail-archives.apache.org/mod_mbox/incubator-cayenne-user/200606.mbox/[EMAIL PROTECTED] It's an example of somethi

tapestry @Script, JSON[P], dojo.io.ScriptSrcTransport, dojo xd, etc feedback please

2006-09-08 Thread Josh Long
Hello, list! Im preparing to undergo a projct that will be very, very, javascript heavy, I have a few humble questions for the sage on this list... Is there a way to use Tapestry's @Script or the infrastructure it introduces to render a .js file? Specifically, i would like a good way to do dynam

Tapestry Specialist/ Java Programmer

2006-09-08 Thread jake123
Location: Miami Lakes, Florida, United States Investacorp Inc., a leading, privately owned broker-dealer firm, seeks to hire a Programmer Analyst to join our MIS team. This person will be responsible for the design, development, and maintenance of Java based applications. The analyst will parti

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

2006-09-08 Thread Jorge Quiroga
Thanks Kevin is that I want to see, only two more things 1) Now I have this error message: Unable to construct service com.pct.AjaxSIG.loggerContextFactory: Unable to convert type 'com.pct.commons.Helper.LoggerFactory' to a Java class, either as is, or in package com.pct.AjaxSIG My hivemodu

@EventListener question

2006-09-08 Thread Vinicius Carvalho
Hello there! Does EventListener + ResponseBuilder supports all components? For instance, is it possible to update contents presented by a @Insert? I was trying a simple quote app and can't get it working: @EventListener(elements = "fetchQuotes", events="onmouseover") public void getQuotes