| 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./
|
 |
 |
|
|
subject: struts 1.2 begining
|
|
|