This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes struts 1.2 begining Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts 1.2 begining" Watch "struts 1.2 begining" New topic
Author

struts 1.2 begining

Jomy George
Ranch Hand

Joined: Jan 13, 2011
Posts: 59
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.
jazz pal
Greenhorn

Joined: Mar 15, 2011
Posts: 7
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./
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: struts 1.2 begining
 
Similar Threads
Basic jars and Plugins to run struts application
struts 1.2 and declarative exception handling
Action class in Struts
resource problem when deploying on weblogic
Error in JSP[Unexpected Error]