Re: URL Parameters not working in Struts 2.0.6

2007-06-15 Thread Shibing . Chen
I have no idea. but it seams not a struts' bug, because in my DebugFilter, getQueryString returns null, so struts can't get any parameter. Is this true? On 6/15/07, Mike Jennings <[EMAIL PROTECTED]> wrote: Well I am glad that it is not just me and that I am not going crazy. I have had to role b

Re: URL Parameters not working in Struts 2.0.6

2007-06-15 Thread Mike Jennings
Well I am glad that it is not just me and that I am not going crazy. I have had to role back to using webwork 2.4 because it has a ServletDispatcher. JspSupportServlet com.opensymphony.webwork.views.JspSupportServlet 1 action com.opensymphony.webwork.dispatcher.ServletDispat

Re: URL Parameters not working in Struts 2.0.6

2007-06-15 Thread Shibing . Chen
I use tag and have this problem also. I have coded a DebugFilter and applied it before FilterDispatcher. In DebugFilter I output HttpServletRequest.getQueryString(), but it's always null. I'm so confused, is it a oc4j bug? On 6/15/07, tom tom <[EMAIL PROTECTED]> wrote: What exactly the tag you

Re: URL Parameters not working in Struts 2.0.6

2007-06-14 Thread tom tom
What exactly the tag you are using, Better to use the url tag with param which does the encoding properly Thanks --- Mike Jennings <[EMAIL PROTECTED]> wrote: > Can anyone tell me why this is happening to me. I > am using jdeveloper 10g > as my development platform. > > I want to call a action w

URL Parameters not working in Struts 2.0.6

2007-06-14 Thread Mike Jennings
Can anyone tell me why this is happening to me. I am using jdeveloper 10g as my development platform. I want to call a action with a url parameter. ex: someaction.action?id=123 but in my action where i have a getter and setter for id it is not being picked up. Could this be a issue with oc4j