how to use SWFGenerator? what is wrapped XMLReader?

2004-06-04 Thread Conal Tuohy
I'm trying for the first time to deal with Flash in Cocoon, but when I try to generate XML from a flash file, I get an error: Original Exception: org.xml.sax.SAXException: Cannot handle XML input without a wrapped XMLReader at

Re: CForm binding: creating objects?

2004-06-04 Thread Marc Portier
Benoit Deshaies wrote: Many thanks Marc. That's exactly what I was looking for. For some reason, I had assumed this was just to add an item to a Collection... well, the reason might be the obvious directed examples which are inspired from some original need and are thus likely to communicate

Re: cforms, flowscripts and database

2004-06-04 Thread Derek Hohls
Nick Again, a plea from the community - many people have expressed a deep interest in seeing a sample of this work (along with, if possible, a brief explanation of how to set such a system up) and it would be excellent if you could spare some time to do so... Thanks Derek [EMAIL PROTECTED]

Re: how to use SWFGenerator? what is wrapped XMLReader?

2004-06-04 Thread Bertrand Delacretaz
Hi Conal, Le 4 juin 04, à 08:11, Conal Tuohy a écrit : I'm trying for the first time to deal with Flash in Cocoon, but when I try to generate XML from a flash file, I get an error:... Note that it has been recently decided to remove the swf block for the next release of Cocoon, mostly

[GetTogether] Madrid, 21/22.06.04, Spain

2004-06-04 Thread Thorsten Scherler
Hello everyone, we finally have a room for the GetTogether. We will have a Meeting about cocoon and lenya in Madrid, Spain. It will last 2 days: 21/22.06.04. We have 15 places with computer in total. 6 places are already taken so 9 are still aviable. Note: We are trying to invite somebody from

Re: how to use SWFGenerator? what is wrapped XMLReader?

2004-06-04 Thread Antonio Gallardo
Bertrand Delacretaz dijo: Hi Conal, Le 4 juin 04, à 08:11, Conal Tuohy a écrit : I'm trying for the first time to deal with Flash in Cocoon, but when I try to generate XML from a flash file, I get an error:... Note that it has been recently decided to remove the swf block for the next

DTM IDs error

2004-06-04 Thread Derek Hohls
I get the following error (when trying to access a page that was previously acessible): An Error Occurred Failed to execute pipeline. org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.xml.dtm.DTMException: No

Re: DTM IDs error

2004-06-04 Thread Bertrand Delacretaz
Hi Derek, org.apache.xml.dtm.DTMException: No more DTM IDs are available There's some info on the wiki: http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError -Bertrand - To unsubscribe, e-mail: [EMAIL PROTECTED] For

retrieve objects

2004-06-04 Thread Oro smith
is it possible to call a class, say org.Apache.Cocoon.mail.mailAction in cocoon?? how is this possible? - Still single? Click here to find the perfect match.

RE: retrieve objects

