You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-dev@incubator.apache.org by Matthias Wessendorf <ma...@apache.org> on 2006/04/19 20:50:19 UTC

Fwd: MODERATE for adffaces-issues@incubator.apache.org

Hi,

can we "auto add" jira <at> apache <dot> org for the adffaces issues list?

No idea how to enable this.

thanks,
Matthias

---------- Forwarded message ----------
From: "Frank Felix Debatin (JIRA)" <ji...@apache.org>
To: adffaces-issues@incubator.apache.org
Date: Wed, 19 Apr 2006 20:46:39 +0000 (GMT+00:00)
Subject: [jira] Created: (ADFFACES-1) tableSelectMany may break with
non-string row keys
tableSelectMany may break with non-string row keys
--------------------------------------------------

         Key: ADFFACES-1
         URL: http://issues.apache.org/jira/browse/ADFFACES-1
     Project: MyFaces ADF-Faces
        Type: Bug

 Environment: all
    Reporter: Frank Felix Debatin


from RowKeySet.java: the cast to String is unnecessary and wrong.
(This would break if you clicked "Select All", then deselected a row,
and had a non-string row key).

 private Object _next()
      {
        while(rowKeyIterator.hasNext())
        {
          String rowKey = (String) rowKeyIterator.next(); // !?
          if (!set.contains(rowKey))
            return rowKey;
        }
        return null;
      }


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

Re: MODERATE for adffaces-issues@incubator.apache.org

Posted by Manfred Geiler <ma...@gmail.com>.
Just changed the sender email to adffaces-issues at
incubator.apache.org<ad...@incubator.apache.org>in Jira. So,
Jira notifications should now have this address as from header.

Hint: To permanently allow an email address on an ezlml list just hit the
"reply to all" button for the moderator mail.

Manfred



On 4/19/06, Matthias Wessendorf <ma...@apache.org> wrote:
>
> Hi,
>
> can we "auto add" jira <at> apache <dot> org for the adffaces issues list?
>
> No idea how to enable this.
>
> thanks,
> Matthias
>
> ---------- Forwarded message ----------
> From: "Frank Felix Debatin (JIRA)" <ji...@apache.org>
> To: adffaces-issues@incubator.apache.org
> Date: Wed, 19 Apr 2006 20:46:39 +0000 (GMT+00:00)
> Subject: [jira] Created: (ADFFACES-1) tableSelectMany may break with
> non-string row keys
> tableSelectMany may break with non-string row keys
> --------------------------------------------------
>
>          Key: ADFFACES-1
>          URL: http://issues.apache.org/jira/browse/ADFFACES-1
>      Project: MyFaces ADF-Faces
>         Type: Bug
>
> Environment: all
>     Reporter: Frank Felix Debatin
>
>
> from RowKeySet.java: the cast to String is unnecessary and wrong.
> (This would break if you clicked "Select All", then deselected a row,
> and had a non-string row key).
>
> private Object _next()
>       {
>         while(rowKeyIterator.hasNext())
>         {
>           String rowKey = (String) rowKeyIterator.next(); // !?
>           if (!set.contains(rowKey))
>             return rowKey;
>         }
>         return null;
>       }
>
>
> --
> 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
>