WSAD Struts ClassCastException:org.apache.struts.action.ActionMappings

2002-06-27 Thread Mark Chen
:297) Mark Chen

VAJ 4.0 and WTE cant remove Attributes from request scope

2001-08-23 Thread Mark Chen
Hi, I found one suggestion from Johan about VAJ3.5.3 problem to cant remove attributes from request scope. I had a same problem when tried to setup VAJ 4.0 to run struts and I got the same problem as attached below. Anybody knows IBM has fixed this problem. Thanks! Mark Message:

Re: VAJ 4.0 and WTE cant remove Attributes from requestscope

2001-08-23 Thread Mark Chen
Geoff, Thank you very much!!! Regards, Mark Chen [EMAIL PROTECTED] 08/23/01 07:11PM Replace the following lines in the doEndTag() method in the FormTag class: pageContext.removeAttribute(Constants.BEAN_KEY,PageContext.REQUEST_SCOPE); pageContext.removeAttribute(Constants.FORM_KEY

Re: ActionForm and business object?

2001-08-14 Thread Mark Chen
Craig, Thanks! Mark [EMAIL PROTECTED] 08/13/01 07:03PM On Mon, 13 Aug 2001, Mark Chen wrote: I remembered that I read some article about separating business object from ActionForm using Some kind of util class built from Struts to extract info from business object or value object

ActionForm and business object?

2001-08-13 Thread Mark Chen
I remembered that I read some article about separating business object from ActionForm using Some kind of util class built from Struts to extract info from business object or value object. Unfortunately, I couldn't locate the document. Any help will be greatly appreciated! Mark Chen