[portal] How to use I18N with the portal generator?

2004-04-07 Thread Laurent Trillaud
Hi I would like to use I18N transformer to translate title tag in the layout/portal.xml. How can I do this? Just inserting I18N produce an 'unable to find fieldDescriptor' error Laurent Trillaud - To unsubscribe, e-mail: [EMAIL

RE: Resources inherited in sub-sitemaps

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** The only solution I see is to convert them to standard pipelines with internal-only status. The problem is that I lose parameter capabilities. -Mensaje original- De: John L.

RE: Documentation broken!

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** It was a proxy issue, that has happened only with this page!! -Mensaje original- De: Antonio Gallardo [mailto:[EMAIL PROTECTED] Enviado el: martes, 06 de abril de 2004 16:30

RE: Resources inherited in sub-sitemaps

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** If I used to have this construct: map:call resource=myresource map:parameter name=a value=A/ map:parameter name=b value=B/ /map:call I must do this in order to encode

[CForms]How to just define a button?

2004-04-07 Thread roy huang
The widgets fd:submit and fd:action are rendered as submit,how can I just define an button and set button's onclick? Roy Huang

Re: [CForms]How to just define a button?

2004-04-07 Thread roy huang
I know that way,But I just want to define this button in define file I don't know if there is a widget for that, but you could alternately define a HTML button element within your forms template. Greetz, Jeroen

Cocoon 1.8 to cocoon 2.1.4

2004-04-07 Thread Yacoubou . WAOLANY
Title: Cocoon 1.8 to cocoon 2.1.4 Hi all, I try to migrate webapplication (wich written in 1999 with cocoon 1.8) I wan to make it work with cocoon 2.1.4. But I can not find the packages below: org.apache.cocoon.processor.*; org.apache.cocoon.framework.*; org.apache.cocoon.transformer.*;

Re: From based wizard

2004-04-07 Thread Timur Izhbulatov
Upayavira (): Timur Izhbulatov wrote: Hi All! I develop a simple client management application but I'm pretty new to all this cocoon and java stuff. My task in hand is to create a step-by-step wizard for registering clients. I took a look at cocoon samples but still can't realize which way

Re: From based wizard

2004-04-07 Thread Timur Izhbulatov
Upayavira wrote: Timur Izhbulatov wrote: Hi All! I develop a simple client management application but I'm pretty new to all this cocoon and java stuff. My task in hand is to create a step-by-step wizard for registering clients. I took a look at cocoon samples but still can't realize which

Re: From based wizard

2004-04-07 Thread Marc Portier
Timur Izhbulatov wrote: Thanks a lot! I just realized that CForms is just a new name for woody =) you got that correct. actually the new name is Cocoon Forms the block (and most technical names as xml namespaces and package names) have been renamed from woody - forms to indicate that this is

Re: From based wizard

2004-04-07 Thread Upayavira
Timur Izhbulatov wrote: Upayavira wrote: Timur Izhbulatov wrote: Hi All! I develop a simple client management application but I'm pretty new to all this cocoon and java stuff. My task in hand is to create a step-by-step wizard for registering clients. I took a look at cocoon samples but still

Re: Flow Session Variables

2004-04-07 Thread Upayavira
Michael Roth wrote: I want to use Flow Variables as Session Variables, how can I do that. Is there an example ? I believe that all global variables in a flowscript are in fact stored in the session. Does that help? Alternatively, you can use cocoon.session to get at the session itself.

Re: Flow Session Variables

2004-04-07 Thread Michael Roth
I've found the same here http://archives.real-time.com/pipermail/cocoon-users/2003-May/034061.html. I'm very new in using session, can I access to that session variables inside my stylesheet ? Michael Am Mit, den 07.04.2004 schrieb Upayavira um 13:48: Michael Roth wrote: I want to use Flow

AW: Flow Session Variables

2004-04-07 Thread Nils Köster
Generally: yes, try session:getxml ... Details: http://cocoon.apache.org/2.0/developing/webapps/session.html In my development of a site with kind of a shopping-basket i found out that theres no way to get the contains of a session into a xsl:variable ... or xsl:parameter If you need that,

Anchor in an action

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** Hi all, I've read in the wiki, http://wiki.cocoondev.org/Wiki.jsp?page=SitemapVariableSubstitution, the following: you use the new anchor syntax. With sitemap variable anchors you

Re: AW: Flow Session Variables

2004-04-07 Thread Stephan Coboos
Nils Köster wrote: Generally: yes, try session:getxml ... Details: http://cocoon.apache.org/2.0/developing/webapps/session.html In my development of a site with kind of a shopping-basket i found out that theres no way to get the contains of a session into a xsl:variable ... or xsl:parameter

RE: Flow Session Variables

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** There is a way by using the SessionAttributeModule input module with this syntax: map:transform src='mystylesheet.xsl' map:parameter name='mysessionattr'

Re: From based wizard

2004-04-07 Thread Timur Izhbulatov
Marc Portier wrote: Thanks a lot! I just realized that CForms is just a new name for woody =) you got that correct. actually the new name is Cocoon Forms the block (and most technical names as xml namespaces and package names) have been renamed from woody - forms to indicate that this is

