wicket should handle Enums like other primitives when injecting them.
---------------------------------------------------------------------

                 Key: WICKET-2619
                 URL: https://issues.apache.org/jira/browse/WICKET-2619
             Project: Wicket
          Issue Type: Bug
          Components: wicket, wicket-spring
    Affects Versions: 1.4.4
         Environment: tested with spring.
            Reporter: Andreas Petersson
            Priority: Minor
         Attachments: handle_enums_as_Primitives.patch

when binding Enum with the use of a factory-method it is not possible to inject 
the generated value. Primitives such as Integer, boolean etc are already 
handled directly, since they need no specific serialization handling. enums can 
be used likewise. i will provide a half-line patch for LazyInitProxyFactory 
which will fix this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to