Re: Struts 2 URL parameters lost - final status

2007-08-15 Thread rakeshxp
unit tests for those, too. Sun has a > decent write-up in their Java documentation: > > http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html > > Especially read the "Groups and Capturing" section, it's a handy tool to > have in your portfolio. >

Re: Struts 2 URL parameters lost - final final status

2007-08-09 Thread JBL
n the action, the request map (when we > implement RequestAware), the parameter map (when we implement > ParameterAware), or a custom interceptor we put at the top of the > interceptor stack. > -- View this message in context: http://www.nabble.com/Struts-2-URL-parameters-lost-tf4196254

Re: Struts 2 URL parameters lost

2007-08-06 Thread JBL
meters, but this works for now. Good luck. -- View this message in context: http://www.nabble.com/Struts-2-URL-parameters-lost-tf4196254.html#a12023713 Sent from the Struts - User mailing list archive at Nabble.com. - To uns

Re: Struts 2 URL parameters lost - update (no solution yet)

2007-08-01 Thread JBL
w.infoq.com/minibooks/starting-struts2 - please forgive the > plug); it suggests on page 23 that you should be able to see URL > parameters via the ParametersInterceptor. Nothing I've seen elsewhere > contradicts this, though the ParametersInterceptor page > (http://struts.apache.org/2.x

Re: Struts 2 URL parameters lost

2007-08-01 Thread JBL
his > > > > as described here: > http://struts.apache.org/2.x/docs/url.html > ? > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.na

Re: Struts 2 URL parameters lost

2007-08-01 Thread JBL
erceptor.html) says that >> it >> would "typically" be used to apply form parameters to an action. >> >> Any help would be appreciated. >> >> Thanks, >> >> Jon >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts-2-URL-parameters-lost-tf4196254.html#a11943812 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 URL parameters lost

2007-07-31 Thread Ian Roughley
Since it works for the form, but not the wildcard action mapping, it might be an issue with the action mapper. Try using a non-wildcard mapping to see if it makes a difference. /Ian JBL wrote: We have a link to a Struts 2 action that includes a URL parameter (.../something_method.action?name

Re: Struts 2 URL parameters lost

2007-07-31 Thread Oleg Mikheev
JBL wrote: We have a link to a Struts 2 action that includes a URL parameter (.../something_method.action?name=NAME), and the URL parameter is getting lost -- it doesn't show up in the action, the request map (when we implement RequestAware), the parameter map (when we implement ParameterAware),

Struts 2 URL parameters lost

2007-07-31 Thread JBL
e contradicts this, though the ParametersInterceptor page (http://struts.apache.org/2.x/docs/parameters-interceptor.html) says that it would "typically" be used to apply form parameters to an action. Any help would be appreciated. Thanks, Jon -- View this message in context: http://www