Re: [S2] can't use ENUM type

2009-12-23 Thread mailtolouis2020-struts
Hi, Thanks,my getComboBox accepting ComboBoxType, and I use @package.path.comboboxt...@sex is working fine now. Regards LV From: Steven Yang To: Struts Users Mailing List Sent: Wed, December 23, 2009 1:26:48 AM Subject: Re: [S2] can't use ENUM type

Re: [S2] can't use ENUM type

2009-12-22 Thread Steven Yang
what does "getComboBox" accepting? an Enum value or Enum array? if an Enum value then you have to do @{include full package path}comboboxt...@sex On Wed, Dec 23, 2009 at 12:15 AM, wrote: > Hi, > > I got problem to using ENUM type in , here is my code: > >name="user.sex" > list="get

[S2] can't use ENUM type

2009-12-22 Thread mailtolouis2020-struts
Hi, I got problem to using ENUM type in , here is my code: but if I change to use String (e.g: list="getComboBox('SEX')"), and do the conversion in the action then it working fine. Is it a bug? Regards LV