Piotr Matkowski wrote:
Maybe Enums should be handled by struts by default? Why they aren't handled?

Enum conversion broken/unsupported in OGNL's default type converter. I can't recall where. I spent hours hunting it down and put it in the too hard basket... However, if you enable XWork's default Enum convert it works just fine without further configuration

ie. com.opensymphony.xwork2.util.EnumTypeConverter

You can enable that converter in the default converters file, or enable it for individual properties.

I'm not sure why it's not enabled by default.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to