I'm guessing your running on Tomcat? If so, can you look for the stack trace that should accompany this in localhost_log.*... that should give you more of a clue what's going on (I don't see anything obvious wrong, but with just the snippet and no stack trace it's tough to tell)... even if you can find the exception type, that might shed some light on things.

Frank

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
and "JavaScript, DOM Scripting and Ajax Projects"
 (2007, Apress, ISBN 1-59059-816-4)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

vikas rao wrote:
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.


------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.8.7/829 - Release Date: 6/2/2007 5:26 PM


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to