Eduard,

I tried that. I thought spring would inject the field, but I keep
getting a NullPointer (after I get the field and try to use it). Are
there any other configurations that I need in web.xml? Right now,
among other things, I have the listener
org.springframework.web.context.ContextLoaderListener  defined in
web.xml.

Thanks,

On Mon, Nov 1, 2010 at 4:17 AM, Eduard Neuwirt
<eduard.neuw...@googlemail.com> wrote:
> Hello Jake,
>
> It is simple.
> Use struts/spring plug in.
> Declare your bean within your validator and let spring inject your
> validator.
>
> That's all
>
> Regards
> Eduard
> P.S.: Do not forget to define the corresponding setter method for injection
>
> Am 01.11.2010 08:37, schrieb Jake Vang:
>>
>> i have a custom field validator that extends FieldValidatorSupport.
>> inside this class, i need to access some beans as defined in
>> applicationContext.xml by Spring. how do i access the spring managed
>> beans? any help is appreciated.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to