Re: passing parameters to xsp files

2003-06-03 Thread Steven Noels
On 2/06/2003 15:52 [EMAIL PROTECTED] wrote: This all works fine, updating and everything. Except for this: I want the right foreign key selected in my form. I cannot expect my users to select the right owner in the drop down box everytime they do an update. So I want to tell the owner.xsp file

RE: passing parameters to xsp files

2003-06-03 Thread Vindevogel - van Loco
Title: passing parameters to xsp files Hi Carolien,   I guess you want something like this . (I did it in plain xml/xsl, didn't find the time to use cocoon on this one, but it's a working sample. Where I use the document function in XSL, you should put the values you cincluded )  

Re: passing parameters to xsp files

2003-06-03 Thread Alexander Schatten
[EMAIL PROTECTED] wrote: This all works fine, updating and everything. Except for this: I want the right foreign key selected in my form. I cannot expect my users to select the right owner in the drop down box everytime they do an update. So I want to tell the owner.xsp file the owner_id of th

Re: Passing parameters from xsp to xsp

2003-03-18 Thread Yves Vindevogel
No, that's the same ... When the .html is called, the XSP can use the However, it calls a new match, where the values of the request are no longer available That's exactly my problem. > I don't know if it's possible but why don't you try this : > > > > >

Re: Passing parameters from xsp to xsp

2003-03-18 Thread Lionel Crine
I don't know if it's possible but why don't you try this : Lionel At 22:44 17/03/2003 +0100, you wrote: Hi, I need to pass request parameters from one XSP to another This is my sitemap

Re: Passing parameters

2003-02-12 Thread Eduardo Zurita
Thanks Nesto. A question: Why the jsp is as "type=file"? is It mandatory? Thanks again Eduardo. - Original Message - From: "Nesto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 3:17 PM Subject: Re: Passing parameters

Re: Passing parameters

2003-02-11 Thread Nesto
pe="jsp" Nesto - Original Message - From: "Eduardo Zurita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 2:16 PM Subject: Re: Passing parameters > OK. > > is there a way to pass a parameter from th

Re: Passing parameters

2003-02-11 Thread Eduardo Zurita
OK. is there a way to pass a parameter from the user querystring to a JSP generator? Thanks in advance Eduardo. - Original Message - From: "SAXESS - Hussayn Dabbous" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 1:07 PM Subject:

Re: Passing parameters

2003-02-11 Thread SAXESS - Hussayn Dabbous
Hy; i think, that depends on where your jsp-generator runs. if you want to call another webapp (same server, or other server), this is not possible with "standard cocoon". For this special case Lajos Moczar and me, we have built an add on, that allows to pass COOKIES from the browser to another we

Re: Passing parameters to an XSP

2003-01-30 Thread leo leonid
On Donnerstag, Januar 30, 2003, at 07:47 Uhr, Mark H wrote: I'm trying to pass parameters to an XSP but I'm getting an exception: unreported exception: org.apache.avalon.framework.parameters.ParameterException; must be caught or declared to be thrown I saw a similar post in the archives but

Re: Passing parameters to an XSP

2003-01-30 Thread Lajos
Mark - Yup, you do. I use something like: String myparam = ""; try { myparam = parameters.getParameter("myparam"); } catch (Exception e) { } Make sure it comes AFTER the root user tag in your XSP. Regards, Lajos Mark H wrote: I'm trying to pass parameters to an XSP but I'm ge

Re: Passing parameters to a logicsheet tag using xsp:param

2003-01-06 Thread Christian Haul
On 03.Jan.2003 -- 02:46 PM, Richard Bounds wrote: > Dear all, > > I'm trying to write a logicsheet that accepts dynamic parameters from the > XSP page (e.g. maybe request parameters, or session attributes), and uses > them to request data from our application. I'd like the xsp code to look > somet

RE: passing parameters to XSP, or rather transforming before including...

2002-11-27 Thread Alten, Jelle Paul (uto)
Hi Anna,   You are almost there! Just use "file.blabla" instead of file.html and create a pipeline that will match "file.blabla", and do a transformation on the file.html in this pipeling using your xsl.   Hope it helps,   Jelle     -Oorspronkelijk bericht-Van: Anna Afonchenko [mai

Re: Passing parameters to action-set

2002-10-09 Thread Kim Jelmoni
Ryan Agler wrote: > Try {../process} instead of {process} > or better if you use 2.1 try with the input-modules (check in the cocoon.xconf which one is set): {request:process} {attribute:process} > -Original Message- > From: Robin Wyles [mailto:[EMAIL PROTECTED]] > Sent: Wednesday,

RE: Passing parameters to action-set

2002-10-08 Thread Ryan Agler
Try {../process} instead of {process} -Original Message- From: Robin Wyles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 3:04 AM To: [EMAIL PROTECTED] Subject: Passing parameters to action-set Hi All, Apologies if this has been answered before, I can't find it in the arc

RE: passing parameters to a stylesheet

2002-04-11 Thread Vadim Gritsenko
To pass single param, see sample sitemap: and stylesheets/dynamic-page2html.xsl stylesheet. Also see http://www.cocooncenter.de/cc/documents/resources/request-params/transfo rmer.html on how to pass *all* request parameters. Vadim > From: Ralph Holz [mai

RE: passing parameters to a template

2002-03-04 Thread Vadim Gritsenko
You may want to read http://xml.apache.org/cocoon/mail-lists.html, "Related Mailing Lists", and ask people on http://www.mulberrytech.com/xsl/ for help. PS Your question is not related to Cocoon, but to XSLT, right? Regards, Vadim > -Original Message- > From: DjiM [mailto:[EMAIL PROTECT

RE: passing parameters to stylesheet

2001-12-22 Thread Luca Morandini
Andreas, this question has been answered over and over... could you just go to: http://marc.theaimsgroup.com/?l=xml-cocoon-users&r=1&w=2 and search for similar posts ? I'm sure you will find plenty of them. Best regards, - Luca Mora

Re: passing parameters from XML file to XML file

2001-06-20 Thread matthieu VIDAL
Hi what's a parameter for a XML ? Are you talking about XSP request parameters ? or ? - Original Message - From: Mohamed Ramzy <[EMAIL PROTECTED]> To: Cocoon list <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 12:21 AM Subject: passing parameters from XML file to XML file > hi > i'