Thanks for the reply Dave -

It's a post.  And since posting to this group I've changed from Struts
2.0.11 -> 2.0.11.2 still with the same results.  

About the stack that was not my intention - Are those given by
struts-default?  Is that why they would be included twice.  



newton.dave wrote:
> 
> --- On Fri, 9/12/08, georz1 wrote:
>> I've run into an odd issue recently where data posted
>> from a form is being saved with %20 where a space is present.
> 
> Is it a GET or POST form? -- It's a 
> 
>> My app has been working for about a year and I have never
>> seen this happening and I don't recall changing something 
>> that would cause this.
> 
> I'm reasonably certain that the libraries wouldn't just up and change what
> they're doing without some reason to do so: I'd check your change logs.
> 
>> This is the stack from struts.xml
>> <interceptor-stack name="crudStack">
>>   <interceptor-ref name="exception" />
>>   <interceptor-ref name="checkbox" />
>>   <interceptor-ref name="params" />
>>   <interceptor-ref name="login" />
>>   <interceptor-ref name="static-params" />
>>   <interceptor-ref name="defaultStack" />
>> </interceptor-stack>
> 
> This stack will include the "exception", "checkbox", "params", and
> "static-params" interceptors twice--is that your intention?
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ParametersInterceptor-replacing-spaces-with--20-tp19462652p19463859.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to