Hi,

 

I have the following problem. I have a list that on one side comes out of an
object called CountryCode wich has a name and code field that is linked into
the list as follows:

 

<s:select id="registration_countryCode" name="country" multiple="false"

            list="country" listKey="code" listValue="name" label="Country:
">

 

      </s:select>

The action that is called by the form implements ModelDriven<User>, and the
user has a countryCode object as one of its fields under country. But when
the value comes back from the list it comes as a string, and the auto
population of the User object fails because of this. Is there anything I can
do to the jsp tags to change this? 

 

thanks,

Sid Bhatia
"Try not. Do...  or do not. There is no try" -- Yoda
_________________________
*  <mailto:sidharth.bha...@lehman.com> mailto:sidharth.bhat...@gmail.com 

 

Reply via email to