Re: Actions and form methods ...

2005-03-30 Thread Stéphane Zuckerman
Erik Weber a écrit : 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

Re: Actions and form methods ...

2005-03-30 Thread Erik Weber
Try using request.getParameterNames to see what's actually being delivered to the server. Erik Stéphane Zuckerman wrote: Hello, Are the Action classes only processing "POST" forms ? I am asking this because I'd like to give some parameters to an Action I am creating, and can't get no result wit

Actions and form methods ...

2005-03-30 Thread Stéphane Zuckerman
Hello, Are the Action classes only processing "POST" forms ? I am asking this because I'd like to give some parameters to an Action I am creating, and can't get no result with the request.getParameter() method... Thank you for your time -- Stéphane Zuckerman -