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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]