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
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
)
[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
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 :
>
>
>
>
>
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
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
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
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:
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
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
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
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
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
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,
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
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
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
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
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'
19 matches
Mail list logo