You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/07/13 07:07:44 UTC

[jira] Commented: (JELLY-10) JellySwing should be strict on the attribue names it uses

The following comment has been added to this issue:

     Author: Hans Gilde
    Created: Mon, 12 Jul 2004 10:05 PM
       Body:
You may already know, but beanutils wants you to use copyProperty rather than setProperty. It seems that setProperty is meant for some custom use while copyProperty does what you're expecting.

See the latest JavaDoc for the BeanUtil class:  http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/BeanUtilsBean.html#setProperty(java.lang.Object, java.lang.String, java.lang.Object)


---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-10?page=comments#action_36631

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-10

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-10
    Summary: JellySwing should be strict on the attribue names it uses
       Type: Bug

     Status: Open
   Priority: Major

    Project: jelly
 Components: 
             taglib.swing

   Assignee: james strachan
   Reporter: james strachan

    Created: Fri, 18 Oct 2002 2:20 AM
    Updated: Mon, 12 Jul 2004 10:05 PM

Description:
http://marc.theaimsgroup.com/?l=jakarta-commons-user&m=103491984004524&w=2

Also there is a problem with the introspection code when setting properties on Swing components. e.g. witness the hacks we've had to put into the code...

http://jakarta.apache.org/commons/sandbox/jelly/xref/org/apache/commons/jelly/tags/swing/ComponentTag.html#301

We should fix this once and for all. Not sure the problem. Maybe its Swing components break the introspector code; we might just have to try call the setter method directly instead?


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org