Re: Enum conversion problem

2007-12-13 Thread Vencent Chen
Ok,I'll check it out! On Dec 13, 2007 4:47 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Vencent Chen wrote: > > Hi,all! > > I am testing the Struts Showcase 2.0.11. > > With the Java 5 Enum conversion, I think the checkboxlist 's list > > property availableOperations just come from

Re: Enum conversion problem

2007-12-12 Thread Laurie Harper
Vencent Chen wrote: Hi,all! I am testing the Struts Showcase 2.0.11. With the Java 5 Enum conversion, I think the checkboxlist 's list property availableOperations just come from OperationsEnumAction's getAvailableOperations() method. So I change the name availableOperations to avai

Enum conversion problem

2007-12-12 Thread Vencent Chen
Hi,all! I am testing the Struts Showcase 2.0.11. With the Java 5 Enum conversion, I think the checkboxlist 's list property availableOperations just come from OperationsEnumAction's getAvailableOperations() method. So I change the name availableOperations to availableOperation .But it