This is the errror:
org.apache.jasper.JasperException: An exception occurred processing JSP page
/search.jsp at line 17

14: <hr width="100%" noshade="true">
15: <html:errors/>
16:
17: <html:form action="/search" method="post">
18:
19: <table>
20: <tr>
Nothing seems wrong with my line 17!! and my html tag is declared properly..
and in my struts-config.xml:

<action-mappings>
 <action path="/search" type="employee.SearchAction"
 name="SearchForm" scope="request" validate="true"
 input="/search.jsp">
 </action>
</action-mappings>

Wondering what is wrong!!??
Thanks.
Vikas.

--
Sometimes I go about in pity for myself, and all the while, a great wind
carries me across the sky.

Reply via email to