• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error using struts-html.tld file

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fellow Ranchers.

I am quite stumped on this one. I followed the example in Struts 1.1 tutorial in the forums, and everything seemed to work. But all of a sudden,
an error is coming up now. I have traced the problem back to using this
statement:



The struts-html.tld file is located in the /WEB-INF directory.

Once I place that statement in there, this is the error I get:


Any suggestions?

Thanks

Zak
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are the two dots supposed to be before the /WEB-INF

i'm new at this so that might be really stupid but I don't have those in my files
 
Zak Nixon
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Those dots have been removed but the error remains the same.

Zak
 
Zak Nixon
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally figured it out. Even though this error doesn't
help in anyway figure out what is going on, I found it.
The error was in my struts-config.xml file when I placed
an '!' in a form-bean field.....

How stupid am I?
Then :
Now:
 
Zak Nixon
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally figured it out. Even though this error doesn't
help in anyway figure out what is going on, I found it.
The error was in my struts-config.xml file when I placed
an '!' in a form-bean field.....

How stupid am I?
Then :
Now: :sleep

Zak
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic