Dave,

Well thanks for the replies. Unfortunately I have no auto-wire configurations 
in my setup nor do I have "repositoryPassword" property set anywhere else. I 
have searched through the entire project and no matter what I change the name 
of the bean to (repositoryPassword to randomPassword) the value of the 
constructor keeps getting passed as an override method in the action re-direct.

Very odd indeed.

I switched from using Spring 2.0.2 to Spring 2.1 M2. Wonder if that has somehow 
made a difference having only changed my libraries? hmmm

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 12, 2007 1:46 PM
To: Struts Users Mailing List
Subject: RE: [S2] re-direct action barfing now?!

--- Paul Saumets wrote:
>     <bean id="repositoryPassword"
> class="java.lang.String">
>         <constructor-arg index="0" value="pass" />
>     </bean>
>
> For some reason the constructor value inside the
> "repositoryPassword" bean is the what always is
> being passed in the redirect-action as a Webwork
> bang ("!") method override?

Hmm.

My first guess would now be to suspect
autowire-by-name -- the question would then be to
understand what, if anything, has something called
"repositoryPassword".

Does any of *your* code, config, JSP have a
"repositoryPassword" property? (Right now I'd guess it
exists somewhere, but who knows :)

d.




____________________________________________________________________________________
The fish are biting.
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php

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




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

Reply via email to