You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/01/23 12:17:18 UTC

[jira] Commented: (CLK-599) Support private and protected bindable variables

    [ https://issues.apache.org/jira/browse/CLK-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804069#action_12804069 ] 

Bob Schellink commented on CLK-599:
-----------------------------------

Fix checked in.

@Malcolm, you might want to double check this fix for thread safety. You can view the changes here:

http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java?r1=900775&r2=902382&diff_format=h

I've also made a slight change to XmlConfigService to only load parent classes up to but excluding Page.class.

http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/XmlConfigService.java?r1=893922&r2=902382&diff_format=h

> Support private and protected bindable variables
> ------------------------------------------------
>
>                 Key: CLK-599
>                 URL: https://issues.apache.org/jira/browse/CLK-599
>             Project: Click
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.1.0 RC1
>            Reporter: Bob Schellink
>            Assignee: Malcolm Edgar
>             Fix For: 2.1.0
>
>
> A common complaint against Apache Click is its use of public bindable variables.
> Would be good if Click supports binding of private and protected variables as well.

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