Hi guys need your help is this because i don't have any entry for myCommonForm in struts config.?
-----Original Message----- From: Mathew, Manoj Sent: Wednesday, March 31, 2004 3:59 PM To: [EMAIL PROTECTED] Subject: 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]