You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Russ Baker (JIRA)" <de...@beehive.apache.org> on 2006/07/25 20:46:14 UTC

[jira] Commented: (BEEHIVE-1078) Control interface properties aren't added as properties in the control's BeanInfo

    [ http://issues.apache.org/jira/browse/BEEHIVE-1078?page=comments#action_12423408 ] 
            
Russ Baker commented on BEEHIVE-1078:
-------------------------------------

I recommend that this bug be closed. I have confirmed that the properties are being set. The control's generated BeanInfo class was accessed via the java.beans.Introspector getBeanInfo static method. The properties were then checked by accessing the PropertyDescriptor array via the getPropertyDescriptors method on the control's generated BeanInfo class. This was checked against SVN#425410.

> Control interface properties aren't added as properties in the control's BeanInfo
> ---------------------------------------------------------------------------------
>
>                 Key: BEEHIVE-1078
>                 URL: http://issues.apache.org/jira/browse/BEEHIVE-1078
>             Project: Beehive
>          Issue Type: Bug
>          Components: Controls
>    Affects Versions: 1.0.1
>            Reporter: Chad Schoettger
>         Assigned To: Jacob Danner
>             Fix For: v.next
>
>         Attachments: beehive-1078-sample.zip
>
>
> If public getters/setters are declared in a control interface they aren't being added as properties in the control's generated BeanInfo class.  Based on a quick look at the code it appears that this is not due to a bug, it just hasn't even been done.  I'm filing this as a bug instead of enhancement since it seems like an oversight.
> Will attach small sample app.

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