Re: How to save uploaded files?

2003-08-06 Thread Geoff Howard
Search the wiki for upload Sonny Sukumar wrote: If I want to keep the autosave-uploads param = false in web.xml, then how would I save certain files that I want to? More specifically, sometimes I just want the user to be able to preview a photo next to other data but I don't want to save it.

RE: xinclude - cinclude - map:aggregate ??

2003-08-06 Thread Jorg Heymans
Oookay, looking at the wiki this does not seem possible (unless it's an undocumented feature). The src attribute of map:part does not seem to give access to the requestgenerator in some way or another I'll rephrase my problem then, maybe there is something more fundamental wrong with my

AW: IE6: Can't open dynamic PDF from applet

2003-08-06 Thread Skladovs, Victor
Hi No, I'm not using https ... My cocoon instructions in sitemap look like this: map:match pattern=table.pdf map:generate type=serverpages src=xsp/table.xsp/ map:transform src=stylesheets/xml2fo.xsl map:parameter name=view-source

Re: 2.1rc1 build error

2003-08-06 Thread rufio
on Wed, 6 Aug 2003 18:05:11 +0100 Cedric Picard [EMAIL PROTECTED] wrote: I just checked my own version 2.1m2 and ResolverImpl.java does not exist in src/java/org/apache/cocoon/components/resolver. You'll need to get this class from CVS if you downloaded the release version. I found this

Re: problem creating a new transformer

2003-08-06 Thread Bruno Dumon
On Wed, 2003-08-06 at 13:56, Miguel Carvalho wrote: Hi, i want to create a new transformer that gets sax events from a XSP Generator created by me. i'm using cocoon 2.0.4 under a XP with java version 1.4.1_03. snip/ org.apache.cocoon.ProcessingException: Exception in

Re: Confused About Perfomance Issues (but not as much)

2003-08-06 Thread Julian
Geoff, This week is hectic and I do not think I will have time to sit down and really improve the performace. When I get around to it, I'll probably ask a few more questions and then make a wiki. Thanks, Julian --- Geoff Howard [EMAIL PROTECTED] wrote: Julian wrote: Geoff, Thanks for

Re: 2.1rc1 build error

2003-08-06 Thread Geoff Howard
rufio wrote: on Wed, 6 Aug 2003 18:05:11 +0100 Cedric Picard [EMAIL PROTECTED] wrote: I just checked my own version 2.1m2 and ResolverImpl.java does not exist in src/java/org/apache/cocoon/components/resolver. You'll need to get this class from CVS if you downloaded the release version. I

problem creating a new transformer

2003-08-06 Thread Miguel Carvalho
Hi, i want to create a new transformer that gets sax events from a XSP Generator created by me. i'm using cocoon 2.0.4 under a XP with java version 1.4.1_03. bellow i will post the XSP code of the generator !--Begin of start.xsp

Re: IE6: Can't open dynamic PDF from applet

2003-08-06 Thread Beat De Martin
Hi It might not be exactly your problem but I had problems with dynamic generated pdf and proxies as well. My dynamic generated pdf's have been cached by the proxy which I didn't for obviuos reasons. What I did was the following. In my sitemap I have a match like map:match pattern=*.pdf* ... And