Re: Can anyone let me know how to start build simple cocoon project .I am using jbuilder2008

2008-08-05 Thread Derek Hohls
Why not try the getting started? http://cocoon.apache.org/2.2/1159_1_1.html and then, as you encounter errors or problems, post them here so you can get help on specific issues. There *is* a lot to digest in Cocoon - but, like eating an elephant, best done one bite (byte?) at a time. On

Re: File upload

2008-08-05 Thread Derek Hohls
Not sure about the background processing part: it seems to me that your browser *is* still involved in the process ie. it is doing the sending while the server is doing the receiving... but this may help ito keeping the users informed: http://blog.fiveone.org/2006/11/good-progress.html

RE: File upload

2008-08-05 Thread Geert Josten
How about letting users do the upload in a separate (popup) window, which they can minimize while it is still busy? ;-) Cheers Drs. G.P.H. Josten Consultant http://www.daidalos.nl/ Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0)

Re: Binding on different xml paths

2008-08-05 Thread Héléna Tanguy
Title: Hlna Tanguy - Jouve SI My problem was to bind a form on 2 different xml paths (so 2 bindings), I have resolved it by rewriting binding functions like this : function createAndGetBinding(bindingURI) { var bindingManager = null; var source = null; var resolver = null; try {

AW: how to pass params from flowscript to the widget

2008-08-05 Thread Christofer Dutz
Hi, you can set Attributes on CForms Widgets or maybe Fields, I know that I use these a lot to pass additional Information from JavaFlow to the Form. fd:field id=density required=true fd:labelDensity/fd:label fd:datatype base=decimal/

Re: Migrating Cocoon 2.1 project to Cocoon 2.2

2008-08-05 Thread Vadim Gritsenko
On Aug 4, 2008, at 8:03 PM, Hugh Sparks wrote: On Jul 27, 2008, at 4:30 PM, Barbara Slupik wrote: In cocoon-2.2 everything runs as blocks [...] Vadim Gritsenko replies: I have to point out that it's not quite true and in reality there are other alternatives [1]. [1]

Re: AW: how to pass params from flowscript to the widget

2008-08-05 Thread Magsend
Chris, thank you very much for support. Could you please explain, how to process JAVA-file in the sitemap? And I can't find the samples on this subject with Java. Are you using Java or JavaScript for the form processing? What's better? Thank you!!! Christofer Dutz-3 wrote: Hi,

Re: ServletSource outside of pipeline

2008-08-05 Thread Grzegorz Kossakowski
Robin Wyles pisze: Yikes... looks like it's back to httpclient to achieve my goals in this area for the time being :( Is it possible that you create artificial Servlet for your background job? Then you could call this servlet (which is a Spring bean) and inside service() method of your

AW: AW: how to pass params from flowscript to the widget

2008-08-05 Thread Christofer Dutz
Hi, Well I have to admit, that I use Java and JavaFlow wherever I can. In order to use Java-Listeners, all you have to do is to create a Java Class implementing ValueChangedListener. You then can reference this by a java src=class-name-with-full-path/ element. If you use Jetty and Tomcat inside

Re: ServletSource outside of pipeline

2008-08-05 Thread Reinhard Pötz
Grzegorz Kossakowski wrote: Robin Wyles pisze: Yikes... looks like it's back to httpclient to achieve my goals in this area for the time being :( Is it possible that you create artificial Servlet for your background job? Then you could call this servlet (which is a Spring bean) and inside

I wanted to know my loglevel is already in this mode then what else can I use for debugging xslt to get the xml.........I am using jbuilder 2008

2008-08-05 Thread student csu
root priority value =debug / appender-ref ref=COCOON_DEFAULT / /root /log4j:configuration

Re: hi

2008-08-05 Thread student csu
My log level is already like this then how to go for debugging ? root priority value =debug / appender-ref ref=COCOON_DEFAULT / /root /log4j:configuration On Thu, Jul 24, 2008 at 9:35 AM, Joerg Heinicke [EMAIL PROTECTED]wrote: On 24.07.2008 00:30, student csu wrote: * Question: how to

DAOSecurityHandler

2008-08-05 Thread Robin Rigby
Where do I find docs and / or samples for DAOSecurityHandler and UserDAO, please? I am looking for the Java equivalent of the JavaScript var parser = cocoon.getComponent(Packages.org.apache.excalibur.xml.dom.DOMParser.ROLE); and the same for SourceResolver. Sitemap components seem to get

Using HTTPProxyGenerator behind a Proxy Server

2008-08-05 Thread Steve Cameron
Hello, Has anyone had experience in using HTTPProxyGenerator where Proxy Authentication is needed to access a link outside the local network. Thanks -- View this message in context: http://www.nabble.com/Using-HTTPProxyGenerator-behind-a-Proxy-Server-tp18844661p18844661.html Sent from the