Re: [C2] Howto ... IF in sitemap ...

2001-10-24 Thread Sylvain Wallez
Eduardo Godoy Vega a écrit : > > I fixed ... but ... everywhere I found > this line (including ParameterSelectorFactory.java file) > factory="org.apache.cocoon.selection.ParameterSelectorFactory"/> > > but ... If I use "src" insted of "factory" ... It works! >

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
I fixed ... but ... everywhere I found this line (including ParameterSelectorFactory.java file) but ... If I use "src" insted of "factory" ... It works! BTW ... which is the diff. between use "src" an

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
it! ... so ... What's wrong ??? :-( Thanks! Eduardo. -Original Message- From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 4:00 AM To: [EMAIL PROTECTED] Subject: Re: [C2] Howto ... IF in sitemap ... Your block isn't organized correctly :

Re: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Sylvain Wallez
Your block isn't organized correctly : <--- remove the "/" <--- close the block. A reminder also : the "parameter" selector test a String. This means the "unveil-it" action should put a string in the Map it returns. Eduardo Godoy Vega a écrit : > > What I'm doing wrong ? > h

RE: [C2] Howto ... IF in sitemap ...

2001-10-22 Thread SANSONE, AARON M [Non-Pharmacia/1000]
: Cocoon-Users Subject: [C2] Howto ... IF in sitemap ... Hi, I want to use some kind of "IF-ELSE" into sitemap... right now, I have this code ... "unveil_result" is a number returned by my action, and I want to choose a different XSP page if unveil_

RE: [C2] Howto ... IF in sitemap ...

2001-10-22 Thread Eduardo Godoy Vega
What I'm doing wrong ? here is my sitemap http://apache.org/cocoon/sitemap/1.0";>

Re: [C2] Howto ... IF in sitemap ...

2001-10-22 Thread Sylvain Wallez
Eduardo Godoy Vega a écrit : > > Hi, > I want to use some kind of "IF-ELSE" into sitemap... > > right now, I have this code ... > > > > > > > > > > > > > > > "unveil_result" is a number returned by my action, and I want to choose a > different XSP page if unveil_result is

[C2] Howto ... IF in sitemap ...

2001-10-22 Thread Eduardo Godoy Vega
Hi, I want to use some kind of "IF-ELSE" into sitemap... right now, I have this code ... "unveil_result" is a number returned by my action, and I want to choose a different XSP page if unveil_result is zero or if unveil_result equal one or if unveil_result is bigger than on