• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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 ]
 
Thanks tiny ad, for helping me escape the terrible comfort of this chair.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic