RE: Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
I'm using 2.2, but is is because of the default max size that it doesn't return any items? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro Vincelli Sent: 15. juli 2008 17:09 To: users@cocoon.apache.org Subject: re: Apache commons-fileupload ret

CRUD,REST,MDA,Cocoon

2008-07-15 Thread Steve Cameron
Hello, I have designed a relational database schema and have installed it on my db server and I now want to create a simple CRUD (Create, Read, Update, Delete) web-application to provide access to the database for users. I'd like the app to have a clean separation between data and presentation a

Java bean puzzle. using ecliplse plugin or not.

2008-07-15 Thread Ken Starks
It depends which way I do things, but I am still having problems with 'Your first Cocoon 2.2 Application' because the Java Bean doesn't work. But while experimenting with the Eclipse plugin 'Maven Integration for Eclipse' as a way of generating the block, I suddenly found that the Java-Bean did w

Cocoon 2.2 - CForm with a dojo slider

2008-07-15 Thread Hugh Sparks
I have an ajax cform with two widgets: one is a slider and the other a simple box to display the value. I want the value of the slider to be displayed continuously in the box as the user moves the slider. The flowscript attaches a listener function to the slider. This function simply displays the

re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Alessandro Vincelli
Which version of cocoon are you using? In cocoon 2.2 I overrode this properties, by default the value is 100kb. #upload-max-size overriding cocoon core properties org.apache.cocoon.uploads.maxsize=1024 Bye Alessandro - Original Message - Da : "Magnus Haraldsen Amundsen" <[EMAIL PRO

Re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Robin Wyles
Hi Magnus, I ran into this recently too... It might help if you understand the relevant part of Cocoon's request processing... 1. By default all requests are passed through the servlet filter org.apache.cocoon.servlet.multipart.MultipartFilter. 2. MultipartFilter calls org.apache.cocoo

RE: Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
We use basic HTML Forms and not Cforms. From: Barbara Slupik [mailto:[EMAIL PROTECTED] Sent: 15. juli 2008 14:38 To: users@cocoon.apache.org Subject: Re: Apache commons-fileupload returns an empty list I use CForms upload widget to upload files and it work

Re: Apache commons-fileupload returns an empty list

2008-07-15 Thread Barbara Slupik
I use CForms upload widget to upload files and it works fine. Barbara On 15 Jul, 2008, at 12:08 pm, Magnus Haraldsen Amundsen wrote: Hi, I want to use commons-fileupload to handle fileupload in my webapp. I’ve followed the tutorial at http://commons.apache.org/fileupload/ using.html but li

Apache commons-fileupload returns an empty list

2008-07-15 Thread Magnus Haraldsen Amundsen
Hi, I want to use commons-fileupload to handle fileupload in my webapp. I've followed the tutorial at http://commons.apache.org/fileupload/using.html but line List /* FileItem */ items = upload.parseRequest(request.getCocoonRequest());

RE: call pipeline from XSLT

2008-07-15 Thread Heather Rankin
Thanks sp, In the end I ended up using an xslt2/sql transformer combination: Xslt2 to generate the SQL query from my input XML; and SQL to actually retrieve the results. E.g. XSL: Hello http://apache.org/cocoon/SQL/2.0";> s

JDBCAppender filter configuration

2008-07-15 Thread Johannes Hoechstaedter
Hi everybody, I am using the JDBCAppender for logging, and it works quite well. My only problem is, that when I switch on the loggin in debug mode, my application is as fast as a snail because of the heavy database traffic. How can I solve that? I need the debug mode, because on other modes li