2004-06-04 Thread robby . pelssers
Have you tried something like xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:structure xsp:includeorg.Apache.Cocoon.mail.mailAction/xsp:include /xsp:structure /xsp:page -Original Message- From: Oro smith [mailto:[EMAIL PROTECTED] Sent: 04mm2004 9:48 To: [EMAIL

Re: FirstFriday happening now!

2004-06-04 Thread David Crossley
The Chat channel is getting active already. If anyone wants to join in, then get the IRC details at [1]. --David Bertrand Delacretaz wrote: Hi Cocoonistas, Tomorrow is FirstFriday [1], and the cross-posting is intentional: you don't necessarily need to be a committer to participate, there

Discussion Forum App based on Cocoon

2004-06-04 Thread Björn Voigt
Hello Cocooners, we have to realize a discussion forum to integrate it into our cocoon webapps. Is there a free cocoon based outofthebox forum available? I've just looked around and found the mvnForum. Is it easy to integrate it into cocoon. Has anyone done it before? Thank you 4 help Björn

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Bertrand Delacretaz
Hi Björn, we have to realize a discussion forum to integrate it into our cocoon webapps. Is there a free cocoon based outofthebox forum available? I hate to preannounce stuff as it sometimes (too often) happens that I don't keep my promises afterwards, but: I'm supposed to get a contract Real

[VOTE] new Cocoon PMC chair

2004-06-04 Thread Steven Noels
Dear all, a nice set of people volunteered for taking on the PMC chair job and it's time we conclude this vote. :-) I'd suggest to end this vote 72 hours from now - on Monday morning European time. We decided this to be a public vote. Please remind yourself that only PMC members can bindingly

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Björn Voigt
Bertrand Delacretaz wrote: Hi Björn, we have to realize a discussion forum to integrate it into our cocoon webapps. Is there a free cocoon based outofthebox forum available? I hate to preannounce stuff as it sometimes (too often) happens that I don't keep my promises afterwards, but: I'm

Re: Read Only PDF

2004-06-04 Thread Matthias Stöckel
Hi Martin, I think there is no way to prohibit the user from saving a pdf file. You can disable only the printing, copy and editing feature. But with encryption enabled it isn't so easy to modifiy the file after it has been saved. There are some tools which can actually crack this encryption

RE: retrieve objects

2004-06-04 Thread Derek Hohls
Does one *have* to use XSP; are there not other access options? [EMAIL PROTECTED] 2004/06/04 09:36:58 AM Have you tried something like xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:structure xsp:includeorg.Apache.Cocoon.mail.mailAction/xsp:include /xsp:structure

RE: retrieve objects

2004-06-04 Thread Oro smith
Can this method be used to access values already stored in the session by cocoon ie. userid etc after a user has logged in ? I have used this method to include javax.mail package and create new objects and use them.But i want to access the stored values. Smith. Quoting [EMAIL PROTECTED]:

how to pack coplet into war and deploy it into other engine

2004-06-04 Thread grofcik.lan
Hello all. I would like to pack cocoon coplet into war an deploy it into another cocoon portal engine. how could it be done ? Thank you in advance for answer. Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Antonio Gallardo
Björn Voigt dijo: No I have no specific interface until now, have a look at http://www.mvnforum.com , its an jsp based forum. I am installing it now to test its features. Hi: Perhaps this link would help: http://java-source.net/open-source/forum-software Best Regards, Antonio Gallardo

[Woody] the easiest way of creating forms

2004-06-04 Thread Timur Izhbulatov
Hi! I have to create a set of forms containing identical widgets. It would be very useful to put these widgets in a separate file and somehow include them in the declaration of the form. How could I do that? Thanks! Timur

Re: [cforms] Binding selection-list

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 05:45, Alex Romayev wrote: Hi, Is it possible to create a binding for a selection-list in order to have the item with the matching value to be selected in the drop-down? I tried using: fb:value id=countries path=countries/, but it doesn't seem to have any effect. This can not work

Re: Is this good practice? [Was - Re: Newbie: How to capture XMLfrom custom class? ]

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 17:35, Terry Brick wrote: Thanks everybody for the tips, it has been very helpful. Regarding the jx:out tag and XML escaping I read up on JXT a little and it appears that the tags either mimic JSTL or based on JSTL. In which case, out tag of JSTL has an excapeXML=yes/no

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Derek Hohls
How we get the description of Cocoon updated at this site (to include flow and forms) - the one there is a little outdated... [EMAIL PROTECTED] 2004/06/04 12:28:05 PM Björn Voigt dijo: No I have no specific interface until now, have a look at http://www.mvnforum.com , its an jsp based forum.

Re: [flowscript] Process a pipeline

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 15:02, Stephan Coboos wrote: Maybe cocoon.processPipelineTo() is what you need? But have the comments at http://wiki.cocoondev.org/Wiki.jsp?page=FOM_Cocoon in mind. PipelineUtil.processPipelineToXYZ() is probably the better choice. Joerg

Re: Missing class org.apache.cocoon.components.source.helper.SourceLock ?

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 09:17, Andreas Schmid wrote: I just looked at the documentation at http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/helpers/SourceLock.html but just as i tried to import this.. there was no class ?!? Then i looked at the sources (2.1.5 also as 2.1.4) an

Re: strange parameters.getNames() result

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 15:50, [EMAIL PROTECTED] wrote: Hi, (with cocoon-2.1.4 about org.apache.avalon.framework.parameters.Parameters) when i do : String [] names = parameters.getNames(); name[0] value is org.apache.cocoon.sitemap/Location!! and my own parameters only begin at index 1 :( Since i

Re: Caching ancillary file content

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 14:55, Peter Flynn wrote: In my XSLT I extract values from some ancillary files using the document('foo.xml') function. This works fine, but when the foo.xml file is changed (eg by some external agency like a timed script), its old content continues to be served by Cocoon.

Re: Hugo Marcelino - MultiValueField : Cocoon Forms in Cocoon 215

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 19:25, Hugo Miguel S. V. Marcelino wrote: I have a coplet that contains the new cocoon forms ( once Woody ) and in the form i use the multivaluefields that will became in two boxs separated with buttons that transfer the selections made, form one to another box. Also called

Re: [cforms] Binding selection-list

2004-06-04 Thread Alex Romayev
Thanks Joerg, Actually, I found an old post where Ugo was saying that he was going to implement support for this feature, so I've updated to 2.1.5 and it started to work! Cheers, -Alex --- Joerg Heinicke [EMAIL PROTECTED] wrote: On 03.06.2004 05:45, Alex Romayev wrote: Hi, Is it

localisation; language check

2004-06-04 Thread Marco Friedrich
hello users! i have an question on localisation and the sitmap. i use coplets for localisation in different directorys. coplets/de/home/hello.xml coplets/en/home/hello.xml here is an summary from my sitemap.xmap map:match pattern=*/** map:act type=locale map:mount check-reload=yes

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Bertrand Delacretaz
Le 4 juin 04, à 12:37, Björn Voigt a écrit : ...No I have no specific interface until now, have a look at http://www.mvnforum.com , its an jsp based forum. I am installing it now to test its features. Thanks, I'll have a look! -Bertrand

Re: retrieve objects

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 09:41, Derek Hohls wrote: Does one *have* to use XSP; are there not other access options? You can of course do it also with flow. You can use importClass() or importPackage() or you access it by the full qualified name prefixed with Packages. There are many samples in the cforms

Re: [cforms] Binding selection-list

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 13:23, Alex Romayev wrote: Thanks Joerg, Actually, I found an old post where Ugo was saying that he was going to implement support for this feature, so I've updated to 2.1.5 and it started to work! You mean just by using fb:value id=countries path=countries/? How shall this work?

Re: [cforms] Binding selection-list

2004-06-04 Thread Alex Romayev
--- Joerg Heinicke [EMAIL PROTECTED] wrote: On 04.06.2004 13:23, Alex Romayev wrote: Thanks Joerg, Actually, I found an old post where Ugo was saying that he was going to implement support for this feature, so I've updated to 2.1.5 and it started to work! You mean just by

Blank space in the documents name

2004-06-04 Thread Lionel Crine
Hi there, I have some documents on my disk which have blank space in their name. I 'm doing a process with xinclude. Thus, I send the names in the URL. If the blank spaces are not replaced by %20, the documents are not retrieve. So I made an xslt doing that. But then, I record (with my own

Re: [cforms] Binding selection-list

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 14:11, Alex Romayev wrote: Actually, I found an old post where Ugo was saying that he was going to implement support for this feature, so I've updated to 2.1.5 and it started to work! You mean just by using fb:value id=countries path=countries/? Sorry, spelling error, it's: fb:value

Re: java objects in Cocoon

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 07:46, Oro smith wrote: hi, How can java objects be obtained from Cocoon? for example how can the session or store object be obtained in cocoon webmail? What is cocoon webmail? XSP logicsheet? If it is a normal component you can do it like at

Re: retrieve objects

2004-06-04 Thread Oro smith
How can it be done using importclass() or importpackage()? Quoting [EMAIL PROTECTED]: On 04.06.2004 09:41, Derek Hohls wrote: Does one *have* to use XSP; are there not other access options? You can of course do it also with flow. You can use importClass() or importPackage() or you

Re: [Woody] the easiest way of creating forms

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 12:36, Timur Izhbulatov wrote: Hi! I have to create a set of forms containing identical widgets. It would be very useful to put these widgets in a separate file and somehow include them in the declaration of the form. How could I do that? Unfortunately the widget repository is not

Re: localisation; language check

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 13:35, Marco Friedrich wrote: hello users! i have an question on localisation and the sitmap. i use coplets for localisation in different directorys. coplets/de/home/hello.xml coplets/en/home/hello.xml here is an summary from my sitemap.xmap map:match pattern=*/** map:act

Re: retrieve objects

2004-06-04 Thread Derek Hohls
Did you look at the cforms samples in Cocoon 2.1.5? Which part was unclear? [EMAIL PROTECTED] 2004/06/04 02:48:15 PM How can it be done using importclass() or importpackage()? Quoting [EMAIL PROTECTED]: On 04.06.2004 09:41, Derek Hohls wrote: Does one *have* to use XSP; are there not

Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Cocoon 2.1.5 ...I am trying a basic app to get a feel of internationalisation - but when I change one of the entries for the text in the catalog: eg. message key=k_testfirst/message is changed to: message key=k_testsecond/message but the webpage keeps showing it as first. I do have:

Re: retrieve objects

2004-06-04 Thread Antonio Gallardo
Oro smith dijo: How can it be done using importclass() or importpackage()? http://wiki.cocoondev.org/Search.jsp?query=javascriptSearch=Find%21 Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: retrieve objects

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 14:48, Oro smith wrote: How can it be done using importclass() or importpackage()? http://cocoon.apache.org/2.1/userdocs/flow/java.html#Imports Joerg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Internationalised text not being updated?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 14:40, Derek Hohls wrote: Cocoon 2.1.5 ...I am trying a basic app to get a feel of internationalisation - but when I change one of the entries for the text in the catalog: eg. message key=k_testfirst/message is changed to: message key=k_testsecond/message but the webpage keeps

Re: retrieve objects

2004-06-04 Thread Antonio Gallardo
Joerg Heinicke dijo: On 04.06.2004 14:48, Oro smith wrote: How can it be done using importclass() or importpackage()? http://cocoon.apache.org/2.1/userdocs/flow/java.html#Imports Great! I need to look at the new docs. ;-) Best Regards, Antonio Gallardo

Re: [cforms] Binding selection-list

2004-06-04 Thread Alex Romayev
But this does only set the value of the selection list, but not the selection list entries. If this was what you wanted - yes it works :) That was it, sorry :) I thought you wanted to bind the field to a collection to get the selection list entries. Ah, I see what you were saying

Re: retrieve objects

2004-06-04 Thread Derek Hohls
Or: http://wiki.cocoondev.org/Wiki.jsp?page=JavascriptForJavaProgrammers [EMAIL PROTECTED] 2004/06/04 02:43:55 PM On 04.06.2004 14:48, Oro smith wrote: How can it be done using importclass() or importpackage()? http://cocoon.apache.org/2.1/userdocs/flow/java.html#Imports Joerg

Re: Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Sorry Joerge, what code do I need to add where to ensure cache invalidation ? I had assumed the setting I referred to in the sitemap would handle this?? Thanks Derek [EMAIL PROTECTED] 2004/06/04 02:46:57 PM On 04.06.2004 14:40, Derek Hohls wrote: Cocoon 2.1.5 ...I am trying a basic app

Re: Internationalised text not being updated?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 14:49, Derek Hohls wrote: Sorry Joerge, what code do I need to add where to ensure cache invalidation ? I had assumed the setting I referred to in the sitemap would handle this?? No, there is nothing special about it. It should just happen. Joerg

Re: Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Um - I am not understanding what you are saying; when and how will the cache invalidation occur; and if it is not happening, there must be something that is required to set it off ...? Otherwise, how can the application be considered to be dynamic... a user should be able to refresh a page and

InputModule for the parameter string?

2004-06-04 Thread Björn Voigt
Hello everybody, I want to use the html generator to integrate external content. Is it possible to put all request parameters/values through to the external server with an input modul my pipeline looks like this: map:match pattern=extern/** map:generate type=html

Re: [flowscript] Process a pipeline

2004-06-04 Thread Lionel Crine
Thanks, I found it. I docs is quite difficult to find. Sorry, was an easy question. At 12:54 04/06/2004 +0200, you wrote: On 03.06.2004 15:02, Stephan Coboos wrote: Maybe cocoon.processPipelineTo() is what you need? But have the comments at http://wiki.cocoondev.org/Wiki.jsp?page=FOM_Cocoon in

Re: Internationalised text not being updated?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 15:02, Derek Hohls wrote: Um - I am not understanding what you are saying; when and how will the cache invalidation occur; and if it is not happening, there must be something that is required to set it off ...? Otherwise, how can the application be considered to be dynamic... a user

AW: Internationalised text not being updated?

2004-06-04 Thread Jasper Michalczik
I posted a similar question a while ago, and I got a response that the reloading of catalogue-files was only recently implemented (version 2.14). Jasper Michalczik -Ursprüngliche Nachricht- Von: Joerg Heinicke [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 4. Juni 2004 15:23 An: [EMAIL

Re: InputModule for the parameter string?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 17:07, Björn Voigt wrote: Hello everybody, I want to use the html generator to integrate external content. Is it possible to put all request parameters/values through to the external server with an input modul my pipeline looks like this: map:match pattern=extern/** map:generate

Re: Internationalised text not being updated?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 15:26, Derek Hohls wrote: Thanks Joerge One 'e' to much :) Do I need to log a bug report for this (I also tested making changes to the messages in the Cocoon samples and came across the same problem...)? I fear that it won't be addressed if it only does not work for you. I tested

Re: AW: Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Jasper Thanks, yes, I am using 2.1.5. Derek [EMAIL PROTECTED] 2004/06/04 03:33:35 PM I posted a similar question a while ago, and I got a response that the reloading of catalogue-files was only recently implemented (version 2.14). Jasper Michalczik -Ursprüngliche Nachricht- Von:

Re: Discussion Forum App based on Cocoon

2004-06-04 Thread Bertrand Delacretaz
Le 4 juin 04, à 15:04, Upayavira a écrit : ...The thing I'm most keen to see is integration with a mailserver backend, giving access to a discussion via both mail and web interfaces What I'm thinking of implementing ATM is only the business object used to store and retrieve forum messages,

Re: Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Joerg Hmmm - when I make that change to that same file it shows up right away... which makes me wonder why it works for some internationalisation samples and not for others? Eg. I tried changing one of the entries in a menu_*.xml page in the samples/i18n/translations directory and refreshing

Re: localisation; language check (solved)

2004-06-04 Thread Marco Friedrich
thank you for this hint Joerg, this solves the problem! map:match pattern=*/** map:act type=locale map:select type=resource-exists map:when test=./{lang}/sitemap.xmap map:mount check-reload=yes src={lang}/{1}/ uri-prefix={1}/

Re: Internationalised text not being updated?

2004-06-04 Thread Derek Hohls
Perhaps one coff too many?! Where/how do I check server time settings For my local testing I am just using Tomcat, but for production it will be Apache/Tomcat. Thanks Derek [EMAIL PROTECTED] 2004/06/04 03:41:27 PM On 04.06.2004 15:26, Derek Hohls wrote: Thanks Joerge One 'e' to

Re: localisation; language check (solved)

2004-06-04 Thread Thomas . Zirnsack
Return Receipt Your Re: localisation; language check (solved) document :

Sample using Hibernate

2004-06-04 Thread David Leangen
Just wondering how the sample using Hibernate was coming along... Or, can anybody point me to some other example of using Cocoon with Hibernate for the persistance layer? I'd be VERY interested in seeing something like this. Thanks!

Re: Is this good practice? [Was - Re: Newbie: How to capture XMLfrom custom class? ]

2004-06-04 Thread Terry Brick
Turns out escapeXml it doesn't work :( It's just ignored. Yeah, it would definitely be nice to implement. I browsed the source code for a few minutes. I didn't see the correct entry point, but I didn't really know where to look. Almost seems like it's being done at the Jexl/Jxpath level,

RE: Sample using Hibernate

2004-06-04 Thread Hugo Burm
This one is very basic, but outdated http://wiki.cocoondev.org/Wiki.jsp?page=UsingHibernateToMakeYourJavaBeansPer sistent These were updated for 2.1.3: http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormJXFormHibernateAndFlowscript http://wiki.cocoondev.org/Wiki.jsp?page=WoodyHibernateAndFlow Hugo

Re: [VOTE] new Cocoon PMC chair

2004-06-04 Thread Marc Portier
Here's my +1 for: - Andrew Savory -marc= -- Marc Portierhttp://outerthought.org/ Outerthought - Open Source, Java XML Competence Support Center Read my weblog athttp://blogs.cocoondev.org/mpo/ [EMAIL PROTECTED] [EMAIL

RoleFilterTransformer - is it broken or is it me?

2004-06-04 Thread Simeon Walker
Hi, Whilst look for something to access request.isUserInRole I found the RoleFilterTransformer. It does not seem to be mentioned anywhere other than the Cocoon java api docs. I have setup the transform acting on the output of SQL Transformer which produces a list of all possible role in our

Re: Caching ancillary file content

2004-06-04 Thread Peter Flynn
On Fri, 2004-06-04 at 12:02, Joerg Heinicke wrote: On 03.06.2004 14:55, Peter Flynn wrote: [caching] http://issues.apache.org/bugzilla/show_bug.cgi?id=10203 From the bug date you will also see, that there will probably be no short-term fix. That's actually the reverse of this problem: the

jx cocoon.request

2004-06-04 Thread Jon Evans
Hi, I've got a pipeline that uses sendmail to mail the user a forgot password message. In it there is (supposed to be) a hyperlink back to the site. However I can't find the magic incantation to get request.getServerName() into my template. I've tried: ${cocoon.request.serverName}

Re: Caching ancillary file content

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 18:06, Peter Flynn wrote: http://issues.apache.org/bugzilla/show_bug.cgi?id=10203 That's actually the reverse of this problem: the OP seems to be complaining that ancillary data retrieved from a call to the document() function is *not* being cached, whereas in fact it *is* (and

Re: jx cocoon.request

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 18:15, Jon Evans wrote: Hi, I've got a pipeline that uses sendmail to mail the user a forgot password message. In it there is (supposed to be) a hyperlink back to the site. However I can't find the magic incantation to get request.getServerName() into my template. I've tried:

JXTemplate and hierarchical structure

2004-06-04 Thread mirko
Hi, Is there a way to get recursive processing in JXTemplate? I need to make hierarchical structure in the document. Or maybe I should flatten the structure in my logic beans and then process it with simple 'for each' statement. Regards, mirko

Re: JXTemplate and hierarchical structure

2004-06-04 Thread Ugo Cei
mirko wrote: Is there a way to get recursive processing in JXTemplate? I need to make hierarchical structure in the document. Or maybe I should flatten the structure in my logic beans and then process it with simple 'for each' statement. You can use a recursive macro: jx:macro name=subtree

OpenOffice.org Writer and sxw-serializer in 2.1.5

2004-06-04 Thread Stephan Meinl
Hi, I am developing an application which utilizes the OpenOffice.org-Writer to edit XML-documents. Unfortunately the page2sxw stylesheet does not work anymore with 2.1.5. Even the hello-world/hello.sxw example from 2.1.5 results in an error message by the OOo-writer (error loading document...).

RE: [Woody] the easiest way of creating forms

2004-06-04 Thread Hugo Burm
Hello, I have something running exactly what Timur is looking for. But I had to modify and compile Woody (and Cocoon) for it. I did port it to CForms a few weeks ago. I have added a long text at the end of this email about how it is working. It uses a custom Form and Bindingmanager, so I had to

session attributes

2004-06-04 Thread Craig Christophersen
I have set some session attributes in an action and am wondering how to access them in the sitemap. Ihave tried map:parameter name="userId" value="{session-attr:userId}"/ within the map:transform tags but am not getting them. I would like to be able to have these attributes available in any

XML-RPC like request using CInclude?

2004-06-04 Thread Adam Ratcliffe
Title: Message My Cocoon application needs to request an XML document from a remote server. The server has an XML-RPC like interface in that it accepts parameters to the request as a structured XML document. A valid request to the server has the following characteristics: - The request

Re: question about debugging

2004-06-04 Thread Ralph Goers
I either have logging in my component or I use IntelliJ and attach it to the servlet container and do remote debugging. WHIRLYCOTT said: I'm new to Cocoon and I'm working on modifying an existing Cocoon application for a client. I'm finding that the process I'm using to add new features to

Re[2]: JXTemplate and hierarchical structure

2004-06-04 Thread mirko
W Twoim licie datowanym 4 czerwca 2004 (18:38:00) mona przeczyta: UC mirko wrote: Is there a way to get recursive processing in JXTemplate? I need to make hierarchical structure in the document. Or maybe I should flatten the structure in my logic beans and then process it with simple 'for

Passing sitemap parameter to jx transformer

2004-06-04 Thread mirko
Hi, I've got another simple question. How to pass sitemap parameter to jx template transformer? I can do map:parameter/ but how to get it in the template? Thanks in advance. Regards, mirko - To unsubscribe, e-mail: [EMAIL

Re: Bug in Forms v1, 2 3 using Cocoon v2.1.5, flow, javascript validation and debugging

2004-06-04 Thread Joerg Heinicke
On 03.06.2004 14:17, [EMAIL PROTECTED] wrote: Hi, I have a form that uses javascript to perform validation. I've implemented the validator using fd:javascript in the form definition. Unfortunately, when I enable flow debug I get a NullPointerException on loading the form definition: Form

Re: Blank space in the documents name

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 14:18, Lionel Crine wrote: I have some documents on my disk which have blank space in their name. I 'm doing a process with xinclude. Thus, I send the names in the URL. Is this xinclude hard coded or generated on the fly, i.e. do you type the URLs with spaces or %20 or is it

Re: Internationalised text not being updated?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 15:52, Derek Hohls wrote: Joerg Hmmm - when I make that change to that same file it shows up right away... which makes me wonder why it works for some internationalisation samples and not for others? Eg. I tried changing one of the entries in a menu_*.xml page in the

Re: RoleFilterTransformer - is it broken or is it me?

2004-06-04 Thread Joerg Heinicke
On 04.06.2004 17:54, Simeon Walker wrote: Hi, Whilst look for something to access request.isUserInRole I found the RoleFilterTransformer. It does not seem to be mentioned anywhere other than the Cocoon java api docs. Yeah, some features are treated really stepmotherly. I have setup the transform

Where is user id/pwd stored?

2004-06-04 Thread Jones A
Where is the user name and password of the current user who has logged in , being stored in cocoon? How can that be accessed? - Still single? Click here to find the perfect match.