Reset value of request parameters

2005-12-06 Thread Merico Raffaele
Dear community I use a CForm to get the input for an external service invoked as WebServiceProxy-Pipeline after the form validation. The simple flow script looks like follows: var form = new Form(cocoon.request.get(fdPath)); form.showForm(showForm);

Re: binding for multivaluefields

2005-12-06 Thread cocoon.erard
Hello Niels, I'v found another solution for my problem. In the Class SelectionListQuestion which extends the Question Class described in my first mail, I had to implement two proxy methods that take as parameter Collection Objects: public Collection getCollection() { if (this.getResponse

How to load form using request parameter

2005-12-06 Thread Wim . Mosman
Dear community, I'm have a problem with making a form for editing an XML file using cform. We have an XML file called users.xml which looks like this: users user id=1 ... /user user id=2 ... /user .. /users I succeeded in making an editable tabel, using de repeater widgets

RE: CocoonQuartzJobScheduler

2005-12-06 Thread Borut Žagar [Email.si]
Thanks, it did the trick: JobScheduler sched = (JobScheduler) CocoonComponentManager.getSitemapComponentManager().lookup(JobScheduler.clas s.getName()); StartProcessJob sq = new StartProcessJob(); MapString,String jobData = new HashMapString,String(); jobData.put(pcid, 3505);

Re: How to load form using request parameter

2005-12-06 Thread Peter Sparkes
Not the answer that you are looking for, but it may help. I had the same problem and solved it by putting my users in a database and adapting the Easy SQL database access http://localhost:/samples/blocks/forms/sql/ sample in Cocoon 2.1.8 samples/blocks/forms/ Peter Sparkes Dear

CInclude POST (again)

2005-12-06 Thread Stewart, Gary
Hi there, I'm still having problems getting CInclude POST in 2.1.8 to work. I've been investigating a little further though and thought the extra information might help. I've checked the server and the response works ok to another system doing the post so it isn't at that end. My cinclude

How do I create a context from a background task in cocoon?

2005-12-06 Thread Ard Schrijvers
Does anybody have experience with calling a pipeline from a background task resulting from an eventHandler? So, on an event, a java class is executed which implements Contextualizable. I am trying something like import org.apache.avalon.framework.context.Contextualizable; import

Re: JMS block is installed but

2005-12-06 Thread Nicole Hochleiter
JMS block is installed but jms client library not found. *** - For the jms block to work you must install and start a JMS server and place the client jar in WEB-INF/lib. - The default server, OpenJMS is configured in cocoon.xconf but is not bundled with Cocoon. Hi, this is normal. If you

RE: CInclude POST (again)

2005-12-06 Thread Boisvert, Éric
Gary.. I gave up with this cinclude/POST business - lost an incredible amount of time trying to make it work to no avail. I created my own component (as a transformer). it throws whaterver xml it gets to a remote server and send the response down the pipeline. are you (or anyone) interested ?

RE: CInclude POST (again)

2005-12-06 Thread Stewart, Gary
-Original Message- From: Boisvert, Éric [mailto:[EMAIL PROTECTED] Sent: 06 December 2005 15:39 To: users@cocoon.apache.org Subject: RE: CInclude POST (again) Gary.. I gave up with this cinclude/POST business - lost an incredible amount of time trying to make it work to no

RE: CInclude POST (again)

2005-12-06 Thread Boisvert, Éric
find attached the source code, keep in mind that's I'm not a expert Java programmer (I'm more on C# and Delphi). The component has been designed to send POST query to WFS (Web Feature Service) servers, which are typically small XML Query versus potentially very large XML Responses. This is an

Re: How do I create a context from a background task in cocoon?

2005-12-06 Thread Sylvain Wallez
Ard Schrijvers wrote: Does anybody have experience with calling a pipeline from a background task resulting from an eventHandler? So, on an event, a java class is executed which implements Contextualizable. I am trying something like import

webapp tutorial using cforms/flow

2005-12-06 Thread Franco.Pace
Is there an example/sample similar to the webapp tutorial but using cforms/flow instead of xsp? -ie aggregating menu+content(cforms) regards, Franco [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]. Franco Pace Senior Software Engineer Lawpoint Thomson Legal Regulatory Limited (ABN 64 058 914

server startup

2005-12-06 Thread David
I have been trying to find some information on how to speed up the start up of cocoon. I found how to speed up applications in it but not the start up. The only thing I have found that helps is the obvious -- turning off blocks that are not needed. Any one have some tips? The reason I am

RE: webapp tutorial using cforms/flow

2005-12-06 Thread Franco.Pace
I thought i had - In particular i looked at the petstore example. It has menus and content, but whenever it goes to the CForms screens the menus disappear. I have not found one CFORMS sample that includes menus. If anyone knows of one such sample I would be most grateful Thanks, Franco

Re: webapp tutorial using cforms/flow

2005-12-06 Thread Victoria Vitaver
[EMAIL PROTECTED] wrote: I thought i had - In particular i looked at the petstore example. It has menus and content, but whenever it goes to the CForms screens the menus disappear. I have not found one CFORMS sample that includes menus. If anyone knows of one such sample I would be most

RE: webapp tutorial using cforms/flow

2005-12-06 Thread Franco.Pace
Thats right - I would like to aggregate menu content with CForm content and style them into a single page. Franco -Original Message- From: Victoria Vitaver [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 December 2005 9:50 To: users@cocoon.apache.org Subject: Re: webapp tutorial using

Re: server startup

2005-12-06 Thread Upayavira
David wrote: I have been trying to find some information on how to speed up the start up of cocoon. I found how to speed up applications in it but not the start up. The only thing I have found that helps is the obvious -- turning off blocks that are not needed. Any one have some tips?

JSP Compiler Classpath

2005-12-06 Thread Dustin N. Jenkins
Hello all, I'm using Cocoon 2.1.7 with JDK 1.5_06 on Debian Linux. I'm using JSPs to allow users to plug in they're own custom pages with the JSP Generator. I can't seem to access my application's classes by importing them though. The classpath used by the JSP isn't the one that Cocoon is

RTF Generator ?

2005-12-06 Thread Markus Kaupp
Is anyone aware of a cocoon RTF generator ? ( and where to find it). So far I couldnt find hints in FAQ or user mail list. Thanky you, Markus

Re: webapp tutorial using cforms/flow

2005-12-06 Thread Bertrand Delacretaz
Le 6 déc. 05, à 23:00, [EMAIL PROTECTED] a écrit : Is there an example/sample similar to the webapp tutorial but using cforms/flow instead of xsp? -ie aggregating menu+content(cforms) There's the bricks-cms example app, which uses cforms and flow, see wiki.apache.org/cocoon/BricksCms It's

Re: RTF Generator ?

2005-12-06 Thread Bertrand Delacretaz
Le 7 déc. 05, à 05:31, Markus Kaupp a écrit : Is anyone aware of a cocoon RTF generator ?  (… and where to find it). The jfor block allows Cocoon to produce RTF. If you're looking for an RTF-to-XML converter, no, we don't have it currently. -Bertrand smime.p7s Description: S/MIME