Re: Solution: bean attributes not displaying (please comment)

2001-05-31 Thread Thomas Peters
into the perform method, has been stored. Is that right? - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Thomas Peters [EMAIL PROTECTED] Sent: Thursday, May 31, 2001 12:01 AM Subject: Re: Solution: bean attributes not displaying (please comment

RE: Solution: bean attributes not displaying (please comment)

2001-05-30 Thread Lacerda, Wellington (AFIS)
If there is an ActionForm bean stored either on the request or on the session, remove it. The getAttribute method will return the name of the attribute in the session or in the request where the bean is stored under. The getScope says either session or request. This fragmnent is to be executed

Re: Solution: bean attributes not displaying (please comment)

2001-05-30 Thread Thomas Peters
The struts documentation indicates that 'mapping.getAttribute()' returns the mapping name. In the case of the perform method in an Action instance, this is a passed in property. Therefore, 'request.removeAttribute(mapping,getAttribute())' removes the stored attribute from the request context

Re: Solution: bean attributes not displaying (please comment)

2001-05-30 Thread Martin Cooper
. This is configurable in struts-config.xml. -- Martin Cooper - Original Message - From: Thomas Peters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 8:45 AM Subject: Re: Solution: bean attributes not displaying (please comment) The struts documentation indicates