Re: Anchor in an action

2004-04-07 Thread Upayavira
Carmona Perez, David wrote: *** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** Hi all, I've read in the wiki, http://wiki.cocoondev.org/Wiki.jsp?page=SitemapVariableSubstitution, the following: Ah, a useful link. you use the new

WG: [Solved] session:getxml ...

2004-04-07 Thread Nils Köster
-Ursprüngliche Nachricht- Von: Nils Köster [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. April 2004 09:40 An: [EMAIL PROTECTED] Betreff: [Solved] session:getxml ... I've got a solution for that ?bug?: The Stylesheet which needs the Session-Info in a variable (something.xsl) now

Re: Sitemap : map:resource and map:when

2004-04-07 Thread Jon Evans
Hi Olivier, On 5 Apr 2004, at 12:27, olivier demah wrote: i tried without success :     map:resource name=my_page     map:select type=parameter     map:parameter name=parameter-selector-test value={my_page_test}/ map:when test=index.html     map:part

RE: Anchor in an action

2004-04-07 Thread Carmona Perez, David
*** Este correo ha sido procesado por el antivirus del Grupo FCC. ***-*** I'm using Cocoon version 2.1.2 Here is a snippet that doesn't work: map:act type=pon-idioma name='i'/ map:match pattern=**/area map:act type=area

Cocoon on XP: xml-Files blocked

2004-04-07 Thread Nils Köster
Hi, I'm constantly editing xml-files and checking generating them with cocoon. Sometimes I can't write the latest version of the xml-file because cocoon has blocked it via the filesystem. In these cases i have to wait How can i avoid that? Regards, nils

Re: [CForms]How to just define a button?

2004-04-07 Thread Mark Lundquist
On Apr 7, 2004, at 3:44 AM, roy huang wrote: I know that way,But I just want to define this button in define file The form definition file defines the server-side form model. The button you are creating has no server-side meaning, therefore it does not belong in the form definition. ~ mark

Sql type for request parameter with multiple values

2004-04-07 Thread Carlos Dias
Hi, Here is my problem: I want to pass a request parameter to an SQL Statement, but my problem is that this parameter contains more that one value. I want to know what is the sql type to use (the database is Oracle) in this case. Can I use the ARRAY type?! Thanks in advance, Carlos Dias

C2.1.5 logger strange error

2004-04-07 Thread Peter Velychko
Hello all, I have the worked application on cocoon 2.1.4. And when I move it to 2.1.5 I have the following message in tomcat console. All log files are created but they are zero size. (win xp, tomcat 4.1.18, 4.1.30) Logging Error: Could not set up Cocoon Logger, will use screen instead

Re: Problem using woody/cforms sample styles

2004-04-07 Thread Joerg Heinicke
On 06.04.2004 20:26, Rolf Kulemann wrote: xsl:param name=resources-uri/modules/newsletter/resources/woody/xsl:param after that I got the error: An Error Occurred org.apache.cocoon.ProcessingException

Re: change the NotifyingBuilder

2004-04-07 Thread Joerg Heinicke
On 24.03.2004 18:49, Martini Roberto wrote: Hi everybody Is it possible to change the default NotifyingBuilder (that is DefaultNotifyingBuilder) with a custom NotifyngBuilder? Where can I set up it? Thanks Roberto Martini It's in a file named sitemap.roles: role

Re: no indent with xsp

2004-04-07 Thread Joerg Heinicke
On 29.03.2004 14:42, Lionel Crine wrote: Hi, I'd like to generate an xsp with no indentation (before the serializer). Is it possible ? The Java code generated out of the XSP code or the XML at the end of the pipeline? AFAIK for both there is no indentation done by default. Joerg

Re: [CForms]can I dynamic bind repeaters in js on form define?

2004-04-07 Thread Joerg Heinicke
On 01.04.2004 12:05, roy huang wrote: In carselector_form.xml from Cocoon Forms samples : fd:field id=make required=true fd:labelMake:/fd:label fd:datatype base=string/ fd:selection-list src=cocoon:/cars dynamic=true/ fd:on-value-changed javascript

Follow Up: Curious Encoding Problems (OS X) and Strange Solutio

2004-04-07 Thread Alexander Schatten
*Brief Introduction* There was an extensive discussion about (form) encoding problems using Cocoon/Jetty/mysql or PostgreSQL, particularly under OS X, obviously mainly Yves Vindevogel and myself had these problems. My application is and was running perfectly on Linux with the same

Re: Follow Up: Curious Encoding Problems (OS X) and Strange Solutio

2004-04-07 Thread Yves Vindevogel
I have no idea ... ;-) Basically, my problem was solved with a workaround, as described. I created my database (again) with the latin1 encoding. When I ask my data with dburl ...?charSet=UTF8, I now get the correct stuff back I only got this to work with the jdbc2 driver from 7.2 (postgresql)

