Re: question regarding ActionForm

2005-10-03 Thread Niall Pemberton
Your previous answer seems to point to the culprit being the call to the third party software - as you don't have the source then maybe you should contact the third party to see if they can shed some light on this issue. I doubt the issue is Struts messing up the reference of the ActionForm passed

RE: question regarding ActionForm

2005-10-03 Thread Vince Law
ruts based app. Thanks, Vince -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 9:14 AM To: Struts Users Mailing List Subject: Re: question regarding ActionForm From: "Vince Law" <[EMAIL PROTECTED]> Sent: Monday, October 03, 200

Re: question regarding ActionForm

2005-10-03 Thread Niall Pemberton
From: "Vince Law" <[EMAIL PROTECTED]> Sent: Monday, October 03, 2005 9:09 AM > Niall, > > I am using Struts 1.2.7. > Tomcat 5.5.9 > OS - Window XP professional (with Service Pack 2) > > I tried what you suggested me: > ProgramGroupForm pgForm = > (ProgramGroupForm)request.getAttribute(mapping.getAt

RE: question regarding ActionForm

2005-10-03 Thread Vince Law
r 02, 2005 5:30 PM To: Struts Users Mailing List Subject: Re: question regarding ActionForm Firstly what version of Struts are you using? It probably doesn't make a difference, but its always useful to know. Could that call (or anything else) be affecting the attribute under which the A

Re: question regarding ActionForm

2005-10-02 Thread Niall Pemberton
Firstly what version of Struts are you using? It probably doesn't make a difference, but its always useful to know. Could that call (or anything else) be affecting the attribute under which the ActionForm is stored in the request? What happens if you retrieve the ActionForm from the request after

question regarding ActionForm

2005-10-02 Thread Vince Law
I am having a problem with ActionForm. Please help me out, because I have been trying to resolve this problem for the past 4 days without getting any solution for it. Thank you so much! I defined the form in the struts-config.xml as: The 3 actions that use the form-bean are: