You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Mathew, Manoj" <Ma...@principal.com> on 2004/03/31 23:58:42 UTC

Struts issue..working in local WSAD/iwndows but not in Web sphere Deployment/ AIX

I have a action form 
public class myForm1 extends myCommonForm{}

public abstract class myCommonForm extends ActionForm{}

public class myForm2 extends myCommonForm{}

Here myForm1 and myForm2 have some common properties which has put in myCommonForm(setters and getters) and i extend that in both the myForm1 and 2.  myForm1 and 2 has their own different propertis adn it's getters and setters too.

The issue is when i do myForm1  frm1 = (myForm1 ) form;
drm1 doesn't seems to have any value which are common(ie the properties in myCommonForm)..
It's working fine in windows local WSAD but not in web Sphere Server/AIX....
Please help me out
Manoj


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org