Message in console

2006-03-26 Thread tmmet
Hi, Can anyone help me out.I am suing Strts. I get the below message in console.Not sure what I miss . Could anyone let me know how to avoid these messages filling up the console? Thanks in advance, org.apache.struts.util.PropertyMessageresources Initializing,config='org.apache.struts.taglib.bean

Exception in execute()

2005-11-07 Thread tmmet
Hi, I have a question. I haver a class which extends from Struts Action class. The execute method has been overridden as below. What will happen if I throw an application exception from the execute(). Will it be displayed on the jsp page/browser? Thanks in advance, Please see my code snippet below