RE: XSP Function to get URL

2002-05-21 Thread Graaf, Edgar de (fin)
PROTECTED]] Verzonden: vrijdag 17 mei 2002 17:29 Aan: [EMAIL PROTECTED] Onderwerp: Re: XSP Function to get URL What about (its from cocoon's samples, there it's used with as="xml" and it's working at least in v2.0.1). Roman "Graaf, Edgar de (fin)" wrote: > I

Re: XSP Function to get URL

2002-05-17 Thread KOZLOV Roman
What about (its from cocoon's samples, there it's used with as="xml" and it's working at least in v2.0.1). Roman "Graaf, Edgar de (fin)" wrote: > I also tried this and could not get the right function (get-request-url or > something). > Try > ://: server-port/> > > Regards > > Edgar > > -

RE: XSP Function to get URL

2002-05-17 Thread Graaf, Edgar de (fin)
I also tried this and could not get the right function (get-request-url or something). Try ://: Regards Edgar -Oorspronkelijk bericht- Van: Zack Angelo [mailto:[EMAIL PROTECTED]] Verzonden: vrijdag 17 mei 2002 5:52 Aan: [EMAIL PROTECTED] Onderwerp: XSP Function to get URL Is there an

RE: XSP Function to get URL

2002-05-16 Thread Darrell Cumming
Hi Zack, You can get all that kind information from the request object. So maybe have a look at the Request Logic sheet. In the samples its http://localhost:8080/cocoon/xsp/request And the docs are here. http://xml.apache.org/cocoon/userdocs/xsp/request.html Hope that helps. Darrell > ---