It's just standard http parameter processing. You will get an array of Strings, ie String[].

Wouter De Vaal wrote:

I don't think you understood me correctly.
What I meant was that two times the parameter sp is used. It is my
understanding you should use different names for parameters to
distingish them.
On a basic level what value would I get when I would call
getParameter("sp") on HttpServletRequest? 1 or 2? This just looks
wrong..

Wouter

On 11/2/05, Hensley, Richard <[EMAIL PROTECTED]> wrote:
Nope, that's right. Tapestry doesn't really do much with the parameter
names, they are just place holders. The real important thing is the order of
the parameters.

Richard

-----Original Message-----
From: Wouter De Vaal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 02, 2005 11:51 AM
To: Tapestry users
Subject: DirectLink with multiple parameters - bug?

Hi,

When I create a DirectLink with multiple parameters like this:
<a href="#" jwcid="@DirectLink" listener="ognl:listeners.showDetail"
parameters="ognl:{1,2}">

The link gets rendered as
...$DirectLink.direct?sp=1&sp=2

So two times the sp=. This doesn't seem correct. Might this be a bug,
or am I missing something?

I'm using 4 beta 12

Regards,
Wouter

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


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



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



--


*Cumquat Information Technology*
De Dreef 19
3706 BR Zeist
T +31 (0)30 - 6940490
F +31 (0)10 - 6940499
http://www.cumquat.nl <http://www.cumquat.nl/>

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
M +31 6 22 384 318


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

Reply via email to