[gatein-issues] [JBoss JIRA] (GTNPORTAL-2215) Use variable in wrong context

Vu Viet Phuong (Assigned) (JIRA) jira-events at lists.jboss.org
Wed Oct 26 00:54:45 EDT 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vu Viet Phuong reassigned GTNPORTAL-2215:
-----------------------------------------

    Assignee: Vu Viet Phuong

    
> Use variable in wrong context
> -----------------------------
>
>                 Key: GTNPORTAL-2215
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2215
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Trong Tran
>            Assignee: Vu Viet Phuong
>              Labels: portal-s63, synced
>             Fix For: 3.2.0-M02
>
>
> Hi,
> At the level of this component: *exoplatform.webui.form.ext.UIFormInputSetWithAction*
> it is impossible to modify the attribute using the method isView *setIsView*
> {code:java}
> public void setIsView(boolean isView)
>    {
>       isView = isView;
>    }
> {code}
> this must be added at the beginning of the line as follows
> {code:java}
> public void setIsView(boolean isView)
>    {
>       this.isView = isView;
>    }
> {code}
> otherwise we should change the name of the input variable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list