Try using request.getParameterNames to see what's actually being delivered to the server.
I did try it (although I should have mentionned it). I've progressed a little so far : it seems that if I type the url directly inside the navigation bar, it works. But in fact it is a javascript function that does the request (I use an XMLHttpRequest, that does something like
req.open("GET","http://localhost:8080/req/test.do?q=foo",true);
But then the query string "disappears" (well at least, it doesn't reach the action ...)
-- Stéphane Zuckerman
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]