RE: FormBean creation...

2002-11-14 Thread Craig R. McClanahan
On Thu, 14 Nov 2002, Karr, David wrote: > Date: Thu, 14 Nov 2002 13:09:25 -0800 > From: "Karr, David" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: FormB

RE: FormBean creation...

2002-11-14 Thread Craig R. McClanahan
On Thu, 14 Nov 2002 [EMAIL PROTECTED] wrote: > Date: Thu, 14 Nov 2002 16:02:30 -0500 > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: FormBean creation... > &g

RE: FormBean creation...

2002-11-14 Thread Karr, David
EMAIL PROTECTED]> > | > |11/14/2002 03:51 PM > | > > >| > > > > Please respond to "Struts Users Mailing List"

RE: FormBean creation...

2002-11-14 Thread Karr, David
From: "Karr, David" <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: Struts Users Mailing List <[EMAIL PROTECTED]> > > Subject: RE: FormBean creation... > > > > Actually, I believe the default Struts lo

RE: FormBean creation...

2002-11-14 Thread shakeel . mahate
| Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: (bcc: Shakeel Mahate/USTRA/ABB) Subject: RE: FormBean creation... Security Level:? Internal On Thu, 1

RE: FormBean creation...

2002-11-14 Thread Craig R. McClanahan
On Thu, 14 Nov 2002, Karr, David wrote: > Date: Thu, 14 Nov 2002 11:54:25 -0800 > From: "Karr, David" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: FormB

RE: FormBean creation...

2002-11-14 Thread Karr, David
Actually, I believe the default Struts logger is the SimpleLog, not log4j. Therefore, if you put a file named "simplelog.properties" in your "WEB-INF/classes" directory, with the following contents, you should get that debug output (untested): org.apache.commons.logging.simplelog.defaultlog = deb

RE: FormBean creation...

2002-11-14 Thread Sri Sankaran
Your analysis is all correct. The attribute name is how you refer to it in the action mapping -- compressedInfoForm in your case. So, if you save your form from action-1 to the request with this key, it won't be re-created. You can turn on logging by including a log4j.properties and log4j jar