RE: Actions Programming

2002-05-01 Thread Graaf, Edgar de (fin)
n: [EMAIL PROTECTED] Onderwerp: Re: Actions Programming Hi here more information... my hello_world.xsp: --- http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:i18n="http://apache.org/cocoon/i18n/2.0";&

Re: Actions Programming

2002-05-01 Thread Christian Haul
On 01.May.2002 -- 09:20 AM, Michael Mangeng wrote: > Hello . > request.setAttribute("hello", "world"); Harri is right, there is a typo in the example: The action sets a request _attribute_ and the XSP reads a request _parameter_. Since one can not set request parameters, you need to change

Re: Actions Programming

2002-05-01 Thread Michael Mangeng
Hi here more information... my hello_world.xsp: --- http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:i18n="http://apache.org/cocoon/i18n/2.0";> Hello . --- => There is no typo and the XSP Namespace is declared... sitema

RE: Actions Programming

2002-04-30 Thread Lai, Harry
=) Hope that helps! Harry -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 2:13 PM To: [EMAIL PROTECTED] Subject: Re: Actions Programming On 30.Apr.2002 -- 07:59 PM, Michael Mangeng wrote: > Hi > > I´ve encountered a little

Re: Actions Programming

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 07:59 PM, Michael Mangeng wrote: > Hi > > I´ve encountered a little/funny problem when trying to recreate the simple hello >world action. > I´ve used the sample code (without the org.xml.sax.EntityResolver import because i >think i do not need it here). > > Cocoon realizes th

Actions Programming

2002-04-30 Thread Michael Mangeng
Hi   I´ve encountered a little/funny problem when trying to recreate the simple hello world action. I´ve used the sample code (without the org.xml.sax.EntityResolver import because i think i do not need it here).   Cocoon realizes that it needs to replace {world} with 'hello' in the stiemap