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]
