>From Javascript I try to build a link something like:

var link = "${requestlink}" + "?firstparam=" + paramA + "&secondparam=" +
paramB;

But when this gets back to the server the only parameter available with
request.getParameter is the first one. How can I accomplish this?

-- 
View this message in context: 
http://www.nabble.com/Request-Parameters-tf4498661.html#a12830070
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to