Re: Struts commons logging and debugging

2005-01-22 Thread send2rajesh
Has anybody experienced the problem described below ? Thanks for help! - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 20, 2005 11:27 PM Subject: Struts commons logging and debugging Hi, I am using struts 1.1 with Weblogic 7. I am

Struts commons logging and debugging

2005-01-20 Thread send2rajesh
Hi, I am using struts 1.1 with Weblogic 7. I am having little difficulty debugging when I mess up things like : In JSP use a Form Bean property which I missed to define in the FormBean. or Type the wrong class name of the Form Bean in struts-config.xml The application just show the common error

Re: Struts Form Validation Question

2004-12-22 Thread send2rajesh
Thanks for your help Eddie! Regex worked perfect. I had given up hope on getting right regex. Thanks Again! - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 20, 2004 12:12 AM Subject: Re: Struts Form Vali

Struts Form Validation Question

2004-12-19 Thread send2rajesh
Hi, I am using struts validator plugin. I have form field which requires following validation: "Full Name can contain only letters, dashes (-), apsotrophes(') and single spaces" Here is the regex I am using for this validation : ^[a-zA-Z'-\s]*$ The only problem with this regex is that it allows use

Struts and Role specific Action Forwarding

2004-11-22 Thread send2rajesh
Hi, I am using struts 1.1. There is seed version or out of box version of the application. There is requirement that the application should be flexible enough to be customized for each client role. The roles are define in web.xml For example when user is in Role "A" View should be like JSP "A.j