RE: how to download jdo 1.01 ?

2008-08-25 Thread Jasha Joachimsthal
Hi Maria, JDO 1 is indeed hard to find. What about: http://repository.hippocms.org/maven/jdo/jars/ Jasha Joachimsthal www.onehippo.com http://www.onehippo.com/ Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466 San Francisco - Hippo USA Inc. 101 H Street, suite Q

RE: ZipArchiveSerializer question

2008-08-25 Thread Jasha Joachimsthal
Hello Steve -Original Message- From: Steve Cameron [mailto:[EMAIL PROTECTED] Sent: maandag 25 augustus 2008 1:46 To: users@cocoon.apache.org Subject: Re: ZipArchiveSerializer question Hello Alfred, Say have a url 'http://mysite.com/cocoon/test.xml' and I want to add an

using fd:on-value-changed ???

2008-08-25 Thread Мария Григорьева
Hello!!! I'm trying to update form data, using on-value-changed: fd:field id=density required=true fd:labelПлотность/fd:label fd:datatype base=decimal/ fd:on-value-changed javascript

RE: using fd:on-value-changed ???

2008-08-25 Thread Jasha Joachimsthal
From: Мария Григорьева [mailto:[EMAIL PROTECTED] Sent: maandag 25 augustus 2008 11:28 To: users@cocoon.apache.org Subject: using fd:on-value-changed ??? Hello!!! I'm trying to update form data, using

Re: using fd:on-value-changed ???

2008-08-25 Thread Jeroen Reijn
Hi, See http://ora-00904.ora-code.com/. It means that the settings are probably incorrect for the columns in the db. Regards, Jeroen Reijn Мария Григорьева wrote: Hello!!! I’m trying to update form data, using on-value-changed: fd:field id=density required=true

RE: using fd:on-value-changed ???

2008-08-25 Thread Мария Григорьева
No, when I do it in flowscript procedure it works fine: function do_new_component() { var param = cocoon.parameters.id; var form = new Form(forms/components.xml); var formMap = form.asMap(); form.showForm(viewform-component-template.html); if (form.isValid)

RE: using fd:on-value-changed ???

2008-08-25 Thread Мария Григорьева
Sorry, I wrote a wrong procedure: Here: function edit_phisical_parameters() { var id = cocoon.parameters.id; var form = new Form(forms/components.xml); var formMap = form.asMap(); var experiment = dao.experiments.get(id); var composit =

Re: Cocoon 3 empty project

2008-08-25 Thread Erasmo
On Sun, Aug 24, 2008 at 12:10 AM, Luca Morandini [EMAIL PROTECTED]wrote: Erasmo wrote: My requirements are: 1.- I should be able to transform incoming request (incoming transform pipes?). You mean transforming via XSLT ? Yes, you can... you can also send request parameters or portion of

Re: Howto use Dojo standalone with cocoon ? (does that make sense at all?)

2008-08-25 Thread hussayn
Alessandro Vincelli wrote: Hussayn i'm working on a similar task. I created a simple block that contains the latest version of the dojo toolkit. You can get the code and some simple documentation on this page: http://devel.alessandro.vincelli.name/item/30.html Let me know Alessandro

where to find jdori.jar ?

2008-08-25 Thread Мария Григорьева
I need jdori.jar to run samples OJB/JDO: I've found the jdo.jar version 1.0.1: can't find jdori!!! Need help!!! And one question: do I need to rebuild cocoon width jdo and jdori in lib/local to run the JDO samples or no?

Re: Where is cocoon going ?

2008-08-25 Thread Mark Lundquist
On Aug 24, 2008, at 1:34 PM, Nick Baumberger wrote: Dear Cocoon-ers, Can somebody tell me where cocoon is heading after release 2.2 ? I did not follow the mailing list for around a year, being back now I am shocked by the recent announcement regarding cocoon 3 which seems to me a

web.xml overrided on every mvn jetty:run

2008-08-25 Thread Erasmo
I have created a Cocoon 2.2 project following the steps provided by Your first cocoon application using Maven 2 i need to add a db driver so i edit the target/rcl/webapp/WEB-INF/web.xml but everytime i ran the app it gets override. How can i prevent this? Thanks.

Generating(?) the content of a flowscript

2008-08-25 Thread jantje
Hi there, I have some flowscript: here I receive information from a form (form.getChild). The form definition and template are generated, their content depends on an object oriented structure. (the application.xml file holds the object oriented structure) So each form is different from the

RE: ZipArchiveSerializer question

2008-08-25 Thread Steve Cameron
Thanks Jasha, Adding the attribute mime-type=application/zip to the map:serialize type=zip/ fixes the problem! However, it is already in the in the main sitemap.xmap: map:serializer logger=sitemap.serializer.zip mime-type=application/zip name=zip

re: embedded xindice

2008-08-25 Thread takpoli
I am new to cocoon. Could someone point me to the documentation of: 1. How to enable the embedded xindice? 2. How to access it from xslt? Thanks, -- View this message in context: http://www.nabble.com/re%3A-embedded-xindice-tp19154392p19154392.html Sent from the Cocoon - Users mailing list

Encrypting PDF files

2008-08-25 Thread Gary Browne
Hi all I'm trying to use the FOP serialiser to encrypt PDFs with no success. Well, the PDFs I can generate, but they aren't encrypted, neither can I see anything about it in the logs. I've installed a JDK 1.5 version of bouncy castle's provider and added it to my CLASSPATH (the jar I've put at