Re: Interceptor to Autheticate User

2007-02-17 Thread Martin Gainty
PM Subject: RE: Interceptor to Autheticate User > Hi, the problem might be because you have forgotten to import certain jar > that should contain > SystemUtil class. > > >>From: manoj sinha <[EMAIL PROTECTED]> >>Reply-To: "Struts Users Mailing List" >

RE: Interceptor to Autheticate User

2007-02-17 Thread Yee Kai Lai
Hi, the problem might be because you have forgotten to import certain jar that should contain SystemUtil class. From: manoj sinha <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Interceptor to Autheticate User Date: Fri, 16 F

Re: Interceptor to Autheticate User

2007-02-16 Thread Nuwan Chandrasoma
It looks like SystemUtil class is not available on the classpath. Regards, Nuwan. - Original Message - From: "manoj sinha" <[EMAIL PROTECTED]> To: Sent: Friday, February 16, 2007 2:17 PM Subject: Interceptor to Autheticate User Hi, Wiil appreciate if some one co