• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Trying to Learn Struts: Errors

 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, this is going to be a very long post because I am trying to do a simple struts example found here and I am getting an error.
System:
Windows XP
Tomcat 4.1
Struts 1.0
So I will begin with some code.
web.xml

struts-config.xml

PgInput.jsp

PgDisplay.jsp

Ok, that is what I feel the relevent code for my problem. I have the code for the beans if anyone wants to see them, but they are exactly what is on the PDF I posted above.
I have the following directory structure

Files
strutsexample-strutsexample.properties, web.xml, struts-config.xml, PgDisplay.jsp, PgInput.jsp
WEB-INF - struts-template.tld, struts-logic.tld, struts-bean.tld, struts-html.tld, struts.tld, struts-form.tld
classes - My java class files
lib - struts.jar
And finally the error message

Ok, I hope that someone can point out what I did wrong.
[ May 27, 2003: Message edited by: Gregg Bolinger ]
[ May 27, 2003: Message edited by: Gregg Bolinger ]
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic