global-parameters

2002-09-18 Thread Barbara Post

Hi, just noticed that the following does not work and it bugs me since I
don't know how the dev is up-to-date...

{/name_of_my_global_parameter} is empty.

Babs

---

>From Vadim in last May :
One thing left - to add {/paramname} syntax...
Hint-hint ;)

Vadim




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




my opinion on global-parameters

2002-09-12 Thread Barbara Post

I really wonder why they're so buggy to use... I have to have
../../  }-like path to access them, and they seem not to be as
path-logically accessible as the ordinary parameters, at least I have
troubles with them.

Just my two hot cents :-(

I will have a look at the other solution (definition in web.xml of global
stuff instead of the sitemap) :-/

Babs


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: global-parameters

2002-09-06 Thread Barbara Post

Hi Chris, nope, I have to use the "right path"... and have troubles with
level 6.

So...

Barbara
- Original Message -
From: "Christian Haul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 06, 2002 8:39 AM
Subject: Re: global-parameters


> On 05.Sep.2002 -- 06:25 PM, Barbara Post wrote:
> > Hello, evening here...
> >
> > In c2.1, do the global parameters respect the stack created by actions ?
> >
> > So, if I have pipeline 1 and 3 nested actions in it, in the latest one I
> > want to access "foo1" global-parameter, do I use {../../../foo1} ?
> >
> > In pipeline 2, with one action, {../foo1} ?
> >
> > Thanks, where is the right page of documentation on this ?
>
> Barbara, AFAIK you can always use {/foo}
>
> Chris.
> --
> C h r i s t i a n   H a u l
> [EMAIL PROTECTED]
> fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: global-parameters

2002-09-05 Thread Christian Haul

On 05.Sep.2002 -- 06:25 PM, Barbara Post wrote:
> Hello, evening here...
> 
> In c2.1, do the global parameters respect the stack created by actions ?
> 
> So, if I have pipeline 1 and 3 nested actions in it, in the latest one I
> want to access "foo1" global-parameter, do I use {../../../foo1} ?
> 
> In pipeline 2, with one action, {../foo1} ?
> 
> Thanks, where is the right page of documentation on this ?

Barbara, AFAIK you can always use {/foo}

Chris.
-- 
C h r i s t i a n   H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




do global-parameters absolutely work ?

2002-09-05 Thread Barbara Post

I change a pipeline, go to the url in the browser, and it keeps failing
although the levels' depth is correct. Either the pipeline's execution fails
or it says "no such level". I feel bugged. Thanks for any other feedback
about this.

Some pipeline perfectly work. Maybe I have to restart cocoon ?

Babs


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




global-parameters

2002-09-05 Thread Barbara Post

Hello, evening here...

In c2.1, do the global parameters respect the stack created by actions ?

So, if I have pipeline 1 and 3 nested actions in it, in the latest one I
want to access "foo1" global-parameter, do I use {../../../foo1} ?

In pipeline 2, with one action, {../foo1} ?

Thanks, where is the right page of documentation on this ?

Barbara


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Global parameters

2002-05-29 Thread Konstantin Piroumian

From: "Geoff Howard" <[EMAIL PROTECTED]>

> I believe that there is currently no way to do this, but there happened to
> be a similar proposal recently on the dev mailing list.  You should be
able
> to find the discussion here:
> http://marc.theaimsgroup.com/?t=10224924482&r=1&w=2

Which resulted in implementation of 'global-parameters' for a pipeline.
Thanks to Carsten.

Konstantin

>
> Geoff Howard
>
>
> -Original Message-
> From: Eduardo Godoy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 28, 2002 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: Global parameters
>
>
> Hi Folks,
> I'd like to know how to define a "global" parameter for all my
pipeline
> ...
> for example... the "Soap Host name" ... this parameter has to be used by
XSP
> and Actions.
>
> Right now I have to define the parameter for each  and for each 
> so, maybe this is not the best way to define the global parameters ... any
> idea? or something to read ?
>
>
> Thanks
> Eduardo.
>
> -
> 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 PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>

-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: Global parameters

2002-05-28 Thread Chitharanjan Das

You can do the following
Encompass the pipeline with an action say



 










sitemap entry for action parametersSet



...




Hope it was helpful .

Regds,
Chiths











-Original Message-
From: Geoff Howard [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 28, 2002 9:56 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Global parameters

I believe that there is currently no way to do this, but there happened
to
be a similar proposal recently on the dev mailing list.  You should be
able
to find the discussion here: 
http://marc.theaimsgroup.com/?t=10224924482&r=1&w=2

Geoff Howard


-Original Message-
From: Eduardo Godoy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 12:49 PM
To: [EMAIL PROTECTED]
Subject: Global parameters


Hi Folks,
I'd like to know how to define a "global" parameter for all my
pipeline
...
for example... the "Soap Host name" ... this parameter has to be used by
XSP
and Actions.

Right now I have to define the parameter for each http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: Global parameters

2002-05-28 Thread Geoff Howard

I believe that there is currently no way to do this, but there happened to
be a similar proposal recently on the dev mailing list.  You should be able
to find the discussion here: 
http://marc.theaimsgroup.com/?t=10224924482&r=1&w=2

Geoff Howard


-Original Message-
From: Eduardo Godoy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 12:49 PM
To: [EMAIL PROTECTED]
Subject: Global parameters


Hi Folks,
I'd like to know how to define a "global" parameter for all my pipeline
...
for example... the "Soap Host name" ... this parameter has to be used by XSP
and Actions.

Right now I have to define the parameter for each http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Global parameters

2002-05-28 Thread Eduardo Godoy



Hi Folks,
    I'd like to know how to define a 
"global" parameter for all my pipeline ...
for example... the "Soap Host name" ... this 
parameter has to be used by XSP and Actions.
 
Right now I have to define the parameter for each 

and for each 
 
so, maybe this is not the best way to define the 
global parameters ... any idea? or something to read ?
 
 
Thanks
Eduardo.


Re: Where to place global parameters..?

2002-01-31 Thread Bernhard Huber

Hi,

Cocoon2 offers a sample ParentComponentManager, for accessing JNDI
see documentation developing/parent-component-manger.html.
It explains integrating JNDI accesss.
Perhaps it helps you.

bye bernhard




-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof

Yes it will.

Thanks, Jorn.

On Thu, Jan 31, 2002 at 09:39:37PM +0100, Jozsa Kristof wrote:
> Hmm.. you mean I set my properties once per sitemap run with
> System.setProperty(), and it'll remain there?
> 
> Christopher
> 
> On Thu, Jan 31, 2002 at 09:35:42PM +0100, Jorn Heid wrote:
> > I don't know about a Cocoon specific solution but there are many
> > possibilities to do this:
> > 
> > System.getProperty()
> > Static class
> > Application attributes (s. Servlet documentation)
> > 
> > -Ursprungliche Nachricht-
> > Von: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 31. Januar 2002 21:25
> > An: [EMAIL PROTECTED]
> > Betreff: Where to place global parameters..?
> > 
> > 
> > Hi,
> > 
> > the subject may not be accurate. I'm using Cocoon in an EJB environment, and
> > I have to use some parameters, like JNDI settings from most of my own
> > Transformers, Selectors, Actions, and so. Is there any global space, where I
> > could propagate the JNDI settings _once_, and reach from any kind of Cocoon
> > class easily? (I said once, cause I dont like the solution of providing it
> > as a parameter in the sitemap at each Transformer, Action, etc..)
> > 
> > thanks much,
> > Christopher
> > --
> > .Digital.Yearning.for.Networked.Assassination.and.Xenocide
> > 
> > -
> > 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 PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> > 
> > 
> > -
> > 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 PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> > 
> 
> -- 
> .Digital.Yearning.for.Networked.Assassination.and.Xenocide
> 
> -
> 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 PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof

Hmm.. you mean I set my properties once per sitemap run with
System.setProperty(), and it'll remain there?

Christopher

On Thu, Jan 31, 2002 at 09:35:42PM +0100, Jorn Heid wrote:
> I don't know about a Cocoon specific solution but there are many
> possibilities to do this:
> 
> System.getProperty()
> Static class
> Application attributes (s. Servlet documentation)
> 
> -Ursprungliche Nachricht-
> Von: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 31. Januar 2002 21:25
> An: [EMAIL PROTECTED]
> Betreff: Where to place global parameters..?
> 
> 
> Hi,
> 
> the subject may not be accurate. I'm using Cocoon in an EJB environment, and
> I have to use some parameters, like JNDI settings from most of my own
> Transformers, Selectors, Actions, and so. Is there any global space, where I
> could propagate the JNDI settings _once_, and reach from any kind of Cocoon
> class easily? (I said once, cause I dont like the solution of providing it
> as a parameter in the sitemap at each Transformer, Action, etc..)
> 
> thanks much,
> Christopher
> --
> .Digital.Yearning.for.Networked.Assassination.and.Xenocide
> 
> -
> 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 PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 
> -
> 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 PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




AW: Where to place global parameters..?

2002-01-31 Thread Jorn Heid

I don't know about a Cocoon specific solution but there are many
possibilities to do this:

System.getProperty()
Static class
Application attributes (s. Servlet documentation)

-Ursprungliche Nachricht-
Von: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 31. Januar 2002 21:25
An: [EMAIL PROTECTED]
Betreff: Where to place global parameters..?


Hi,

the subject may not be accurate. I'm using Cocoon in an EJB environment, and
I have to use some parameters, like JNDI settings from most of my own
Transformers, Selectors, Actions, and so. Is there any global space, where I
could propagate the JNDI settings _once_, and reach from any kind of Cocoon
class easily? (I said once, cause I dont like the solution of providing it
as a parameter in the sitemap at each Transformer, Action, etc..)

thanks much,
Christopher
--
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


-
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 PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof

Hi,

the subject may not be accurate. I'm using Cocoon in an EJB environment, and
I have to use some parameters, like JNDI settings from most of my own
Transformers, Selectors, Actions, and so. Is there any global space, where I
could propagate the JNDI settings _once_, and reach from any kind of Cocoon
class easily? (I said once, cause I dont like the solution of providing it
as a parameter in the sitemap at each Transformer, Action, etc..)

thanks much,
Christopher
-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>