Ability to find inner-class enums without Outer$Inner syntax (in 
options-enumeration tag)
-----------------------------------------------------------------------------------------

                 Key: STS-253
                 URL: http://mc4j.org/jira/browse/STS-253
             Project: Stripes
          Issue Type: Improvement
          Components: Tag Library
    Affects Versions: Release 1.4
            Reporter: Andy
         Assigned To: Tim Fennell


My enum is in a nested class... when specifying the class name in full dot 
notation, stripes:options-enumeration didn't find the class.

Possible workaround: change the dot before the inner class to dollar. That is, 
instead of
        "com.xxx.yyy.zzz.Abc.Def", use
        "com.xxx.yyy.zzz.Abc$Def". (This worked)

Preferred change to Stripes: Stripes should somehow know which '.' should 
really be '$'...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mc4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to