• 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

struts 1.2 begining

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends ,

i am new to struts 1.2, and using struts complete reference to learn it.
i completed an exersise in this book and it produce one error.

could anyone identify the reason for that?

my error is


exception

org.apache.jasper.JasperException: An exception occurred processing JSP page /search.jsp at line 18

15:
16: <html:errors/>
17:
18: <html:form action="/search">
19:
20: <table>
21: <tr>




thanks in advance.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The issue from what I understand is coming because the .tld files cannot be located.
Confirm 2 things in your code
1. Is there a tag lib mentioned on the top of your jsp page?
2. Is there a web.xml entry for the same tag lib?

If there are present then share the exact entry for both your jsp and web.xml and we can look as to what's wrong with it.
J./
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic