• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Error in building an application using Struts2

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,

I am creating a sample application in Struts 2 but i am getting stuck due to some jar file missing used for the taglib.

My Programs are lke this:

My Pojo class:


My Action class:


My first jsp page:

My second jsp page:

My struts.xml:


My web.xml file:



Also I am using these jar files for my application:

struts2-core-2.2.3.jar
srtuts2-convention-plugin-2.2.3.jar
struts2-config-browser-plugin-2.2.3.jar

On deploying my application in Apache Tomcat 7

I am getting this type of error:





Which handler class is the Tomcat server talking about:
For struts-tags.tld file, I already knew that this tld file is stored in
struts2-core-2.2.3.jar file and I am using it too then why am i getting this type of error:


Also, What other jar files do i need for running my application.



Any reply for this topic is highly appreciable............


Thank You



 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic