Jason Johnston wrote:
Sylvain Wallez wrote:
>> My goal is to let a user insert a "Form Fragment" build from a
>> template XML file. But I haven't been able to do it yet although I see
>> no reason, my Cocoon understanding appart, why it should not be
possible.
>
>
> I see. What you needed
Artur Bialecki wrote:
This is a project that uses the good ol' C2.0.3.
Aha, that's why!
The sitemap defines and uses actions that check for cetain permissions
etc. It needs to be signed to prevent modification once deployed. All
I would like to do is to intercept the reading of the sitemap
Wouter Roosendaal wrote:
unsubscribe
You should use [EMAIL PROTECTED]
Sylvain
--
Sylvain WallezAnyware Technologies
http://bluxte.net http://www.anyware-tech.com
Apache Software Foundation Member Research & Technology Director
unsubscribe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi all,
I am using a WYSIWYG editor where a single user writes a small (X)HTML
document that ultimately is stored in a XML database and is also send
around by email as a newsletter. This all is connected to an email list.
This is a very straightforward application. I made something before
usi
This is a project that uses the good ol' C2.0.3. The sitemap defines and
uses actions that check for cetain permissions etc. It needs to be
signed to prevent modification once deployed. All I would like to do is
to intercept the reading of the sitemap xml from the file system and
check the si
> No, as aggregation, just as every other pipeline construct, uses the
> cache system. So the slowness should come from other parts of the pipeline.
On a side note, which logkit logger do I have to enable if I want to
see all caching activity from Cocoon ? I'm afraid some of my pipelines
are still
Artur Bialecki wrote:
Hello,
I would like to be able to check the digital signature of a sitemap
xml file before sitemap classes are generated and compiled. What would
be the best place to implement this check?
The sitemap is interpreted since about... hmm... is it 3 or 4 years?
That being
Hello,
I would like to be able to check the digital signature of a sitemap xml
file before sitemap classes are generated and compiled. What would be
the best place to implement this check?
Thanks,
Artur...
-
To unsubscribe,
Sylvain Wallez wrote:
>> My goal is to let a user insert a "Form Fragment" build from a
>> template XML file. But I haven't been able to do it yet although I see
>> no reason, my Cocoon understanding appart, why it should not be
possible.
>
>
> I see. What you needed is probably a partial bindin
Patrick Refondini wrote:
Sylvain Wallez wrote:
Patrick Refondini wrote:
Thanks, for the quick answer!
I looked at the source code available on SVN:
http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/
in
forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js
Now I am going
Laurent Perez wrote:
Ok, thanks for the advice :)
But if I use a inside a
element, is the using a Reader or a
Generator for the part then ?
Yes, it uses a generator, and therefore a parser.
If it Generates, this would explain why I find my aggregators quite slow..
No, as aggregation,
Ok, thanks for the advice :)
But if I use a inside a
element, is the using a Reader or a
Generator for the part then ? If it Generates, this would explain why
I find my aggregators quite slow..
Thanks
Laurent
-
To unsubscrib
Bertrand Delacretaz wrote:
Le 21 déc. 05, à 10:13, Patrick Refondini a écrit :
...Nevertheless I'll need to take a deeper look at this source code
and try to find some Javascript tutorials ;)..
I've found these to be good introductions to Javascript's OO features:
http://bob.pythonmac.org/a
Sylvain Wallez wrote:
Patrick Refondini wrote:
Thanks, for the quick answer!
I looked at the source code available on SVN:
http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/
in
forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js
Now I am going to reveal my whole Javascr
Le 21 déc. 05, à 10:13, Patrick Refondini a écrit :
...Nevertheless I'll need to take a deeper look at this source code
and try to find some Javascript tutorials ;)..
I've found these to be good introductions to Javascript's OO features:
http://bob.pythonmac.org/archives/2005/07/18/javascript-
cocoon:/ instead of http:/ … duh
From: Dan Nicolici
[mailto:[EMAIL PROTECTED]
Sent: 21 decembrie 2005 11:21
To: users@cocoon.apache.org
Subject: cinclude using pipeline
Can I use cinclude to include content generated by a
pipeline?
Ex.
http://localhost/some-cocoon-
Ofcourse :)
You can even use the cocoon: protocol to prevent creating a new HTTP request, making processing
slightly quicker..
Cheers
Dan Nicolici wrote:
Can I use cinclude to include content generated by a pipeline?
Ex.
http://localhost/some-cocoon-pipeline
Dan
--
Drs. G.
Sylvain Wallez wrote:
Patrick Refondini wrote:
In the context of Cocoon Forms using Flowscript:
I am looking for hints where to look (doc, source code) to understand
how the decision for the flow control to block to form.showForm() or
continue is made.
As already mentioned, look at Form.
Merico Raffaele wrote:
Ciao Patrick
The form.showForm() function is located in the Form.js file in the
lib/cocoon-forms-block.jar.
Cheers ... Raffaele
Thanks Raffaele, I did not see your answer at first due to the AW: ...
-Ursprüngliche Nachricht-
Von: Patrick Refondini [mailto:[E
Can I use cinclude to include content generated by a
pipeline?
Ex.
http://localhost/some-cocoon-pipeline
Dan
Hi,
On Dec 21, 2005, at 1:13 AM, Patrick Refondini wrote:
It is not quite clear yet how Form.prototype.showForm() can be called
Form.prototype.showForm()
Huh? Those look the same to me...?
and how a call to form.showForm("some-pipeline.jx") is matched
something like form.showForm("some-pip
Patrick Refondini wrote:
Thanks, for the quick answer!
I looked at the source code available on SVN:
http://svn.apache.org/viewcvs.cgi/*checkout*/cocoon/blocks/
in
forms/trunk/java/org/apache/cocoon/forms/flow/javascript/Form.js
Now I am going to reveal my whole Javascript incompetency:
The s
Laurent Perez wrote:
If author.xml already exists like the desired xml file, then think
about using a reader instead of generator and serializer.
Is a reader faster than a generator + serializer ?
Yes, because a reader basically copies the contents of the source
verbatim to the resp
Bertrand Delacretaz wrote:
Hi Patrick,
Le 21 déc. 05, à 08:08, Patrick Refondini a écrit :
...I am looking for hints where to look (doc, source code) to
understand how the decision for the flow control to block to
form.showForm() or continue is made...
To use form.showForm() you must loa
If author.xml already exists like the desired xml file, then think
about using a reader instead of generator and serializer.
Is a reader faster than a generator + serializer ?
Yes, and that is quite obvious if you know that a reader simply passes stream data through, while a
generator gener
Patrick Refondini wrote:
In the context of Cocoon Forms using Flowscript:
I am looking for hints where to look (doc, source code) to understand
how the decision for the flow control to block to form.showForm() or
continue is made.
As already mentioned, look at Form.js for the gory implement
> If author.xml already exists like the desired xml file, then think
> about using a reader instead of generator and serializer.
Is a reader faster than a generator + serializer ?
Thanks
Laurent
-
To unsubscribe, e-mail: [EMAIL
28 matches
Mail list logo