Re: BEGINEER FOR STRUTS

2003-08-29 Thread dummu
ROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 6:57 AM Subject: Re: BEGINEER FOR STRUTS > Dear mahavir, > > check your web.xml file for tag lib configuration. > try to configure your tag lib as follows . > >

Re: BEGINEER FOR STRUTS

2003-08-29 Thread virupaksha
Dear mahavir, check your web.xml file for tag lib configuration. try to configure your tag lib as follows . strutsbean /WEB-INF/struts-bean.tld strutshtml /WEB-INF/struts-html.tld strutslogic /WEB-INF/struts-logic.tld it should work.. Regards, virupak

Re: Begineer For Struts

2003-08-28 Thread Christopher Jones (DHL UK)
Make sure commons-logging.jar is in the WEB-INF/lib directory of your application. You will require other dependent jars too that can be found in the WEB-INF/lib directory of the example applications included with the Struts download. Chris ---

Re: Begineer For Struts

2003-08-28 Thread Manfred Wolff
It seems the package commons-logging.jar is not placed in your classpath. Put it into WEB-INF/lib and evrything will work fine. Manfred mahavir wrote: hi i am begineer to struts.i had installed struts according to documentation but when ia m tring to browse the jsp file i had the following err

RE: BEGINEER FOR STRUTS

2003-08-28 Thread David Friedman
Mahavir, What are the lines in your web.xml for the struts-bean.tld? It needs lines similar to: /tags/struts-bean /WEB-INF/struts-bean.tld Regards, David (still up at midnight, like a true computer addict) -Original Message- From: mahavir [mailto:[EMAIL PROTECTED] Sen