[richfaces-issues] [JBoss JIRA] Created: (RF-3039) EL Expression problem, inner class cann't be accessed.

fang tianying (JIRA) jira-events at lists.jboss.org
Fri Apr 11 08:21:04 EDT 2008


EL Expression problem, inner class cann't be accessed.
------------------------------------------------------

                 Key: RF-3039
                 URL: http://jira.jboss.com/jira/browse/RF-3039
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: any
            Reporter: fang tianying
            Priority: Minor


fields of Inner class cann't be accessed . for example:

XXBean.java:
public class XXBean{
}
class AnInnerClass{
    String name;
    // getter and setters
   ...
}

the field 'name' of AnInnerClass will never able to be accessed (RF throws an exception), unless change the AnInnerClass to an normal class, ie, declared in a single file, 'public class ....'

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

        



More information about the richfaces-issues mailing list