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
Title: Message Do you have the ServletContextListener and other lifecycle listeners which set up the containers configured? -Original Message-From: Gilbert, Jeffrey [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 3:11 PMTo: [EMAIL PROTECTED]Subject: [OS-webwo

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