Struts 2 and QueryString

2007-02-23 Thread Matt Filion
I sent an post about this a few days ago and didnt really get a response. I'm starting to have the need to do some AJAX calls now and need some help on resolving this. I basically have not found any way to get the values from the querystring within an Interceptor or Action. I've tried accessing

Re: Struts 2 and QueryString

2007-02-23 Thread Tom Schneider
Might this be the issue: https://issues.apache.org/struts/browse/WW-1563 This was an issue for websphere, but other app servers may act the same. (Not jetty or jboss though) Tom On 2/23/07, Matt Filion [EMAIL PROTECTED] wrote: I sent an post about this a few days ago and didnt really get a

Re: Struts 2 and QueryString

2007-02-23 Thread Dave Newton
--- Matt Filion [EMAIL PROTECTED] wrote: I basically have not found any way to get the values from the querystring within an Interceptor or Action. I've tried accessing the request directly, having struts set the values for me on my action and by searching the value stack and cannot find

Re: Struts 2 and QueryString

2007-02-23 Thread Matt Filion
Mailing List user@struts.apache.org cc Subject Re: Struts 2 and QueryString Might this be the issue: https://issues.apache.org/struts/browse/WW-1563 This was an issue for websphere, but other app servers may act the same. (Not jetty or jboss though) Tom On 2/23/07, Matt Filion [EMAIL

Re: Struts 2 and QueryString - Found the Issue (OC4J 10.3.1)

2007-02-23 Thread Matt Filion
Subject Re: Struts 2 and QueryString --- Matt Filion [EMAIL PROTECTED] wrote: I basically have not found any way to get the values from the querystring within an Interceptor or Action. I've tried accessing the request directly, having struts set the values for me on my action