Re: Follow Up: Curious Encoding Problems (OS X) and Strange Solutio

2004-04-07 Thread Yves Vindevogel
BTW: when I use ?charSet=latin1 (or iso-8859-1 or macRoman), which is the database encryption, is does NOT work. On 08 Apr 2004, at 00:43, Yves Vindevogel wrote: I have no idea ... ;-) Basically, my problem was solved with a workaround, as described. I created my database (again) with the

Re: Cocoon on XP: xml-Files blocked

2004-04-07 Thread Joerg Heinicke
On 07.04.2004 17:22, Nils Köster wrote: Hi, I'm constantly editing xml-files and checking generating them with cocoon. Sometimes I can't write the latest version of the xml-file because cocoon has blocked it via the filesystem. In these cases i have to wait How can i avoid that? Never

Re: Follow Up: Curious Encoding Problems (OS X) and Strange Solutio

2004-04-07 Thread Yves Vindevogel
IMHO, yes tested with two platforms as server (OSX and Slackware 9) and 3 client platforms (OSX, Linux and the thing from Redmond) Even stranger: connecting to the same database gave different results depending on the platform Cocoon was running on. On 08 Apr 2004, at 00:55, Joerg

Re: XUL java toolkits cocoon

2004-04-07 Thread Joerg Heinicke
On 01.01.1970 01:00, Jeff Davis wrote: I know this might be off-topic a bit, but has anyone been trying to use one of the XUL toolkits such as Thinlet or SwiXml with Cocoon? It seems like a perfect fit -- use the transformers to generate the XUL XML dynamically. We've used Flash MX 2004

attributes of the element are lost if logicsheet is used on Cocoon2.

2004-04-07 Thread Igor Galperin
Hi!I am trying to migrate some Cocoon1 pages to Cocoon2.The following is one of the issues I got. If I have some XML element with attribute on XSP page and I am using the logicsheet, the value of the attributeis lost. Note that it was working fine on Cocoon1 system. I also noted the following:

Re: Follow Up: Curious Encoding Problems (OS X) and Strange Solutio

2004-04-07 Thread Alexander Schatten
Joerg Heinicke wrote: On 08.04.2004 00:33, Alexander Schatten wrote: My application is and was running perfectly on Linux with the same configuration, but destroyed all Umlauts after form send on OS X. Just curious: This is only dependent on the system where the server is running? And is

Re: Cocoon on XP: xml-Files blocked

2004-04-07 Thread Upayavira
Joerg Heinicke wrote: On 07.04.2004 17:22, Nils Köster wrote: Hi, I'm constantly editing xml-files and checking generating them with cocoon. Sometimes I can't write the latest version of the xml-file because cocoon has blocked it via the filesystem. In these cases i have to wait How can

problem with attributes on Cocoon2 system

2004-04-07 Thread Igor Galperin
Hi!I am trying to migrate some Cocoon1 pages to Cocoon2.The following is one of the issues I got.In Cocoon1 I could have the following statement: text but it does not work for Cocoon2. I resolved this issue with the following statement: "text" Maybe somebody has better idea. Maybe something is not

Re: Cocoon on XP: xml-Files blocked

2004-04-07 Thread Antonio Gallardo
Upayavira dijo: Joerg Heinicke wrote: On 07.04.2004 17:22, Nils Köster wrote: Hi, I'm constantly editing xml-files and checking generating them with cocoon. Sometimes I can't write the latest version of the xml-file because cocoon has blocked it via the filesystem. In these cases i have

Cocoon Fails to Run - XML Parser Fix Confusion

2004-04-07 Thread David Swearingen
I'm having what appears to be a very common problem getting Cocoon to work for the first time (error entails ...Xalan in incremental processing mode...). I was able once to solve this problem before on another box but I've misplaced the webpage that described the fix. I'm told this is a very

cocoon with JBoss

2004-04-07 Thread rodrigo peña
Hi, I downloaded cocoon 2.1.4 and unziped it, then I typed build and then made a war file and put it in my JBoss, but I do not know if I did it correctly can yo tel me how to do it, or please tell me what files do I have to put in my war And finally when I type http://127.0.0.1/cocoon what am

Re: Cocoon Fails to Run - XML Parser Fix Confusion

2004-04-07 Thread Antonio Gallardo
Hi David: 1- Try to download better Cocoon 2.1.4 it is far better than 2.0.4 2-The link page requested is: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter Hope this help. Best Regards, Antonio Gallardo - To

Re: Cocoon Fails to Run - XML Parser Fix Confusion

2004-04-07 Thread Antonio Gallardo
Or this: http://wiki.cocoondev.org/Wiki.jsp?page=WindowsTomcatCocoonInstallation Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]