RE: Can I do this?

2003-03-26 Thread Reinhard Pötz
To: [EMAIL PROTECTED] Subject: Re: Can I do this? It's really working :) Thanks ! :) I just have one problem, if I search for two terms it goes as term1+term2 and it produces no results, as well if i type them under quotes, like term1 term2 :| Can I parse the querystring on the fly

Re: Can I do this?

2003-03-26 Thread Konstantin Piroumian
and it produces no results, as well if i type them under quotes, like term1 term2 :| Can I parse the querystring on the fly ? Thanks - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:01 PM Subject: Re: Can I do this? Oops... forget

Re: Can I do this?

2003-03-25 Thread Ryan Hoegg
Have you considered doing this in an XSP or an Action? -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net [EMAIL PROTECTED] wrote: Can I (?) do anything like this: map:match pattern=search?query=* map:generate type=file src=http://blablabla?term={1} http://blablabla?term=%7B1%7D/

Re: Can I do this?

2003-03-25 Thread Marc Portier
you might want to look into the RequestParameterAction http://xml.apache.org/cocoon/apidocs/org/apache/cocoon/matching/RequestParameterMatcher.html

Re: Can I do this?

2003-03-25 Thread joaocesar
I'm new at cocoon, but it seems to me a little blurry where the right place to do something... And I don't know for example, what can I do with an action, so I was experimenting some techniques to have my objective done, but what I'm looking for, is: I've made a form to search for a term. When a

Re: Can I do this?

2003-03-25 Thread Tony Collen
On Tue, 25 Mar 2003 [EMAIL PROTECTED] wrote: I'm new at cocoon, but it seems to me a little blurry where the right place to do something... And I don't know for example, what can I do with an action, so I was experimenting some techniques to have my objective done, but what I'm looking for,

RE: Can I do this?

2003-03-25 Thread Reinhard Pötz
Checkout input modules - they should be available in 2.04. They grant you easy access to the request parameters. map:generate type=file src=http://blablabla?term={request:query}/ Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: Can I do this?

2003-03-25 Thread joaocesar
] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:29 PM Subject: RE: Can I do this? Checkout input modules - they should be available in 2.04. They grant you easy access to the request parameters. map:generate type=file src=http://blablabla?term={request:query}/ Regards, Reinhard -Original

RE: Can I do this?

2003-03-25 Thread Reinhard Pötz
this will change in the nearer future. Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:48 PM To: [EMAIL PROTECTED] Subject: Re: Can I do this? Thanks :) I've added them into cocoon.xconf, but know i'm

Re: Can I do this?

2003-03-25 Thread joaocesar
Oops... forget it I've changed the wrong cocoon.xconf (I'm working on the network, but have changed local file :| ), it's now error free:) Thanks - Original Message - From: Reinhard Pötz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:56 PM Subject: RE: Can I do

Re: Can I do this?

2003-03-25 Thread joaocesar
] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:01 PM Subject: Re: Can I do this? Oops... forget it I've changed the wrong cocoon.xconf (I'm working on the network, but have changed local file :| ), it's now error free:) Thanks - Original Message - From: Reinhard Pötz

Re: Can I do This ?

2001-09-18 Thread jose . camacho
i've just do it! cocoon + tomcat only ! and it goes well. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL