Cocoon+Tomcat+Postgres

2004-05-31 Thread Dieter Schicker
Hi, I'm new to cocoon and I'm trying to setup a web application with a postgres database backend. Problem is that I can't get my database user authenticated correctly. Version numbers: Cocoon: 2.1 Tomcat: 5.0 Postgres: 7.4.2 web.xml: init-param param-nameload-class/param-name

RE: not requiring cocoon/ in URLs?

2004-05-31 Thread Lars Huttar
Thanks for the pointer. That worked for me. Lars -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Sunday, May 30, 2004 6:50 PM To: [EMAIL PROTECTED] Subject: Re: not requiring cocoon/ in URLs? Lars Huttar dijo: Alternatively, is there a way to

Re: Has anyone used Cocoon for chinese language application ?

2004-05-31 Thread Reinhard Poetz
Johnson wrote: what kind of file you want form pdf or... the client side is a browser,if there's a chinese supported browser(must had chinese font),it will show the chinese(using UTF-8 encoding) I'd like to see a simple XML file containing chinese characters and a sitemap snippet with a

wml error

2004-05-31 Thread Oro smith
Im using a wml page which has a link to a wml script which displays an alert message. however im getting this error message when i type the url matching the wml page. No pipeline matched request: mail/test1.wmls test1.wml is the wml page. test1.wmls is the wml script. how can this be fixed?

Re: Cocoon 2.1.5 - javaflow problem (6.2)

2004-05-31 Thread Enrico Migliore
Stephan Michels wrote: On Sat, 29 May 2004, Enrico Migliore wrote: Dear Stephan I may have spot where the problem is. In the following file: .\cocoon-2.1.5\src\blocks\javaflow\TODO.txt I found the following script:

UnnamedSelector: ComponentSelector could not find the component for hint [xsp]

2004-05-31 Thread Frank Daly
Hi I installed cocoon by following the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=CocoonDistSetupWin2000 on a windows 2000 machine. The cocoon samples file run ok, however when I attempt to access my site which queries a database I get the error UnnamedSelector: ComponentSelector

WML Script in cocoon

2004-05-31 Thread Oro smith
how can wml script be used in cocoon?? - Still single? Click here to find the perfect match. http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?141

Re: UnnamedSelector: ComponentSelector could not find the component for hint [xsp]

2004-05-31 Thread Antonio Gallardo
Hi Frank, If you are starting, better try the latest version 2.1.5 it is by far more stable and easier than older 2.0.x versions. The install can be very similar as: http://wiki.cocoondev.org/Wiki.jsp?page=WindowsTomcatCocoonInstallation Best Regards, Antonio Gallardo

Re: WML Script in cocoon

2004-05-31 Thread Antonio Gallardo
Oro smith dijo: how can wml script be used in cocoon?? AFAIK, WMLScript is very similar to Java Script. You can use similar construction as for Javascript. For example: 1-if you only need to send the WMLScript to the client, you can use a map:read 2-You can also building the WMLScript in a

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread leo leonid
On 31.05.2004, at 08:39, Dieter Schicker wrote: Hi, I'm new to cocoon and I'm trying to setup a web application with a postgres database backend. Problem is that I can't get my database user authenticated correctly. Version numbers: Cocoon: 2.1 Tomcat: 5.0 Postgres: 7.4.2 web.xml: init-param

Nested woody Repeater bindings example?

2004-05-31 Thread Steve Steinitz
Hello, Can anyone provide a full, working example of a nested repeater including bindings? Is this actually possible? I've seen it alluded to but can find no complete samples (which include nested bindings) and can't imagine how the bindings might work. Thanks, Steve

Re: Creating links based on a condition in cocoon forms

2004-05-31 Thread Oro smith
Have you used any wml stuff with cocoon? if yes plz let me know. bye - Still single? Click here to find the perfect match.

JSPGenerator sample in cocoon

2004-05-31 Thread sowkhya bhat
Hi All, I am trying to run the JSP sample which come along with cocoon2. Currently i am using Jetty server. We tried placing jasper-compiler.jar and jasper-runtime.jar (as suggested by members in the mailing list) in cocoon/lib folder but that also didnot solve our problem. We are still

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread Yves Vindevogel
DBUrl is wrong, that's for sure. You may have other problems too. 1) correct your dburl like the one below (in your case, substitute procat with your dbname) 2) make sure you call the correct connection pool in your xsp or sql transformer 3) you need to run postgresql with the option to listen

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread Dieter Schicker
Thanks for your answers. Did you already try to use TCP/IP sockets instead of UNIX sockets? How do I do that? Didi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Form API v2 and v3 (Urgent)

2004-05-31 Thread Steve
Hi, Can anyone tell me which versions do the below functions belong to:- 1. var wid = form.getWidget(); var widvalue = wid.widget-id.value 2. var wid = form.getWidget("widget-id").getValue(); Similarly for submit buttons :- 1. var submit_button = form.getWidget().getSubmitWidget();

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread Dieter Schicker
Sorry, that was a stupid question. Everything is fine now. Thanks Didi On Mon, 31 May 2004, Dieter Schicker wrote: Thanks for your answers. Did you already try to use TCP/IP sockets instead of UNIX sockets? How do I do that? Didi

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread Yves Vindevogel
Start Postgresql with -o -i On 31 May 2004, at 18:09, Dieter Schicker wrote: Thanks for your answers. Did you already try to use TCP/IP sockets instead of UNIX sockets? How do I do that? Didi - To unsubscribe, e-mail: [EMAIL

Re: Cocoon+Tomcat+Postgres

2004-05-31 Thread Miles Elam
Or as is commonly found on many UNIX systems, edit the postgresql.conf file: # # Connection Parameters # tcpip_socket = true Also, if your install of postgres was installed with TLS/SSL support, you can add the following: ssl = true Most distribution support for postgresql

wmlsc in cocoon

2004-05-31 Thread Oro smith
how can wml script be included in the pipeline? Im getting error if i try to include it. - Still single? Click here to find the perfect match.