RE: [OS-webwork] xwork and components and NullPointerExceptions

2004-02-22 Thread VisualJeff
VisualJeff > Sent: Thursday, February 19, 2004 5:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] xwork and components and NullPointerExceptions > > But what if I'm not using a web container just xwork? > > Jeff > > At 02:54 PM 2/19/2004 -0800, you wrote: > &g

RE: [OS-webwork] xwork and components and NullPointerExceptions

2004-02-19 Thread Jason Carreira
-webwork] xwork and components and NullPointerExceptions It looks to me as if xwork is not loading my component?         application     com.gilbert.providers.impl.TestProviderImpl     com.gilbert.providers.TestProviderAware     My action is implements

RE: [OS-webwork] xwork and components and NullPointerExceptions

2004-02-19 Thread Patrick Lightbody
MAIL PROTECTED] On Behalf Of > VisualJeff > Sent: Thursday, February 19, 2004 5:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] xwork and components and NullPointerExceptions > > But what if I'm not using a web container just xwork? > > Jeff > > At 02

Re: [OS-webwork] xwork and components and NullPointerExceptions

2004-02-19 Thread VisualJeff
But what if I'm not using a web container just xwork? Jeff At 02:54 PM 2/19/2004 -0800, you wrote: do you have these listeners and filters setup in your web.xml? container com.opensymphony.webwork.lifecycle.RequestLifecycleFilter container /* com.o

Re: [OS-webwork] xwork and components and NullPointerExceptions

2004-02-19 Thread Francisco Hernandez
do you have these listeners and filters setup in your web.xml? container com.opensymphony.webwork.lifecycle.RequestLifecycleFilter container /* com.opensymphony.webwork.lifecycle.ApplicationLifecycleListener com.o

[OS-webwork] xwork and components and NullPointerExceptions

2004-02-19 Thread Gilbert, Jeffrey
Title: xwork and components and NullPointerExceptions It looks to me as if xwork is not loading my component?         application     com.gilbert.providers.impl.TestProviderImpl     com.gilbert.providers.TestProviderAware     My action is implements TestProviderAware