Re: Exception processing Jsp page in my struts application.

2007-06-03 Thread vikas rao
Yes I am running on tomcat, and this message is being generated on the console window there: Jun 3,2007 10:12:18 PM org.apache.struts.util.PropertyMessageResourcesloadLocale WARNING: Resource org/apache/struts/taglib/html/LocalStrings_en.properties Not Found I am using apache-tomcat-6.0.10. My

Re: Exception processing Jsp page in my struts application.

2007-06-03 Thread Frank W. Zammetti
error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 03, 2007

Re: Exception processing Jsp page in my struts application.

2007-06-03 Thread Martin Gainty
ng a copy. Thank you. - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, June 03, 2007 1:29 PM Subject: Re: Exception processing Jsp page in my struts application. I'm guessing your running on To

Re: Exception processing Jsp page in my struts application.

2007-06-03 Thread Frank W. Zammetti
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

Exception processing Jsp page in my struts application.

2007-06-03 Thread vikas rao
This is the errror: org.apache.jasper.JasperException: An exception occurred processing JSP page /search.jsp at line 17 14: 15: 16: 17: 18: 19: 20: Nothing seems wrong with my line 17!! and my html tag is declared properly.. and in my struts-config.xml: Wondering what is wrong!!?? Th