displaying non-localized erorr messages

2006-11-09 Thread Youssef A. Mohammed
Hi all; There is a requirement to display a message that are retrieved from the backend system without the need to localize it tin the MessageResource files. That's the backend system will return a dynamic error message "ERROR 1 2 3" and I just want to display this using the html:errors tags

A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
Folks; I want to set of action classes that should operate only when user object in the session. How can I add some filter action to forward to some page (action forward) and bypass the main action classes. Regards, Youssef A. Mohammed Ali Senior System Analyst <h

RE: A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
SecurityFilter >... > > > SecurityFilter > *.do > > > SecurityFilter > *.jsp > > > > > > > From: Youssef A. Mohammed [mailto:[EMAIL PROTECTED] > Sent: 16 نوفم

RE: A Filter Action !

2006-11-16 Thread Youssef A. Mohammed
the chain before the action. Regards, Youssef A. Mohammed Ali Senior System Analyst Tel.: + (966 1) 472 2277 Ext. 226 Fax: + (966 1) 472 4772 P. O. Box: 55471 Riyadh, 11534, KSA > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Thursday, No

RE: A Filter Action !

2006-11-18 Thread Youssef A. Mohammed
object present return true // otherwise forward to your error page using RequestDispatcher.forward() } } I hope this will help you - Original Message - From: Youssef A. Mohammed <mailto:[EMAIL PROTECTED]> To: 'Struts &