On 6/30/06, Lars Huttar <[EMAIL PROTECTED]> wrote:
...Maybe if several of us
do this, and contact Bertrand with a definite "Yes I can and will help,"
he will reopen the project...
I assume you mean Sylvain - I wasn't involved in Lepido, so I'm afraid
I cannot help ;-)
-Bertrand
-
Pass the request parameters to your XSL and insert these as the
'initial' value of the input fields. You need a few steps to achieve
this:
- either call the xsl with:
or pass each request-param as a separate parameter to the XSL call.
- define an for each of the
req
Antonio Gallardo wrote:
Mikael Olenfalk escribió:
Hi!
I just noticed that Lepido (the Cocoon IDE for Eclipse) has been
archived on the Eclipse homepage. Has the project been abandoned or
has it just moved to another location?
It's abandoned. In short, because no developers around.
Best Regard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 30 Jun 2006, Matthew Langham wrote:
Date: Fri, 30 Jun 2006 11:47:30 +0200
From: Matthew Langham <[EMAIL PROTECTED]>
Reply-To: dev@cocoon.apache.org
To: dev@cocoon.apache.org, users@cocoon.apache.org
Subject: SessionReplication
Hi,
Can some
Check out JXTemplateTransformer. Here's the doc for the
generator-implementation, but the transformer works the same way.
You can then put in your HTML something like: type="text"
value="${cocoon.request.firstname}"/>
and run this document through JXTemplateTransformer. the fields will then
..and here's the doc:
http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html
-Tuomo
On Fri, 30 Jun 2006 [EMAIL PROTECTED] wrote:
Hi,
I'm using cocoon 2.1.8. I am using HTML form inside my XSL's. ( I could
have used CForms, but at this moment it will be a bigger change for me, as
I have t
Michael Ralston wrote:
> It looks like you've basically hard coded your fields into the
> flowscript. This is what I wanted to avoid.
Can't you just iterate over the fields with plain javascript?
var model = form.getModel()
var body = ''
for (var field in model)
body += field + ':\t' + mo
Florian,
One possible cause (not Cocoon related, but IE) is, that you're using
Tomcat + SSL + IE. Try this:
http://jira.atlassian.com/browse/JRA-8179#action_44367
It solved my problem with PDF-files.
-Tuomo
On Thu, 22 Jun 2006, Florian Leinberger wrote:
Hi,
I am generating a Zip-File usi
I've just upgraded to Cocoon 2.1.9 so I can use CInclude POST (which had a bug
in 2.1.8). I was trying it out with a SOAP service and I couldn't get it to
work. I was wondering if anyone has and if so if they could show me a working
example. I tried:
http://apache.org/cocoon/include/1.0";>
Hi,
I'm using cocoon 2.1.8. I am using HTML
form inside my XSL's. ( I could have used CForms, but at this moment it
will be a bigger change for me, as I have to change at many places. Too
late to make this change. ).
What I need :
In this case i'm accessing request parameters
from the form insid
Hi,
Can someone tell me if the current state of Session Replication in Cocoon is
still as described in:
http://wiki.apache.org/cocoon/FlowscriptAndSessionReplication ?
If so -
1. Is this any different in 2.2?
2. Has anyone looked at how long it would take to fix this?
3. If I don't use Flowscrip
11 matches
Mail list logo