Re: localhost/hostname in datasource

2006-06-08 Thread pelican
Hi, I think it is a possible authority issue. >From mysql database allow the user to access, like > grant all privileges on myDatabase.* to [EMAIL PROTECTED] Another possible thing, (not sure) is that the port number for mysql is 3306. try .. jdbc:mysql://127.0.0.1:3306/myDatabase... rgds, -

Re: XHTML-DTD as grammar for the validation transformer

2006-06-08 Thread Reinhard Haller
>>> [EMAIL PROTECTED] 07.06.2006 19:00 >>> >What is the value to use for the xhtml-DTD (I tried the grammar >namespace and the >validator interface field name)? > >Should I prefer the xhmtl-schema for validation? xhtml schema is not the solution. Maybe the transformer itself has a problem:

Re: CForms Repeater problem

2006-06-08 Thread Andreas Hochsteger
Hi, the repeater syntax has changed slightly since Cocoon 2.1.8 as you will find on this page too: http://cocoon.apache.org/2.1/userdocs/widgets/widget_repeater.html HTH, Andreas christian bindeballe schrieb: Hi, in the userdocs, I've read the description on how to include a repeater, here

Logging

2006-06-08 Thread Yves Vindevogel
Hi, I would like to have some more logging of everything that is send to my Cocoon server. I have Jetty / Cocoon listening on port . I can see it logs a page that is being asked. However, (and I'm trying to do something strange) I'm trying to make a Jabber client connect to it. I set my

Re: CForms: leading spaces dissapearing

2006-06-08 Thread Bruno Dumon
On Thu, 2006-06-08 at 08:01 -0600, Jason Johnston wrote: > Antonio Gallardo wrote: > > [EMAIL PROTECTED] escribió: > >> OK. I think I found it in Field.java, where it does > >> > >> newEnteredValue = newEnteredValue.trim(); > >> > > Hi Fernando, > > > > Great you found it! You should can create

RE: Universal binary versions of cocoon

2006-06-08 Thread Schultz, Gary - COMM
Use "./build.sh clean war" (without quotes) if you also want to build the war file. Using ./build.sh only builds the webapp. At least that's what happens when I build in Windows and Linux. Gary T. Schultz IT Administrator Wisconsin Dept. of Commerce 608-266-1283 [EMAIL PROTECTED] -Original M

Re: CForms: leading spaces dissapearing

2006-06-08 Thread Jason Johnston
Antonio Gallardo wrote: [EMAIL PROTECTED] escribió: OK. I think I found it in Field.java, where it does newEnteredValue = newEnteredValue.trim(); Hi Fernando, Great you found it! You should can create a patch to optionally configure leading spaces and keeping the former behavior as the de

Re: AW: CForms Repeater problem

2006-06-08 Thread christian bindeballe
Lamvik Eldbjörg (Applikations-Entwicklerin) schrieb: > Hi again, > I tested your code in one of my existing forms and it worked - I could see > all your 7 rows, so I didn't realise at first that this didn't work for you. > I just discovered that you have forgotten to add the form-template tag >

Re: AW: CForms Repeater problem [Solved]

2006-06-08 Thread christian bindeballe
Lamvik Eldbjörg (Applikations-Entwicklerin) schrieb: > Hi again, > I tested your code in one of my existing forms and it worked - I could see > all your 7 rows, so I didn't realise at first that this didn't work for you. > I just discovered that you have forgotten to add the form-template tag >

AW: CForms Repeater problem

2006-06-08 Thread Applikations-Entwicklerin
Hi again, I tested your code in one of my existing forms and it worked - I could see all your 7 rows, so I didn't realise at first that this didn't work for you. I just discovered that you have forgotten to add the form-template tag (within the body), for example: Does this solve your prob

AW: CForms Repeater problem

2006-06-08 Thread Applikations-Entwicklerin
Hi, I believe you want to add rows, right? Then you'll need to add an action widget like this: definition file: Add team-members template file: (See also http://cocoon.apache.org/2.1/userdocs/widgets/widget_action.html) I have to admit that I can't use this approach myself yet, because t

Re: Encoding from flowscript to component

2006-06-08 Thread Sébastien Chauvin
It's not my component. If I do a myBean.getName() in the flowscript for exemple, the string is well encoded. But if i do the same call in my component, the string is no more well encoded. I think it's more a problem with the Rhino layer when passing the objects from flowscript to java object.

RE: CForms: leading spaces dissapearing

2006-06-08 Thread Fernando.Matomira
This is a tool that performs edit operations onto multiple documents at the same time. I have a field to append text to a selected section of the documents. If the user does not want the new text to be stuck immediately after the existing one, he needs to start the append text with a space or othe