Re: Spring autowiring null values

2008-05-21 Thread Dave Newton
--- Ian Meikle <[EMAIL PROTECTED]> wrote: > I do not think this is a Sprin issue, I stated in my last mail > that I though this was an issue with the pluing for Spring for > Struts2. > > However it looks like this was not the case, after further > investigation, it looks like it is the Instantia

Re: Spring autowiring null values

2008-05-21 Thread Ian Meikle
ers Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values --- Ian Meikle <[EMAIL PROTECTED]> wrote: > Yes I have tried, but as I previously said, this is the STRUTS2 > Spring plugin that is causing this behaviour NOT Spring. >

Re: Spring autowiring null values

2008-05-20 Thread Dave Newton
--- Ian Meikle <[EMAIL PROTECTED]> wrote: > Yes I have tried, but as I previously said, this is the STRUTS2 > Spring plugin that is causing this behaviour NOT Spring. > > More details: > > I have a ModelDrive action. > In my JSP, I have the tag: > > > In some situations when we call the

Re: Spring autowiring null values

2008-05-20 Thread Ian Meikle
. - Dave Newton <[EMAIL PROTECTED]> 20.05.2008 13:46 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values Have you *tried* se

Re: Spring autowiring null values

2008-05-20 Thread Dave Newton
- > > > > > Dave Newton <[EMAIL PROTECTED]> > 19.05.2008 17:16 > Please respond to > "Struts Users Mailing List" > > > To > Struts Users Mailing List > cc > > Subject > Re: Spring autowiring null values > > &g

Re: Spring autowiring null values

2008-05-20 Thread Ian Meikle
. - Dave Newton <[EMAIL PROTECTED]> 19.05.2008 17:16 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: S

Re: Spring autowiring null values

2008-05-19 Thread Dave Newton
--- Ian Meikle <[EMAIL PROTECTED]> wrote: > I have already read this page, the possible values are given as: > > name, type, auto or constructor. > > There is no NONE, or OFF value, and looking at the source code there > does not seem to be support for it either. > Hence why I am asking if there

Re: Spring autowiring null values

2008-05-19 Thread Ian Meikle
TED]> 19.05.2008 15:54 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values --- Ian Meikle <[EMAIL PROTECTED]> wrote: > We would like to turn off the autowiring completly. > I understand that this is no

Re: Spring autowiring null values

2008-05-19 Thread Dave Newton
--- Ian Meikle <[EMAIL PROTECTED]> wrote: > We would like to turn off the autowiring completly. > I understand that this is not really anything to do with STRUTS2, but > > since it seems to be set via the STRUTS Spring plugin > I thought you guys would know. It can be set either in the Spring con

Re: Spring autowiring null values

2008-05-19 Thread Joachim Ansorg
Dave Newton <[EMAIL PROTECTED]> 19.05.2008 15:28 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values Spring autowiring (is autowiring by name the default?) isn

Re: Spring autowiring null values

2008-05-19 Thread Ian Meikle
To Struts Users Mailing List cc Subject Re: Spring autowiring null values Spring autowiring (is autowiring by name the default?) isn't related to XWork at all AFAIK. Can you be a bit more specific about what behavior you're seeing contrasted against what you'd prefer? I mea

Re: Spring autowiring null values

2008-05-19 Thread Dave Newton
Spring autowiring (is autowiring by name the default?) isn't related to XWork at all AFAIK. Can you be a bit more specific about what behavior you're seeing contrasted against what you'd prefer? I mean, you can set Spring's default wiring to something else or turn it off altogether. Dave --- Ia

Spring autowiring null values

2008-05-19 Thread Ian Meikle
Hi, Is there a way of stopping Spring from autowiring values ? Especially null values ? We use Spring to set up our actions to ease the integration of hibernate, but we do not want Spring to set default values when property is null. Can this be turned off ? I have tried but this does not seem