Re: Passing parameters to a soap:call in an xsp:logic?

2008-12-10 Thread Smigge
I apparently forgot to reply to this. Any way, the latter one worked. Thanks! Varga Zsombor wrote: > > Hi! > > Try this way: > > > request.getParameter("SOAP_URL"); > > or you should use the xsp-request taglib: > > > > Zsombor > > On Thu, Dec 4, 2008 at 10:06, Smigge <[EMAIL PROTECT

Re: Passing parameters to a soap:call in an xsp:logic?

2008-12-04 Thread Varga Zsombor
Hi! Try this way: request.getParameter("SOAP_URL"); or you should use the xsp-request taglib: Zsombor On Thu, Dec 4, 2008 at 10:06, Smigge <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm trying to pass a URL to a soap:call. I know how to pass parameters to a > xsp that contains of plain java

Passing parameters to a soap:call in an xsp:logic?

2008-12-04 Thread Smigge
Hi! I'm trying to pass a URL to a soap:call. I know how to pass parameters to a xsp that contains of plain java code, but this doesn't seem to work: request.getParameter("SOAP_URL"); How can I get the parameter? Of course I could create the xsp file dynamically, but there