<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>adffaces-issues@incubator.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/"/>
<id>http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/</id>
<updated>2013-05-25T17:29:38Z</updated>
<entry>
<title>[jira] Commented: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button</title>
<author><name>&quot;Blake Sullivan (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c27123644.1178907735333.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c27123644-1178907735333-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T18:22:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495116&#010;] &#010;&#010;Blake Sullivan commented on ADFFACES-266:&#010;-----------------------------------------&#010;&#010;I assume that the problem is that  supportsAdvancedForms(arc)  is returning false for your&#010;Agent because your agent doesn't support &lt;button&gt;.  In that case we really want useButtonTags&#010;to be able to return a value indicating the three choices, &lt;a&gt;, &lt;button&gt;, or &lt;input&gt;.&#010; If we don't care about subclasses (of which there are none in Trinidad), the easiest thing&#010;to do would be to inline useButtonTags into the one place where it is called.&#010;&#010;&gt; goButton on PDAs should be rendererd as a linked button and not a button&#010;&gt; ------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-266&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-266&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_oct27_05_33PM_goButton_pda.patch&#010;&gt;&#010;&gt;&#010;&gt; At present the following logic in GoButtonRenderer renders a goButton as a LINK (html&#010;'a' tag) on PDAs because they don't support button tag :&#010;&gt;  &#010;&gt; String element = useButtonTag ? "button" : "a";&#010;&gt;  &#010;&gt; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN*&#010;support 'input' tag of type 'Button'.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-338) adding styles to panelLabelAndMessage Help-facet</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c31782217.1178905635325.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c31782217-1178905635325-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T17:47:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495108&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-338:&#010;-----------------------------------------&#010;&#010;If you add a new styleclass that you want to skin, you need to document it in skin-selectors.xml.&#010;&#010;&gt; adding styles to panelLabelAndMessage Help-facet&#010;&gt; ------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-338&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-338&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_dec21_2_14PM_panelLabelAndMessage_help_facet_styling.patch&#010;&gt;&#010;&gt;&#010;&gt; panelLAbelAndMessage help-facet is not styled. I will add a styling class for it.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [jira] Commented: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button</title>
<author><name>Blake Sullivan &lt;blake.sullivan@oracle.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c4644AB69.7030906@oracle.com%3e"/>
<id>urn:uuid:%3c4644AB69-7030906@oracle-com%3e</id>
<updated>2007-05-11T17:44:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Jeanne Waldman (JIRA) wrote:&#010;&gt;     [ https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495100&#010;] &#010;&gt;&#010;&gt; Jeanne Waldman commented on ADFFACES-266:&#010;&gt; -----------------------------------------&#010;&gt;&#010;&gt; Yes, but what about all the devices that do not support JS? You've changed "a" to "input"&#010;for everything, not just for PDA.&#010;&gt;   &#010;I completely agree with Jeanne.  The question is why doesn't:&#010;&#010; protected boolean useButtonTags(RenderingContext arc)&#010;  {&#010;    return (supportsScripting(arc) &amp;&amp;&#010;            supportsAdvancedForms(arc) &amp;&amp;&#010;            supportsIntrinsicEvents(arc));&#010;           &#010;  }&#010;&#010;return true for your PDA?&#010;&#010;-- Blake Sullivan&#010;&gt;   &#010;&gt;&gt; goButton on PDAs should be rendererd as a linked button and not a button&#010;&gt;&gt; ------------------------------------------------------------------------&#010;&gt;&gt;&#010;&gt;&gt;                 Key: ADFFACES-266&#010;&gt;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-266&#010;&gt;&gt;             Project: MyFaces ADF-Faces&#010;&gt;&gt;          Issue Type: Improvement&#010;&gt;&gt;         Environment: PDA&#010;&gt;&gt;            Reporter: Piyush Hari&#010;&gt;&gt;            Priority: Minor&#010;&gt;&gt;         Attachments: patch_oct27_05_33PM_goButton_pda.patch&#010;&gt;&gt;&#010;&gt;&gt;&#010;&gt;&gt; At present the following logic in GoButtonRenderer renders a goButton as a LINK (html&#010;'a' tag) on PDAs because they don't support button tag :&#010;&gt;&gt;  &#010;&gt;&gt; String element = useButtonTag ? "button" : "a";&#010;&gt;&gt;  &#010;&gt;&gt; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN*&#010;support 'input' tag of type 'Button'.&#010;&gt;&gt;     &#010;&gt;&#010;&gt;   &#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c27253100.1178904555577.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c27253100-1178904555577-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T17:29:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495100&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-266:&#010;-----------------------------------------&#010;&#010;Yes, but what about all the devices that do not support JS? You've changed "a" to "input"&#010;for everything, not just for PDA.&#010;&#010;&gt; goButton on PDAs should be rendererd as a linked button and not a button&#010;&gt; ------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-266&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-266&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_oct27_05_33PM_goButton_pda.patch&#010;&gt;&#010;&gt;&#010;&gt; At present the following logic in GoButtonRenderer renders a goButton as a LINK (html&#010;'a' tag) on PDAs because they don't support button tag :&#010;&gt;  &#010;&gt; String element = useButtonTag ? "button" : "a";&#010;&gt;  &#010;&gt; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN*&#010;support 'input' tag of type 'Button'.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button</title>
<author><name>&quot;Piyush Hari (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c15091631.1178866755343.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c15091631-1178866755343-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T06:59:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494972&#010;] &#010;&#010;Piyush Hari commented on ADFFACES-266:&#010;--------------------------------------&#010;&#010;Jeanne,&#010;&#010;I had brought it up earlier on the list when I submitted the patch. Adam replied saying that&#010;"a href" was used instead of  "input" because he thought that all devices other than desktop&#010;where there is no JS support can use links atleast. PDAs DO HAVE JS support. Therefore , I&#010;have "input" element.&#010;&#010;&gt; goButton on PDAs should be rendererd as a linked button and not a button&#010;&gt; ------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-266&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-266&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_oct27_05_33PM_goButton_pda.patch&#010;&gt;&#010;&gt;&#010;&gt; At present the following logic in GoButtonRenderer renders a goButton as a LINK (html&#010;'a' tag) on PDAs because they don't support button tag :&#010;&gt;  &#010;&gt; String element = useButtonTag ? "button" : "a";&#010;&gt;  &#010;&gt; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN*&#010;support 'input' tag of type 'Button'.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c22374371.1178846475312.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c22374371-1178846475312-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T01:21:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494924&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-266:&#010;-----------------------------------------&#010;&#010;Hi Piyush,&#010;&#010;It seems a little heavy-handed to switch it from &lt;a&gt; to &lt;input&gt;.  It might be&#010;the case for pdas that input is better than a, but maybe there are other reasons why we'd&#010;want to use an a.&#010;&#010;    boolean useButtonTag = useButtonTags(arc);&#010;    String element = useButtonTag ? "button" : "a";  // you have "input" instead of "a".&#010;&#010;   &#010;  protected boolean useButtonTags(RenderingContext arc)&#010;  {&#010;    return (supportsScripting(arc) &amp;&amp;&#010;            supportsAdvancedForms(arc) &amp;&amp;&#010;            supportsIntrinsicEvents(arc));&#010;           &#010;  }&#010;&#010;Can you bring this up on the dev list to be sure? If we can't be sure, then we should only&#010;switch to input in the case of pda.&#010;&#010;&#010;- Jeanne&#010;&#010;&gt; goButton on PDAs should be rendererd as a linked button and not a button&#010;&gt; ------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-266&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-266&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_oct27_05_33PM_goButton_pda.patch&#010;&gt;&#010;&gt;&#010;&gt; At present the following logic in GoButtonRenderer renders a goButton as a LINK (html&#010;'a' tag) on PDAs because they don't support button tag :&#010;&gt;  &#010;&gt; String element = useButtonTag ? "button" : "a";&#010;&gt;  &#010;&gt; I wonder why a link is renderered when browsers that don't support 'button' tag *CAN*&#010;support 'input' tag of type 'Button'.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-481) Warning and Info icons don't display on PDAs</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c23376701.1178846115299.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c23376701-1178846115299-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T01:15:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman updated ADFFACES-481:&#010;------------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT&#010;           Status: Resolved  (was: Patch Available)&#010;&#010;committed for Piyush.&#010;svn 537064&#010;&#010;&gt; Warning and Info icons don't display on PDAs&#010;&gt; --------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-481&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-481&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: patch_may03_1_40PM_icon_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; The icon component renders a skin specific icon. Each skin implementation exposes a set&#010;of customizable icons that can be overridden by a custom skin. Each icon is identified by&#010;name.  "name" attribute is a name identifying which icon should be rendered. Valid values&#010;depend on the skin-family. Shortcut names exist for ".AFRequiredIcon", ".AFWarningIcon", ".AFInfoIcon",&#010;and ".AFErrorIcon". They are "required", "warning", "info", and "error" respectively. &#010;&gt; For PDAs, "warning" and "info' icons do not display. &#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c23875160.1178845995303.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c23875160-1178845995303-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T01:13:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman updated ADFFACES-486:&#010;------------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-plugins-SNAPSHOT&#010;           Status: Resolved  (was: Patch Available)&#010;&#010;fixed.&#010;svn 537064&#010;&#010;&gt; show/hide icons for a Tree component do not display on PDAs.&#010;&gt; ------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-486&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: patch_may07_1_22PM_treeskin_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the&#010;left of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (ADFFACES-481) Warning and Info icons don't display on PDAs</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c1572350.1178844559243.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1572350-1178844559243-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T00:49:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman reassigned ADFFACES-481:&#010;---------------------------------------&#010;&#010;    Assignee: Jeanne Waldman&#010;&#010;&gt; Warning and Info icons don't display on PDAs&#010;&gt; --------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-481&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-481&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may03_1_40PM_icon_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; The icon component renders a skin specific icon. Each skin implementation exposes a set&#010;of customizable icons that can be overridden by a custom skin. Each icon is identified by&#010;name.  "name" attribute is a name identifying which icon should be rendered. Valid values&#010;depend on the skin-family. Shortcut names exist for ".AFRequiredIcon", ".AFWarningIcon", ".AFInfoIcon",&#010;and ".AFErrorIcon". They are "required", "warning", "info", and "error" respectively. &#010;&gt; For PDAs, "warning" and "info' icons do not display. &#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c18487106.1178844558922.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c18487106-1178844558922-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T00:49:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494920&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-486:&#010;-----------------------------------------&#010;&#010;This is a simple fix. However I am going use an if else so that we don't set the text twice.&#010;Also the Trinidad code needs to use the "{" on their own lines, so I'll fix that.&#010;&#010;&gt; show/hide icons for a Tree component do not display on PDAs.&#010;&gt; ------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-486&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may07_1_22PM_treeskin_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the&#010;left of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c10161052.1178843655460.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c10161052-1178843655460-JavaMail-jira@brutus%3e</id>
<updated>2007-05-11T00:34:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman reassigned ADFFACES-486:&#010;---------------------------------------&#010;&#010;    Assignee: Jeanne Waldman&#010;&#010;&gt; show/hide icons for a Tree component do not display on PDAs.&#010;&gt; ------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-486&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may07_1_22PM_treeskin_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the&#010;left of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-489) DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c33333354.1178837415582.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c33333354-1178837415582-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T22:50:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman updated ADFFACES-489:&#010;------------------------------------&#010;&#010;    Status: Patch Available  (was: Open)&#010;&#010;&gt; DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element&#010;&gt; --------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-489&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-489&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;         Environment: Must have DEBUG-OUTPUT set to true.&#010;&gt;            Reporter: Mark Yvanovich&#010;&gt;             Fix For: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: ADFFaces-489-IndentingRW.diff&#010;&gt;&#010;&gt;&#010;&gt; I have a component, selectOneRadio, that renders the following HTML for each radio button:&#010;&gt; &lt;span&gt;&lt;input type='radio'/&gt;&lt;/span&gt;&lt;label&gt;My Label&lt;/label&gt;&#010;&gt; The HTML pretty printer is inserting space after the input element, causing extra space&#010;to be rendered between the input and the label.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-489) DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c25771837.1178837415521.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c25771837-1178837415521-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T22:50:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Jeanne Waldman updated ADFFACES-489:&#010;------------------------------------&#010;&#010;    Attachment: ADFFaces-489-IndentingRW.diff&#010;&#010;adding a patch with the one-line fix.&#010;Added "input" to this:&#010;    return ("img".equals(name)    ||&#010;            "a".equals(name)      ||&#010;            "br".equals(name)     ||&#010;            "span".equals(name)   ||&#010;            "div".equals(name)    ||&#010;            "area".equals(name)   ||&#010;            "u".equals(name)      ||&#010;            "i".equals(name)      ||&#010;            "input".equals(name)  ||&#010;            "b".equals(name)      ||&#010;            "em".equals(name)     ||&#010;            "strong".equals(name) ||&#010;            "map".equals(name)    ||&#010;            "label".equals(name)  ||&#010;            "font".equals(name)   ||&#010;            "table".equals(name)  ||&#010;            "tbody".equals(name)  ||&#010;            "tr".equals(name)     ||&#010;            "nobr".equals(name)   ||&#010;            "wbr".equals(name)   ||&#010;            "script".equals(name));&#010;&#010;&gt; DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element&#010;&gt; --------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-489&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-489&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;         Environment: Must have DEBUG-OUTPUT set to true.&#010;&gt;            Reporter: Mark Yvanovich&#010;&gt;             Fix For: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: ADFFaces-489-IndentingRW.diff&#010;&gt;&#010;&gt;&#010;&gt; I have a component, selectOneRadio, that renders the following HTML for each radio button:&#010;&gt; &lt;span&gt;&lt;input type='radio'/&gt;&lt;/span&gt;&lt;label&gt;My Label&lt;/label&gt;&#010;&gt; The HTML pretty printer is inserting space after the input element, causing extra space&#010;to be rendered between the input and the label.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-489) DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c2095366.1178837175652.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c2095366-1178837175652-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T22:46:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494885&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-489:&#010;-----------------------------------------&#010;&#010;I think the fix is to "input" to the _isWhiteSpaceSensitive list in IndentingResponseWriter.&#010;&#010;If I do this, then the newline after the input element is gone which is what we want.&#010;&#010;&gt; DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element&#010;&gt; --------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-489&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-489&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;         Environment: Must have DEBUG-OUTPUT set to true.&#010;&gt;            Reporter: Mark Yvanovich&#010;&gt;             Fix For: 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&gt; I have a component, selectOneRadio, that renders the following HTML for each radio button:&#010;&gt; &lt;span&gt;&lt;input type='radio'/&gt;&lt;/span&gt;&lt;label&gt;My Label&lt;/label&gt;&#010;&gt; The HTML pretty printer is inserting space after the input element, causing extra space&#010;to be rendered between the input and the label.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-489) DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element</title>
<author><name>&quot;Mark Yvanovich (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c11298405.1178836515556.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c11298405-1178836515556-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T22:35:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
DEBUG-OUTPUT HTML Pretty Printer inserts unwanted whitespace after input element&#010;--------------------------------------------------------------------------------&#010;&#010;                 Key: ADFFACES-489&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-489&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Bug&#010;    Affects Versions: 1.0.1-incubating-plugins-SNAPSHOT&#010;         Environment: Must have DEBUG-OUTPUT set to true.&#010;            Reporter: Mark Yvanovich&#010;             Fix For: 1.0.1-incubating-plugins-SNAPSHOT&#010;&#010;&#010;I have a component, selectOneRadio, that renders the following HTML for each radio button:&#010;&lt;span&gt;&lt;input type='radio'/&gt;&lt;/span&gt;&lt;label&gt;My Label&lt;/label&gt;&#010;&#010;The HTML pretty printer is inserting space after the input element, causing extra space to&#010;be rendered between the input and the label.&#010;&#010;&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (ADFFACES-488) TrinidadLogger.warning(Throwable) NPEs if t.getMessage() is null</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c11185511.1178820915512.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c11185511-1178820915512-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T18:15:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer resolved ADFFACES-488.&#010;---------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT&#010;                   2.0.0-incubating-core-SNAPSHOT&#010;&#010;Fixed on trunk and latest 1.2 branch.&#010;&#010;&gt; TrinidadLogger.warning(Throwable) NPEs if t.getMessage() is null&#010;&gt; ----------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-488&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-488&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Adam Winer&#010;&gt;         Assigned To: Adam Winer&#010;&gt;             Fix For: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&gt; Now that we use ResourceBundles for our loggers so we can have&#010;&gt; translations, it seems that we can get NPEs if you log a Throwable&#010;&gt; where t.getMessage() returns null, as the underlying java.util.logging.Formatter&#010;&gt; formatMessage() code handles MissingResourceExceptions but not&#010;&gt; NullPointerExceptions when it calls into the ResourceBundle.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-488) TrinidadLogger.warning(Throwable) NPEs if t.getMessage() is null</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c1928505.1178820435777.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1928505-1178820435777-JavaMail-jira@brutus%3e</id>
<updated>2007-05-10T18:07:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
TrinidadLogger.warning(Throwable) NPEs if t.getMessage() is null&#010;----------------------------------------------------------------&#010;&#010;                 Key: ADFFACES-488&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-488&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Bug&#010;    Affects Versions: 2.0.0-incubating-core-SNAPSHOT, 1.0.1-incubating-core-SNAPSHOT&#010;            Reporter: Adam Winer&#010;         Assigned To: Adam Winer&#010;&#010;&#010;Now that we use ResourceBundles for our loggers so we can have&#010;translations, it seems that we can get NPEs if you log a Throwable&#010;where t.getMessage() returns null, as the underlying java.util.logging.Formatter&#010;formatMessage() code handles MissingResourceExceptions but not&#010;NullPointerExceptions when it calls into the ResourceBundle.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-441) Adding localization to logging message and exception</title>
<author><name>&quot;jijun wang (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c31990042.1178749396264.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c31990042-1178749396264-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T22:23:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;jijun wang updated ADFFACES-441:&#010;--------------------------------&#010;&#010;    Attachment: trinidadexc2b.patch&#010;&#010;patch to localize exception string based on 536365(part 2 of 2: newly added files)&#010;&#010;&gt; Adding localization to logging message and exception&#010;&gt; ----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-441&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-441&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Generic&#010;&gt;            Reporter: jijun wang&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: trinidad.zip, trinidad2.zip, trinidad2b.zip, trinidad3a.zip, trinidad3b.zip,&#010;trinidadexc1a.patch, trinidadexc1b.patch, trinidadexc2a.patch, trinidadexc2b.patch&#010;&gt;&#010;&gt;&#010;&gt; Proposal: &#010;&gt; 1) use resource bundle for logging message in java files above fine level so those message&#010;could be localized; &#010;&gt; 2) localize part/all exception in java files with resource bundle&#010;&gt; Benefit:&#010;&gt; More information in local  language accessible for people in tech support, operation,&#010;deployment, field application etc whose software uses trinidad code&#010;&gt; Details:&#010;&gt; Trinidad-api and trinidad-impl will have their own LoggerBundle.xrts where message to&#010;be localized is defined. A LoggerUtils class will be added as a decorator in each project.&#010;LoggerUtils.createTrinidadLogger will return a TrinidadLogger instance with appropriate resource&#010;bundle attached.  Message localization in logging is thus available from java logging by inheritance.&#010;Localization in exception message is achieved by passing localized message to exception. For&#010;both logging and exception, server locale will be used. This might create inconsistency for&#010;exception when client locale and server locale are different.  Since an exception not captured&#010;would show both on server logger and client browser, using server locale is more practical.&#010;&gt; Open Issues:&#010;&gt; 1) Current API in TrinidadLogger is not enough to handle logging that contains message,&#010;message parameters and throwable. e.g&#010;&gt;  _LOG.warning("Unable to instantiate converterClass:" + converterName, e);  would become:&#010;&gt; _LOG.warning("UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e);  or &#010;&gt; _LOG.logp(Level.WARNING, ..."UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e)&#010;&gt; But we neither warning() nor logp() has API that would take (...String message, Object&#010;parm, throwable e) as signature. Should we add API or use 2 logging statements?&#010;&gt; _LOG.warning("Unable to instantiate converterClass:" + converterName;&#010;&gt; _LOG.warning(e);&#010;&gt; 2) Should LoggerUtils provide some methods like public static String getMessage(TrinidadLogger&#010;logger, String key (, Object params([])?)?) to retrieve localized string from resource bundle(parameter&#010;substitution could also be done in the method). The alternative is to use TrinidadLogger.getResourceBundle.getString(key)&#010;to retrieve localized message(in this case no parameter substitution or we don't localize&#010;exception message that carries parameters)&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-441) Adding localization to logging message and exception</title>
<author><name>&quot;jijun wang (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c1736659.1178749395967.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c1736659-1178749395967-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T22:23:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;jijun wang updated ADFFACES-441:&#010;--------------------------------&#010;&#010;    Attachment: trinidadexc2a.patch&#010;&#010;patch to localize exception string based on 536365(part 1 of 2: updated files)&#010;&#010;&gt; Adding localization to logging message and exception&#010;&gt; ----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-441&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-441&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Generic&#010;&gt;            Reporter: jijun wang&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: trinidad.zip, trinidad2.zip, trinidad2b.zip, trinidad3a.zip, trinidad3b.zip,&#010;trinidadexc1a.patch, trinidadexc1b.patch, trinidadexc2a.patch, trinidadexc2b.patch&#010;&gt;&#010;&gt;&#010;&gt; Proposal: &#010;&gt; 1) use resource bundle for logging message in java files above fine level so those message&#010;could be localized; &#010;&gt; 2) localize part/all exception in java files with resource bundle&#010;&gt; Benefit:&#010;&gt; More information in local  language accessible for people in tech support, operation,&#010;deployment, field application etc whose software uses trinidad code&#010;&gt; Details:&#010;&gt; Trinidad-api and trinidad-impl will have their own LoggerBundle.xrts where message to&#010;be localized is defined. A LoggerUtils class will be added as a decorator in each project.&#010;LoggerUtils.createTrinidadLogger will return a TrinidadLogger instance with appropriate resource&#010;bundle attached.  Message localization in logging is thus available from java logging by inheritance.&#010;Localization in exception message is achieved by passing localized message to exception. For&#010;both logging and exception, server locale will be used. This might create inconsistency for&#010;exception when client locale and server locale are different.  Since an exception not captured&#010;would show both on server logger and client browser, using server locale is more practical.&#010;&gt; Open Issues:&#010;&gt; 1) Current API in TrinidadLogger is not enough to handle logging that contains message,&#010;message parameters and throwable. e.g&#010;&gt;  _LOG.warning("Unable to instantiate converterClass:" + converterName, e);  would become:&#010;&gt; _LOG.warning("UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e);  or &#010;&gt; _LOG.logp(Level.WARNING, ..."UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e)&#010;&gt; But we neither warning() nor logp() has API that would take (...String message, Object&#010;parm, throwable e) as signature. Should we add API or use 2 logging statements?&#010;&gt; _LOG.warning("Unable to instantiate converterClass:" + converterName;&#010;&gt; _LOG.warning(e);&#010;&gt; 2) Should LoggerUtils provide some methods like public static String getMessage(TrinidadLogger&#010;logger, String key (, Object params([])?)?) to retrieve localized string from resource bundle(parameter&#010;substitution could also be done in the method). The alternative is to use TrinidadLogger.getResourceBundle.getString(key)&#010;to retrieve localized message(in this case no parameter substitution or we don't localize&#010;exception message that carries parameters)&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-453) RowDisclosureEvent with treetable select</title>
<author><name>&quot;Mark Emeny (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c20909812.1178700675508.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c20909812-1178700675508-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T08:51:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494459&#010;] &#010;&#010;Mark Emeny commented on ADFFACES-453:&#010;-------------------------------------&#010;&#010;Adam, I just tried something else to thrash out the problem. I removed the row disclosure&#010;listener completely as well as the selection listener, giving me...&#010;&#010;&lt;tr:treeTable id="needsTable" value="#{needsSolutionsBB.needModel}" rowSelection="single"&#010;autoSubmit="true" var="need" binding="#{needsSolutionsBB.needTable}" width="100%"&gt;&lt;/tr:treeTable&gt;&#010;&#010;And the underlying problem may now be evident, that is rows are not collapsed or expanded&#010;once something in the tree table has been selected. Without anything being selected the tree&#010;table will expand and collapse correctly but as soon as I select anything nothing expands&#010;or collapses (whether I click on the selected row or not).&#010;&#010;If you still need me to come up with a small demo I can do but I'd appreciate it if you could&#010;just try and replicate this first.&#010;&#010;&#010;&#010;&gt; RowDisclosureEvent with treetable select&#010;&gt; ----------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-453&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-453&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Microsoft Windows XP SP2&#010;&gt;            Reporter: Mark Emeny&#010;&gt;&#010;&gt; The RowDisclosureEvent doesn't seem to fire when anything is selected in a tree table.&#010;If nothing is selected the event fires but as soon as anything is selected the event fails&#010;to fire.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (ADFFACES-487) Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between primitives to Objects in components</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c6607506.1178689275660.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c6607506-1178689275660-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T05:41:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer resolved ADFFACES-487.&#010;---------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-plugins-SNAPSHOT&#010;                   2.0.0-incubating-plugins-SNAPSHOT&#010;         Assignee: Adam Winer&#010;&#010;Fixed on trunk and 1.2 branch.&#010;&#010;&gt; Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting&#010;between primitives to Objects in components&#010;&gt; ---------------------------------------------------------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-487&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-487&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Plugins&#010;&gt;    Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT&#010;&gt;            Reporter: Blake Sullivan&#010;&gt;         Assigned To: Adam Winer&#010;&gt;             Fix For: 2.0.0-incubating-plugins-SNAPSHOT, 1.0.1-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&gt; Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting&#010;between primitives to Objects in components as this is potentially more efficient and doesn't&#010;require auto-boxing.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-453) RowDisclosureEvent with treetable select</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c12166990.1178686935494.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c12166990-1178686935494-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T05:02:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494445&#010;] &#010;&#010;Adam Winer commented on ADFFACES-453:&#010;-------------------------------------&#010;&#010;It doesn't reproduce for me, so I think you'll need to either debug on your own to figure&#010;out the problem, or provide a small, self-encapsulated demo that shows the problem.&#010;&#010;&gt; RowDisclosureEvent with treetable select&#010;&gt; ----------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-453&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-453&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Microsoft Windows XP SP2&#010;&gt;            Reporter: Mark Emeny&#010;&gt;&#010;&gt; The RowDisclosureEvent doesn't seem to fire when anything is selected in a tree table.&#010;If nothing is selected the event fires but as soon as anything is selected the event fails&#010;to fire.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-391) Client-side validation - enhance to match server-side</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c18965523.1178686035326.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c18965523-1178686035326-JavaMail-jira@brutus%3e</id>
<updated>2007-05-09T04:47:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer updated ADFFACES-391:&#010;--------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT&#010;         Assignee: Adam Winer&#010;           Status: Resolved  (was: Patch Available)&#010;&#010;Checked in patch, after:&#010; - Used trinidad-config.xml instead of web.xml with new &lt;client-validation&gt; element&#010;  and RequestContext.getClientValidation() method&#010; - Fixed rendering to support table messages&#010; - Don't change rendering unless inline validation is on&#010; - Temporarily made the validateInput() method private until&#010;  we have a good strategy for namespacing JS&#010;&#010;&gt; Client-side validation - enhance to match server-side&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-391&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-391&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Danny Robinson&#010;&gt;         Assigned To: Adam Winer&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: inlineValidationPatch.patch, inlineValidationPatch.patch, inlineValidationPatch.patch,&#010;inlineValidationPatch.patch&#010;&gt;&#010;&gt;&#010;&gt; Enhance the current client-side validation mechanism to emulate the server-side.  Instead&#010;of poping the javascript alert, instead dyamically insert the error messages into the page&#010;in the same way it appears when server-side validation is used.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-487) Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between primitives to Objects in components</title>
<author><name>&quot;Blake Sullivan (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c32455293.1178667375489.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c32455293-1178667375489-JavaMail-jira@brutus%3e</id>
<updated>2007-05-08T23:36:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between&#010;primitives to Objects in components&#010;---------------------------------------------------------------------------------------------------------------------------------&#010;&#010;                 Key: ADFFACES-487&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-487&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Improvement&#010;          Components: Plugins&#010;    Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT&#010;            Reporter: Blake Sullivan&#010;&#010;&#010;Change Component generator to us XXX.valueOf(x) instead of new XXX(x) when converting between&#010;primitives to Objects in components as this is potentially more efficient and doesn't require&#010;auto-boxing.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-391) Client-side validation - enhance to match server-side</title>
<author><name>&quot;Danny Robinson (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c11691266.1178640915918.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c11691266-1178640915918-JavaMail-jira@brutus%3e</id>
<updated>2007-05-08T16:15:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Danny Robinson updated ADFFACES-391:&#010;------------------------------------&#010;&#010;    Attachment: inlineValidationPatch.patch&#010;&#010;Validated against latest revision in myfaces svn.&#010;&#010;&gt; Client-side validation - enhance to match server-side&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-391&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-391&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Danny Robinson&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: inlineValidationPatch.patch, inlineValidationPatch.patch, inlineValidationPatch.patch,&#010;inlineValidationPatch.patch&#010;&gt;&#010;&gt;&#010;&gt; Enhance the current client-side validation mechanism to emulate the server-side.  Instead&#010;of poping the javascript alert, instead dyamically insert the error messages into the page&#010;in the same way it appears when server-side validation is used.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Reopened: (ADFFACES-453) RowDisclosureEvent with treetable select</title>
<author><name>&quot;Mark Emeny (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c23478809.1178632878564.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c23478809-1178632878564-JavaMail-jira@brutus%3e</id>
<updated>2007-05-08T14:01:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Mark Emeny reopened ADFFACES-453:&#010;---------------------------------&#010;&#010;&#010;Hi Adam. I tried this again and am still having the same problem. Basically, I have a CoreTreeTable,&#010;defined as such...&#010;&#010;&lt;tr:treeTable id="needsTable" value="#{needsSolutionsBB.needModel}" rowSelection="single"&#010;autoSubmit="true" var="need" binding="#{needsSolutionsBB.needTable}" width="100%" expandAllEnabled="false"&#010;rowDisclosureListener="#{needsSolutionsBB.needDisclosed}" selectionListener="#{needsSolutionsBB.needSelected}"&gt;&lt;/tr:treeTable&gt;&#010;&#010;When nothing is selected in the tree my "needDisclosed" method...&#010;&#010;public void needDisclosed(RowDisclosureEvent discolsureEvent)&#010;&#010;...is fired (and I can see the postback in the browser). However, as soon as I select anything&#010;in the tree the "needDiscolsed" is not fired (although the browser does perform another postback).&#010;&#010;I have set a breakpoint at the start of the "needDisclosed" event and the line is hit when&#010;nothing is selected but not hit when anything is selected. The same thing worked fine when&#010;I was using the ADF controls so not sure what has really changed.&#010;&#010;Is there anything I can try to give you more details?&#010;&#010;&#010;&gt; RowDisclosureEvent with treetable select&#010;&gt; ----------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-453&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-453&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Microsoft Windows XP SP2&#010;&gt;            Reporter: Mark Emeny&#010;&gt;&#010;&gt; The RowDisclosureEvent doesn't seem to fire when anything is selected in a tree table.&#010;If nothing is selected the event fires but as soon as anything is selected the event fails&#010;to fire.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Piyush Hari (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c8587151.1178570115614.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c8587151-1178570115614-JavaMail-jira@brutus%3e</id>
<updated>2007-05-07T20:35:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Piyush Hari updated ADFFACES-486:&#010;---------------------------------&#010;&#010;    Status: Patch Available  (was: Open)&#010;&#010;&gt; show/hide icons for a Tree component do not display on PDAs.&#010;&gt; ------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-486&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may07_1_22PM_treeskin_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the&#010;left of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Piyush Hari (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c22425308.1178570115512.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c22425308-1178570115512-JavaMail-jira@brutus%3e</id>
<updated>2007-05-07T20:35:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Piyush Hari updated ADFFACES-486:&#010;---------------------------------&#010;&#010;    Attachment: patch_may07_1_22PM_treeskin_bug.patch&#010;&#010;This patch provides a fix for the issue.  PDA browsers do not render unicode characters used&#010;to form the triangular icons. For ex : " &amp;#9658; " is used in the rendererd HTML to depict&#010;a '&lt;' arrow. So, these will have to be replaced by text supported on PDA browsers. Since,&#010;we can use '&lt;' and '&gt;' , but won't be able to have an arrow in the downward direction&#010;using standard keyboard characters, I will suggest to use a [+] and [-] for hidden/expanded&#010;cases.&#010;&#010;&gt; show/hide icons for a Tree component do not display on PDAs.&#010;&gt; ------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-486&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;         Environment: PDAs&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may07_1_22PM_treeskin_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the&#010;left of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-486) show/hide icons for a Tree component do not display on PDAs.</title>
<author><name>&quot;Piyush Hari (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c32582887.1178569755672.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c32582887-1178569755672-JavaMail-jira@brutus%3e</id>
<updated>2007-05-07T20:29:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
show/hide icons for a Tree component do not display on PDAs.&#010;------------------------------------------------------------&#010;&#010;                 Key: ADFFACES-486&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-486&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Bug&#010;         Environment: PDAs&#010;            Reporter: Piyush Hari&#010;            Priority: Minor&#010;&#010;&#010;Look at trinidad-demo example on PDAs for Tree component. The show/hide icons to the left&#010;of tree nodes do not render. This needs to be fixed.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-441) Adding localization to logging message and exception</title>
<author><name>&quot;jijun wang (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c20329261.1178556855563.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c20329261-1178556855563-JavaMail-jira@brutus%3e</id>
<updated>2007-05-07T16:54:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;jijun wang updated ADFFACES-441:&#010;--------------------------------&#010;&#010;    Attachment: trinidadexc1b.patch&#010;&#010;For review only. New file for exception change.&#010;&#010;&gt; Adding localization to logging message and exception&#010;&gt; ----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-441&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-441&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Generic&#010;&gt;            Reporter: jijun wang&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: trinidad.zip, trinidad2.zip, trinidad2b.zip, trinidad3a.zip, trinidad3b.zip,&#010;trinidadexc1a.patch, trinidadexc1b.patch&#010;&gt;&#010;&gt;&#010;&gt; Proposal: &#010;&gt; 1) use resource bundle for logging message in java files above fine level so those message&#010;could be localized; &#010;&gt; 2) localize part/all exception in java files with resource bundle&#010;&gt; Benefit:&#010;&gt; More information in local  language accessible for people in tech support, operation,&#010;deployment, field application etc whose software uses trinidad code&#010;&gt; Details:&#010;&gt; Trinidad-api and trinidad-impl will have their own LoggerBundle.xrts where message to&#010;be localized is defined. A LoggerUtils class will be added as a decorator in each project.&#010;LoggerUtils.createTrinidadLogger will return a TrinidadLogger instance with appropriate resource&#010;bundle attached.  Message localization in logging is thus available from java logging by inheritance.&#010;Localization in exception message is achieved by passing localized message to exception. For&#010;both logging and exception, server locale will be used. This might create inconsistency for&#010;exception when client locale and server locale are different.  Since an exception not captured&#010;would show both on server logger and client browser, using server locale is more practical.&#010;&gt; Open Issues:&#010;&gt; 1) Current API in TrinidadLogger is not enough to handle logging that contains message,&#010;message parameters and throwable. e.g&#010;&gt;  _LOG.warning("Unable to instantiate converterClass:" + converterName, e);  would become:&#010;&gt; _LOG.warning("UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e);  or &#010;&gt; _LOG.logp(Level.WARNING, ..."UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e)&#010;&gt; But we neither warning() nor logp() has API that would take (...String message, Object&#010;parm, throwable e) as signature. Should we add API or use 2 logging statements?&#010;&gt; _LOG.warning("Unable to instantiate converterClass:" + converterName;&#010;&gt; _LOG.warning(e);&#010;&gt; 2) Should LoggerUtils provide some methods like public static String getMessage(TrinidadLogger&#010;logger, String key (, Object params([])?)?) to retrieve localized string from resource bundle(parameter&#010;substitution could also be done in the method). The alternative is to use TrinidadLogger.getResourceBundle.getString(key)&#010;to retrieve localized message(in this case no parameter substitution or we don't localize&#010;exception message that carries parameters)&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-441) Adding localization to logging message and exception</title>
<author><name>&quot;jijun wang (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c17799010.1178556735670.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c17799010-1178556735670-JavaMail-jira@brutus%3e</id>
<updated>2007-05-07T16:52:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;jijun wang updated ADFFACES-441:&#010;--------------------------------&#010;&#010;    Attachment: trinidadexc1a.patch&#010;&#010;For review only. Change on exception part. Check TrinidadLogger.java, FastMessageFormat.java&#010;New files not included.&#010;&#010;&gt; Adding localization to logging message and exception&#010;&gt; ----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-441&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-441&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Generic&#010;&gt;            Reporter: jijun wang&#010;&gt;         Assigned To: Jeanne Waldman&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: trinidad.zip, trinidad2.zip, trinidad2b.zip, trinidad3a.zip, trinidad3b.zip,&#010;trinidadexc1a.patch&#010;&gt;&#010;&gt;&#010;&gt; Proposal: &#010;&gt; 1) use resource bundle for logging message in java files above fine level so those message&#010;could be localized; &#010;&gt; 2) localize part/all exception in java files with resource bundle&#010;&gt; Benefit:&#010;&gt; More information in local  language accessible for people in tech support, operation,&#010;deployment, field application etc whose software uses trinidad code&#010;&gt; Details:&#010;&gt; Trinidad-api and trinidad-impl will have their own LoggerBundle.xrts where message to&#010;be localized is defined. A LoggerUtils class will be added as a decorator in each project.&#010;LoggerUtils.createTrinidadLogger will return a TrinidadLogger instance with appropriate resource&#010;bundle attached.  Message localization in logging is thus available from java logging by inheritance.&#010;Localization in exception message is achieved by passing localized message to exception. For&#010;both logging and exception, server locale will be used. This might create inconsistency for&#010;exception when client locale and server locale are different.  Since an exception not captured&#010;would show both on server logger and client browser, using server locale is more practical.&#010;&gt; Open Issues:&#010;&gt; 1) Current API in TrinidadLogger is not enough to handle logging that contains message,&#010;message parameters and throwable. e.g&#010;&gt;  _LOG.warning("Unable to instantiate converterClass:" + converterName, e);  would become:&#010;&gt; _LOG.warning("UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e);  or &#010;&gt; _LOG.logp(Level.WARNING, ..."UNABLE_INSTANTIATE_CONVERTERCLASS", converterName, e)&#010;&gt; But we neither warning() nor logp() has API that would take (...String message, Object&#010;parm, throwable e) as signature. Should we add API or use 2 logging statements?&#010;&gt; _LOG.warning("Unable to instantiate converterClass:" + converterName;&#010;&gt; _LOG.warning(e);&#010;&gt; 2) Should LoggerUtils provide some methods like public static String getMessage(TrinidadLogger&#010;logger, String key (, Object params([])?)?) to retrieve localized string from resource bundle(parameter&#010;substitution could also be done in the method). The alternative is to use TrinidadLogger.getResourceBundle.getString(key)&#010;to retrieve localized message(in this case no parameter substitution or we don't localize&#010;exception message that carries parameters)&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-479) Column headerText attribute should not be rendered if column header facet is present</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c5775885.1178317155564.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c5775885-1178317155564-JavaMail-jira@brutus%3e</id>
<updated>2007-05-04T22:19:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer updated ADFFACES-479:&#010;--------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT&#010;           Status: Resolved  (was: Patch Available)&#010;&#010;Checked in the patch - thanks.&#010;&#010;&gt; Column headerText attribute should not be rendered if column header facet is present&#010;&gt; ------------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-479&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-479&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;          Components: Components&#010;&gt;            Reporter: John Fan&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;         Attachments: columnHeaderFacet.patch&#010;&gt;&#010;&gt;&#010;&gt; If a header facet is present in a table column,  the headerText attribute of the column&#010;should not be rendered to the table column GUI. &#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Resolved: (ADFFACES-485) autoSubmit doesn't deliver value change events when inside of a subform</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c8610126.1178316197481.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c8610126-1178316197481-JavaMail-jira@brutus%3e</id>
<updated>2007-05-04T22:03:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer resolved ADFFACES-485.&#010;---------------------------------&#010;&#010;       Resolution: Fixed&#010;    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT&#010;&#010;Fjxed&#010;&#010;&gt; autoSubmit doesn't deliver value change events when inside of a subform&#010;&gt; -----------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-485&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-485&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Adam Winer&#010;&gt;         Assigned To: Adam Winer&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&gt; autoSubmit="true" input components will post back to the server when inside&#010;&gt; of a subform, but they never deliver ValueChangeEvents, making the feature&#010;&gt; less than helpful.&#010;&gt; To test, open demos/pprDemos.jspx and put a subform inside of the form.&#010;&gt; Note that none of the autoSubmit components do much anymore.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-485) autoSubmit doesn't deliver value change events when inside of a subform</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c27343368.1178315775422.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c27343368-1178315775422-JavaMail-jira@brutus%3e</id>
<updated>2007-05-04T21:56:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
autoSubmit doesn't deliver value change events when inside of a subform&#010;-----------------------------------------------------------------------&#010;&#010;                 Key: ADFFACES-485&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-485&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Bug&#010;          Components: Components&#010;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;            Reporter: Adam Winer&#010;         Assigned To: Adam Winer&#010;&#010;&#010;autoSubmit="true" input components will post back to the server when inside&#010;of a subform, but they never deliver ValueChangeEvents, making the feature&#010;less than helpful.&#010;&#010;To test, open demos/pprDemos.jspx and put a subform inside of the form.&#010;Note that none of the autoSubmit components do much anymore.&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (ADFFACES-480) Teste geral ADF-Faces</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c11685733.1178301675320.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c11685733-1178301675320-JavaMail-jira@brutus%3e</id>
<updated>2007-05-04T18:01:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer closed ADFFACES-480.&#010;-------------------------------&#010;&#010;    Resolution: Incomplete&#010;&#010;Need more details about what bug is being described.&#010;&#010;&gt; Teste geral ADF-Faces&#010;&gt; ---------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-480&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-480&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Test&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT&#010;&gt;            Reporter: bruno tonet&#010;&gt;             Fix For: 2.0.0-incubating-plugins-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (ADFFACES-427) Broken client decimal number validator</title>
<author><name>&quot;Adam Winer (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c12768175.1178297055505.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c12768175-1178297055505-JavaMail-jira@brutus%3e</id>
<updated>2007-05-04T16:44:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Adam Winer reassigned ADFFACES-427:&#010;-----------------------------------&#010;&#010;    Assignee: Matthias Weßendorf&#010;&#010;&gt; Broken client decimal number validator&#010;&gt; --------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-427&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-427&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Bug&#010;&gt;          Components: Components&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;         Environment: Windows XP&#010;&gt; Facelets 1.1.2&#010;&gt; Glassfish v2 b33&#010;&gt; 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Luka Surija&#010;&gt;         Assigned To: Matthias Weßendorf&#010;&gt;&#010;&gt; after switching from m1 to 1.0.1. snapshot, I realize that client validator for decimal&#010;numbers is broken.&#010;&gt; Settings in trinidad-config:&#010;&gt; &lt;number-grouping-separator&gt;.&lt;/number-grouping-separator&gt;&#010;&gt; &lt;decimal-separator&gt;,&lt;/decimal-separator&gt;&#010;&gt; In faces-config.xml:&#010;&gt; &lt;locale-config&gt;&#010;&gt;       &lt;default-locale&gt;hr_HR&lt;/default-locale&gt;&#010;&gt;       &lt;supported-locale&gt;hr_HR&lt;/supported-locale&gt;&#010;&gt;       &lt;supported-locale&gt;en&lt;/supported-locale&gt;&#010;&gt; &lt;/locale-config&gt;&#010;&gt; on code snippet:&#010;&gt; somevalue=7.54355&#010;&gt; Scenario 1:&#010;&gt; &lt;tr:inputText value="#{somevalue}" &gt;&#010;&gt;   &lt;tr:convertNumber /&gt;&#010;&gt; &lt;/tr:inputText&gt;&#010;&gt; &lt;tr:commandButton /&gt;&#010;&gt; on value in inputText is shown: 7,54355, but clicking on button, alert window is open&#010;with message:&#010;&gt; Form validation failures:&#010;&gt; 7.54355 is not a number&#010;&gt; Scenario 2:&#010;&gt; &lt;tr:inputText value="#{somevalue}" /&gt;&#010;&gt; &lt;tr:commandButton /&gt;&#010;&gt; on value in inputText is shown: 7.54355 - not 7,54355&#010;&gt; Scenario 3:&#010;&gt; &lt;tr:inputText value="#{somevalue}" &gt;&#010;&gt;   &lt;tr:convertNumber  pattern="0.00####"/&gt;&#010;&gt; &lt;/tr:inputText&gt;&#010;&gt; &lt;tr:commandButton /&gt;&#010;&gt; on value in inputText is shown: 7,54355, and there is no client validation errors.&#010;&gt; On snapshot m1 it worked fine on "scenario 1". &#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (ADFFACES-481) Warning and Info icons don't display on PDAs</title>
<author><name>&quot;Piyush Hari (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c26302973.1178225835288.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c26302973-1178225835288-JavaMail-jira@brutus%3e</id>
<updated>2007-05-03T20:57:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/ADFFACES-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Piyush Hari updated ADFFACES-481:&#010;---------------------------------&#010;&#010;    Status: Patch Available  (was: Open)&#010;&#010;&gt; Warning and Info icons don't display on PDAs&#010;&gt; --------------------------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-481&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-481&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;         Environment: PDA&#010;&gt;            Reporter: Piyush Hari&#010;&gt;            Priority: Minor&#010;&gt;         Attachments: patch_may03_1_40PM_icon_bug.patch&#010;&gt;&#010;&gt;&#010;&gt; The icon component renders a skin specific icon. Each skin implementation exposes a set&#010;of customizable icons that can be overridden by a custom skin. Each icon is identified by&#010;name.  "name" attribute is a name identifying which icon should be rendered. Valid values&#010;depend on the skin-family. Shortcut names exist for ".AFRequiredIcon", ".AFWarningIcon", ".AFInfoIcon",&#010;and ".AFErrorIcon". They are "required", "warning", "info", and "error" respectively. &#010;&gt; For PDAs, "warning" and "info' icons do not display. &#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (ADFFACES-483) @agent support for icons</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c6621557.1178225597911.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c6621557-1178225597911-JavaMail-jira@brutus%3e</id>
<updated>2007-05-03T20:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/ADFFACES-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493518&#010;] &#010;&#010;Jeanne Waldman commented on ADFFACES-483:&#010;-----------------------------------------&#010;&#010;I meant @agent ie in  my example above. @agent alone does nothing.&#010;&#010;&gt; @agent support for icons&#010;&gt; ------------------------&#010;&gt;&#010;&gt;                 Key: ADFFACES-483&#010;&gt;                 URL: https://issues.apache.org/jira/browse/ADFFACES-483&#010;&gt;             Project: MyFaces ADF-Faces&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: Skinning&#010;&gt;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;            Reporter: Jeanne Waldman&#010;&gt;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&gt;&#010;&gt;&#010;&gt; We have @agent support for skin selectors that are not icons, but not for icons.&#010;&gt; It would be useful to have different icons for ie than for gecko. For instance, we might&#010;need different margins. And we could do this:&#010;&gt;   af|foo::bar-icon {&#010;&gt;     content: url(...);&#010;&gt;     margin-left: 2px&#010;&gt;   }&#010;&gt; @agent {&#010;&gt;   af|foo::bar-icon {&#010;&gt;     margin-left: 5px&#010;&gt;   }&#010;&gt; }&#010;&gt; What we have to do now is introduce a styleclass that goes around the icon in a span.&#010;&gt;   af|foo::bar-icon {&#010;&gt;     content: url(...);&#010;&gt;   }&#010;&gt;   af|foo::bar-icon-style {&#010;&gt;     margin-left: 2px&#010;&gt;   }&#010;&gt; @agent {&#010;&gt;   af|foo::bar-icon-style {&#010;&gt;     margin-left: 5px&#010;&gt;   }&#010;&gt; }&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-484) @platform support for skinning icons</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c10630765.1178225597854.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c10630765-1178225597854-JavaMail-jira@brutus%3e</id>
<updated>2007-05-03T20:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
@platform support for skinning icons&#010;------------------------------------&#010;&#010;                 Key: ADFFACES-484&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-484&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Improvement&#010;          Components: Skinning&#010;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;            Reporter: Jeanne Waldman&#010;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&#010;&#010;We have @platform support for skin selectors that are not icons, but not for icons.&#010;windows, macos, linux, solaris, ppc&#010;&#010;  af|foo::bar-icon {&#010;    content: url(...);&#010;    margin-left: 2px&#010;  }&#010;@platform windows {&#010;  af|foo::bar-icon {&#010;    margin-left: 5px&#010;  }&#010;}&#010;&#010;What we have to do now is introduce a styleclass that goes around the icon in a span.&#010;  af|foo::bar-icon {&#010;    content: url(...);&#010;  }&#010;  af|foo::bar-icon-style {&#010;    margin-left: 2px&#010;  }&#010;@agent windows {&#010;  af|foo::bar-icon-style {&#010;    margin-left: 5px&#010;  }&#010;}&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (ADFFACES-483) @agent support for icons</title>
<author><name>&quot;Jeanne Waldman (JIRA)&quot; &lt;adffaces-issues@incubator.apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/incubator-adffaces-issues/200705.mbox/%3c31245046.1178225475848.JavaMail.jira@brutus%3e"/>
<id>urn:uuid:%3c31245046-1178225475848-JavaMail-jira@brutus%3e</id>
<updated>2007-05-03T20:51:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
@agent support for icons&#010;------------------------&#010;&#010;                 Key: ADFFACES-483&#010;                 URL: https://issues.apache.org/jira/browse/ADFFACES-483&#010;             Project: MyFaces ADF-Faces&#010;          Issue Type: Improvement&#010;          Components: Skinning&#010;    Affects Versions: 1.0.1-incubating-core-SNAPSHOT&#010;            Reporter: Jeanne Waldman&#010;             Fix For: 1.0.1-incubating-core-SNAPSHOT&#010;&#010;&#010;We have @agent support for skin selectors that are not icons, but not for icons.&#010;It would be useful to have different icons for ie than for gecko. For instance, we might need&#010;different margins. And we could do this:&#010;&#010;  af|foo::bar-icon {&#010;    content: url(...);&#010;    margin-left: 2px&#010;  }&#010;@agent {&#010;  af|foo::bar-icon {&#010;    margin-left: 5px&#010;  }&#010;}&#010;&#010;What we have to do now is introduce a styleclass that goes around the icon in a span.&#010;  af|foo::bar-icon {&#010;    content: url(...);&#010;  }&#010;  af|foo::bar-icon-style {&#010;    margin-left: 2px&#010;  }&#010;@agent {&#010;  af|foo::bar-icon-style {&#010;    margin-left: 5px&#010;  }&#010;}&#010;&#010;-- &#010;This message is automatically generated by JIRA.&#010;-&#010;You can reply to this email to add a comment to the issue online.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
</feed>
