big bug in latest CVS ? Basic custom Action not working

2002-09-13 Thread Barbara Post
Hello, I have the following, with CVS built 10 minutes ago, same bug with yesterday's one... : http://i3in0/tamino/BAEPP/BAEPP"/> http://google.fr"/> It does not work : {../1} has an empty value... I just println the "query" parameter as soon a

Re: The dbAdd action not working

2002-09-11 Thread Antonio Gallardo Rivera
Please, can somebody explain more about this solution? :) I was trying to find info about "resources" but I was not found nothing. Antonio Gallardo El Viernes, 06 de Septiembre de 2002 00:37, Christian Haul escribió: > On 05.Sep.2002 -- 09:20 PM, Antonio Gallardo Rivera wrote: > > What we can d

Re: The dbAdd action not working

2002-09-05 Thread Christian Haul
On 05.Sep.2002 -- 09:20 PM, Antonio Gallardo Rivera wrote: > What we can do with this problem? :( > > I need to end forms to the next thursday :( > > How I can help? > > Antonio Gallardo. > Since this is not advocated officially, I respond off-list. 2.1 resources have a feature / bug, so they

Re: The dbAdd action not working

2002-09-05 Thread Franck Lumpe
. Maybe it helps anyway. Regards, Franck Lumpe Iberplus Internet, s.l. www.iberplus.es - Original Message - From: "Antonio Gallardo Rivera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 5:20 AM Subject: Re: The dbAdd action not working

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
What we can do with this problem? :( I need to end forms to the next thursday :( How I can help? Antonio Gallardo. El Jueves, 05 de Septiembre de 2002 09:11, Antonio Gallardo Rivera escribió: > Gerhard: > > Many thanks, I put to it 3 points in the bugzilla ;) > > I hope it will be soon resolve

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
Gerhard: You are right! This simple action is working fine: but: does not work. :( How to make a workaround about that? maybe trough a or something like that? Antonio Gallardo. El Jueves, 05 de Septiembre de 2002 09:11, Antonio Gallardo Ri

Re: The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
Gerhard: Many thanks, I put to it 3 points in the bugzilla ;) I hope it will be soon resolved. Regards Antonio Gallardo El Jueves, 05 de Septiembre de 2002 08:46, Gerhard Hipfinger escribió: > Hi Antonio, > > This bug was reported from Ivan Luzyanin quite a long time ago. There is > a bug rep

Re: The dbAdd action not working

2002-09-05 Thread Gerhard Hipfinger
Hi Antonio, This bug was reported from Ivan Luzyanin quite a long time ago. There is a bug report under http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Please, confirm this bug, I hope someone will investigate this issue. This bug is the reason I can't switch to 2.1 (and still use 2.0.

RE: The dbAdd action not working

2002-09-05 Thread Klaus Bertram
t; Subject: The dbAdd action not working > > > Please help me: > > I am using Cocoon 2.1: > > In the sitemap I have: > > > > > > > > > The actions are declared: >

The dbAdd action not working

2002-09-05 Thread Antonio Gallardo Rivera
Please help me: I am using Cocoon 2.1: In the sitemap I have: The actions are declared: The match in the pipeline is:

RE: action not working

2002-07-30 Thread sylviat
Hi Vadim - Thanks for the suggestion - my code now works perfectly. I actually knew that an action not returning a map object will cause the rest of the pipeline, inside the , to be skipped. I didn't think this was my problem because in sample code 'employee.xsp' the action is not always exec

RE: action not working

2002-07-30 Thread Vadim Gritsenko
> From: sylviat [mailto:[EMAIL PROTECTED]] > > Vadim, thanks a lot for your reply. I now understand > the '../1' syntax. Unfortunately though it seems that > this is not the problem. > > The matchers in my pipeline are hard coded, ie: > > > > > > > If action set did not

RE: action not working

2002-07-30 Thread sylviat
Vadim, thanks a lot for your reply. I now understand the '../1' syntax. Unfortunately though it seems that this is not the problem. The matchers in my pipeline are hard coded, ie: I am getting "The requested URI /cocoon/demo/abc" was not found." message (I am running f

RE: action not working

2002-07-29 Thread Vadim Gritsenko
> From: sylviat [mailto:[EMAIL PROTECTED]] > > Hello - > > I am a new cocoon user having a problem with getting > an action to run from a pipeline. There is a FAQ > which describes my problem exactly "Why does Cocoon > return an error when I add an action to a pipeline?". Here is some info on

action not working

2002-07-29 Thread sylviat
Hello - I am a new cocoon user having a problem with getting an action to run from a pipeline. There is a FAQ which describes my problem exactly "Why does Cocoon return an error when I add an action to a pipeline?". I am sure the answer given is correct but I honestly don't understand it. Tha