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

fang tianying (JIRA) jira-events at lists.jboss.org
Wed Apr 16 21:53:44 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3039?page=all ]

fang tianying closed RF-3039.
-----------------------------


> 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