Hi,
Has anyone experience the following problem...

I have a Dynamic struts form bean used by my Struts action, looks like
following,

        <form-property name="xFrom"      type="java.lang.String"/>

and in the Bean class, I have 
        
String xFrom;
setXFrom(...) 
getXFrom()

but, this property is not being set. This is always null. Amazingly, if I
change the property name to 

        <form-property name="exFrom"     type="java.lang.String"/>

String exFrom;
setExFrom(...)
getExFrom()

This is working perfectly, does anyone know why? Is Struts expecting a
different method name?

Thanks a lot in advance,
Cheers,
Kari...

-----Original Message-----
From: Ted Husted [mailto:[EMAIL PROTECTED]
Sent: 26 November 2003 12:01
To: Struts Developers List
Subject: Re: 1.2.0 Resurrected


 > As for 1.2.0 testing, I would suggest we do TC 3.3.1a and 4.1.28,

Ooops, 4.1.29



---------------------------------------------------------------------
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]

Reply via email to