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/04 19:48:01 UTC

[jira] Created: (JELLY-114) ActionTag ignores the enabled property

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-114
    Summary: ActionTag ignores the enabled property
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: jelly
 Components: 
             taglib.swing
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Klaus Rennecke

    Created: Sun, 4 Jul 2004 10:47 AM
    Updated: Sun, 4 Jul 2004 10:47 AM

Description:
Since 'enabled' is a bean property and not a custom property on Action, the custom setBeanProperties fails to set this property on any configured action.

Symptom: configure an action that is enabled="false", use it with a button for instance, button stays enabled.



---------------------------------------------------------------------
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


[jira] Updated: (JELLY-114) ActionTag ignores the enabled property

Posted by co...@jakarta.apache.org.
The following issue has been updated:

    Updater: Klaus Rennecke (mailto:kre@pobox.com)
       Date: Sun, 4 Jul 2004 11:13 AM
    Comment:
The previous patch failed to account for the capitalisation applied to the name. JELLY-114-2.patch fixes that.

    Changes:
             Attachment changed to JELLY-114-2.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JELLY-114?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-114
    Summary: ActionTag ignores the enabled property
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: jelly
 Components: 
             taglib.swing
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Klaus Rennecke

    Created: Sun, 4 Jul 2004 10:47 AM
    Updated: Sun, 4 Jul 2004 11:13 AM

Description:
Since 'enabled' is a bean property and not a custom property on Action, the custom setBeanProperties fails to set this property on any configured action.

Symptom: configure an action that is enabled="false", use it with a button for instance, button stays enabled.



---------------------------------------------------------------------
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


[jira] Closed: (JELLY-114) ActionTag ignores the enabled property

Posted by co...@jakarta.apache.org.
Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Tue, 7 Sep 2004 9:56 AM

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-114
    Summary: ActionTag ignores the enabled property
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: jelly
 Components: 
             taglib.swing
   Fix Fors:
             1.0-beta-4
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Klaus Rennecke

    Created: Sun, 4 Jul 2004 10:47 AM
    Updated: Tue, 7 Sep 2004 9:56 AM

Description:
Since 'enabled' is a bean property and not a custom property on Action, the custom setBeanProperties fails to set this property on any configured action.

Symptom: configure an action that is enabled="false", use it with a button for instance, button stays enabled.



---------------------------------------------------------------------
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


[jira] Updated: (JELLY-114) ActionTag ignores the enabled property

Posted by co...@jakarta.apache.org.
The following issue has been updated:

    Updater: Klaus Rennecke (mailto:kre@pobox.com)
       Date: Sun, 4 Jul 2004 10:50 AM
    Comment:
Proposed patch
    Changes:
             Attachment changed to JELLY-114.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JELLY-114?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-114
    Summary: ActionTag ignores the enabled property
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: jelly
 Components: 
             taglib.swing
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Klaus Rennecke

    Created: Sun, 4 Jul 2004 10:47 AM
    Updated: Sun, 4 Jul 2004 10:50 AM

Description:
Since 'enabled' is a bean property and not a custom property on Action, the custom setBeanProperties fails to set this property on any configured action.

Symptom: configure an action that is enabled="false", use it with a button for instance, button stays enabled.



---------------------------------------------------------------------
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


[jira] Updated: (JELLY-114) ActionTag ignores the enabled property

Posted by co...@jakarta.apache.org.
The following issue has been updated:

    Updater: Hans Gilde (mailto:hansgilde@earthlink.net)
       Date: Thu, 26 Aug 2004 7:29 PM
    Comment:
A patch just like the other, but uses the proper BeanUtils.copyProperty rather than setProperty. Also, cleans up ActionTag a little bit.
    Changes:
             Attachment changed to action-fix.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JELLY-114?page=history

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-114
    Summary: ActionTag ignores the enabled property
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: jelly
 Components: 
             taglib.swing
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Klaus Rennecke

    Created: Sun, 4 Jul 2004 10:47 AM
    Updated: Thu, 26 Aug 2004 7:29 PM

Description:
Since 'enabled' is a bean property and not a custom property on Action, the custom setBeanProperties fails to set this property on any configured action.

Symptom: configure an action that is enabled="false", use it with a button for instance, button stays enabled.



---------------------------------------------------------------------
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