<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel">
    <title>gmane.comp.jakarta.myfaces.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58172"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58171"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58170"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58169"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58168"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58167"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58166"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58165"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58163"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58160"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58158"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58157"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58156"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58155"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58174">
    <title>Re: [VOTE] Release Tobago 1.5.10</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58174</link>
    <description>&lt;pre&gt;+1

Werner

Am 24.05.13 13:52, schrieb Bernd Bohmann:


&lt;/pre&gt;</description>
    <dc:creator>Werner Punz</dc:creator>
    <dc:date>2013-05-24T20:56:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58173">
    <title>[jira] [Commented] (MYFACES-3716) Implement h:inputFile</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58173</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13666367#comment-13666367 ] 

Dora Rajappan commented on MYFACES-3716:
----------------------------------------

I can exclude Part type from restore and avoid this error. So the spec wont be broken.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan (JIRA</dc:creator>
    <dc:date>2013-05-24T14:40:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58172">
    <title>[jira] [Commented] (MYFACES-3716) Implement h:inputFile</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58172</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13666357#comment-13666357 ] 

Dora Rajappan commented on MYFACES-3716:
----------------------------------------

Added this public void encodeEnd(FacesContext facesContext, UIComponent component)
    throws IOException
    {
    
    super.encodeEnd(facesContext, component);
    
     if(!facesContext.isProjectStage(ProjectStage.Production))
         {
     String content = ((HttpServletRequest) facesContext.getExternalContext().getRequest()).getContentType();
     if(content==null || !content.contains("multipart/form-data")){
     //Add facemessage
     FacesMessage message = new FacesMessage("file upload requires a form with enctype equal to multipart/form-data");
     facesContext.addMessage(component.getClientId(), message);
     }
         }
    }
                

--
This message is automatically generated by JIRA.
If you think it was sent i&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan (JIRA</dc:creator>
    <dc:date>2013-05-24T14:30:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58171">
    <title>[jira] [Commented] (MYFACES-3716) Implement h:inputFile</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58171</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13666354#comment-13666354 ] 

Dora Rajappan commented on MYFACES-3716:
----------------------------------------

I change the bean to have type part instead of File I get this
va.lang.RuntimeException: Could not restore StateHolder of type org.apache.catalina.core.ApplicationPart (missing no-args constructor?)
javax.faces.component.UIComponentBase.restoreAttachedState(UIComponentBase.java:1904)
javax.faces.component._DeltaStateHelper.restoreState(_DeltaStateHelper.java:661)
javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:2057)
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan (JIRA</dc:creator>
    <dc:date>2013-05-24T14:26:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58170">
    <title>[VOTE] Release Tobago 1.5.10</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58170</link>
    <description>&lt;pre&gt;Hello,

I would like to release Tobago 1.5.10

For a detail list please consult the release notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;amp;version=12324008

The version is available at the nexus staging repository.

Staging repository:

https://repository.apache.org/content/repositories/orgapachemyfaces-040

The Vote is open for 72h.

[ ] +1
[ ] +0
[ ] -1

Regards

Bernd

&lt;/pre&gt;</description>
    <dc:creator>Bernd Bohmann</dc:creator>
    <dc:date>2013-05-24T11:52:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58169">
    <title>[jira] [Commented] (TOBAGO-1251) tc:link is calculated to narrow when using "auto", especially when images are used</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58169</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/TOBAGO-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13666223#comment-13666223 ] 

Hudson commented on TOBAGO-1251:
--------------------------------

Integrated in tobago-trunk #1017 (See [https://builds.apache.org/job/tobago-trunk/1017/])
    TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used 
 - adding 1px per character to the width (Revision 1485944)
TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used 
 - adding 1px per character to the width (Revision 1485940)

     Result = SUCCESS
lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485944
Files : 
* /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/gridLayout/current-vs-preferred-in-auto.xhtml

lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485940
Files : 
* /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/link/l&lt;/pre&gt;</description>
    <dc:creator>Hudson (JIRA</dc:creator>
    <dc:date>2013-05-24T11:34:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58168">
    <title>[jira] [Commented] (TOBAGO-1251) tc:link is calculated to narrow when using "auto", especially when images are used</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58168</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/TOBAGO-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13666212#comment-13666212 ] 

Hudson commented on TOBAGO-1251:
--------------------------------

Integrated in tobago-1.5.x #161 (See [https://builds.apache.org/job/tobago-1.5.x/161/])
    TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used 
 - adding 1 pixel per character (Revision 1485945)
TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used (Revision 1485935)

     Result = FAILURE
lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485945
Files : 
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml

lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485935
Files : 
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/link/link-layout.xhtml

     &lt;/pre&gt;</description>
    <dc:creator>Hudson (JIRA</dc:creator>
    <dc:date>2013-05-24T11:23:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58167">
    <title>[jira] [Updated] (TRINIDAD-2395) TrPage.__handlePprResponseAction is not implemented correctly (for portlets)</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58167</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/TRINIDAD-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Möller updated TRINIDAD-2395:
------------------------------------

    Status: Patch Available  (was: Open)
    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Thomas Möller (JIRA</dc:creator>
    <dc:date>2013-05-24T07:11:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58166">
    <title>[jira] [Created] (TRINIDAD-2395) TrPage.__handlePprResponseAction is not implemented correctly (for portlets)</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58166</link>
    <description>&lt;pre&gt;Thomas Möller created TRINIDAD-2395:
---------------------------------------

             Summary: TrPage.__handlePprResponseAction is not implemented correctly (for portlets)
                 Key: TRINIDAD-2395
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2395
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Portlet
    Affects Versions: 2.0.1-core
            Reporter: Thomas Möller


As stated in the comments the method __handlePprResponseAction only updates the first form found on a page. This does not work if there are multiple portlets on a page.

The patch should be easy: 

1) supply the form-id as an additional parameter to __handlePprResponseAction and use it to find the form
2) write out the form-id in PPRResponseWriter (i suppose to move the relevant code to FormRenderer where the form id can be retreived via RenderingContext.getFormData())

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, ple&lt;/pre&gt;</description>
    <dc:creator>Thomas Möller (JIRA</dc:creator>
    <dc:date>2013-05-24T06:53:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58165">
    <title>[jira] [Resolved] (MYFACES-3730) Implement ViewDeclarationLanguageWrapper</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58165</link>
    <description>&lt;pre&gt;
     [ https://issues.apache.org/jira/browse/MYFACES-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3730.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
         Assignee: Leonardo Uribe
    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe (JIRA</dc:creator>
    <dc:date>2013-05-24T01:44:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58164">
    <title>[jira] [Created] (MYFACES-3730) Implement ViewDeclarationLanguageWrapper</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58164</link>
    <description>&lt;pre&gt;Leonardo Uribe created MYFACES-3730:
---------------------------------------

             Summary: Implement ViewDeclarationLanguageWrapper
                 Key: MYFACES-3730
                 URL: https://issues.apache.org/jira/browse/MYFACES-3730
             Project: MyFaces Core
          Issue Type: Task
            Reporter: Leonardo Uribe


Implement ViewDeclarationLanguageWrapper

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe (JIRA</dc:creator>
    <dc:date>2013-05-24T01:42:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58163">
    <title>[jira] [Commented] (MYFACES-3729) Implement resource library contracts specification</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58163</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/MYFACES-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665928#comment-13665928 ] 

Leonardo Uribe commented on MYFACES-3729:
-----------------------------------------

Prototype committed. Simple tests done. Pending full test.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe (JIRA</dc:creator>
    <dc:date>2013-05-24T01:30:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58162">
    <title>[jira] [Created] (MYFACES-3729) Implement resource library contracts specification</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58162</link>
    <description>&lt;pre&gt;Leonardo Uribe created MYFACES-3729:
---------------------------------------

             Summary: Implement resource library contracts specification
                 Key: MYFACES-3729
                 URL: https://issues.apache.org/jira/browse/MYFACES-3729
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-344
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


Implement resource library contracts specification is one of the main topics part of JSF 2.2

It is necessary to change all ResourceHandler default implementation to introduce the contracts on top or everything. Additionally, facelets algorithm must be updated to use createViewResource(...), but it is good to remember that it is resposibility of the vdl to decide if it uses it or not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe (JIRA</dc:creator>
    <dc:date>2013-05-24T01:26:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58161">
    <title>[jira] [Commented] (TRINIDAD-2389) review and fix values for &lt; at &gt;platform in skinning documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58161</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/TRINIDAD-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665434#comment-13665434 ] 

Jeanne Waldman commented on TRINIDAD-2389:
------------------------------------------

SVN revision 1485788  

                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Jeanne Waldman (JIRA</dc:creator>
    <dc:date>2013-05-23T18:07:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58160">
    <title>[jira] [Commented] (MYFACES-3716) Implement h:inputFile</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58160</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665146#comment-13665146 ] 

Dora Rajappan commented on MYFACES-3716:
----------------------------------------

&amp;lt;Context ... allowCasualMultipartParsing="true"&amp;gt; tomcat7 users need to set this for file upload.
Chrome is submitting file.

According to spec decode behaviour is

Call getParts() on the httpServletRequest. Iterate over the parts. If the "name" property of the current part is equal to the "clientId", pass the current part to the setSubmittedValue() method of the component. If an exception is thrown during the iteration, log the exception and continue.

So the bean should have a type ApplicationPart and not File type for the property.

Encode behaviour is pending.

If ProjectStage is not ProjectStage.Production, verify that the enclosing form has an enctype attribute whose value is multipart/form-data. If not, add a FacesMessage for this component's client&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan (JIRA</dc:creator>
    <dc:date>2013-05-23T13:07:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58159">
    <title>[jira] [Commented] (TOBAGO-1270) The textAlign attribute of tc:flowLayout on JSP doesn't work on Tomcat, when using a string literal</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58159</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/TOBAGO-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665117#comment-13665117 ] 

Hudson commented on TOBAGO-1270:
--------------------------------

Integrated in tobago-1.5.x #160 (See [https://builds.apache.org/job/tobago-1.5.x/160/])
    TOBAGO-1270: The textAlign attribute of tc:flowLayout on JSP doesn't work on Tomcat, when using a string literal
 - test page (Revision 1485610)

     Result = FAILURE
lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485610
Files : 
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/flowLayout
* /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/test/flowLayout/flowLayout-textAlign.xhtml

                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/sof&lt;/pre&gt;</description>
    <dc:creator>Hudson (JIRA</dc:creator>
    <dc:date>2013-05-23T12:41:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58158">
    <title>[jira] [Commented] (TOBAGO-1251) tc:link is calculated to narrow when using "auto", especially when images are used</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58158</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/TOBAGO-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665118#comment-13665118 ] 

Hudson commented on TOBAGO-1251:
--------------------------------

Integrated in tobago-1.5.x #160 (See [https://builds.apache.org/job/tobago-1.5.x/160/])
    TOBAGO-1251: tc:link is calculated to narrow when using "auto", especially when images are used 
 - adding 1 pixel per character (Revision 1485608)

     Result = FAILURE
lofwyr : http://svn.apache.org/viewvc/?view=rev&amp;amp;rev=1485608
Files : 
* /myfaces/tobago/branches/tobago-1.5.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java

                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Hudson (JIRA</dc:creator>
    <dc:date>2013-05-23T12:41:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58157">
    <title>[jira] [Created] (MYFACES-3728) javax.faces.partial.execute=&lt; at &gt;none still process</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58157</link>
    <description>&lt;pre&gt;Thomas Andraschko created MYFACES-3728:
------------------------------------------

             Summary: javax.faces.partial.execute=&amp;lt; at &amp;gt;none still process
                 Key: MYFACES-3728
                 URL: https://issues.apache.org/jira/browse/MYFACES-3728
             Project: MyFaces Core
          Issue Type: Bug
            Reporter: Thomas Andraschko




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Thomas Andraschko (JIRA</dc:creator>
    <dc:date>2013-05-23T12:37:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58156">
    <title>[jira] [Commented] (EXTCDI-309) look for phase listeners in parent classloader too</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58156</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/EXTCDI-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665094#comment-13665094 ] 

Romain Manni-Bucau commented on EXTCDI-309:
-------------------------------------------

right,

i thought the hack getParent() was not that bad to be integrable (at least through config) but i understand if you prefer to wait for DS (since providing it in the webapp make it green)
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Romain Manni-Bucau (JIRA</dc:creator>
    <dc:date>2013-05-23T12:02:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58155">
    <title>[jira] [Commented] (EXTCDI-309) look for phase listeners in parent classloader too</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58155</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/EXTCDI-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665072#comment-13665072 ] 

Gerhard Petracek commented on EXTCDI-309:
-----------------------------------------

as you might know there is https://issues.apache.org/jira/browse/DELTASPIKE-335 for it
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Gerhard Petracek (JIRA</dc:creator>
    <dc:date>2013-05-23T11:08:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58154">
    <title>[jira] [Commented] (EXTCDI-309) look for phase listeners in parent classloader too</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.myfaces.devel/58154</link>
    <description>&lt;pre&gt;
    [ https://issues.apache.org/jira/browse/EXTCDI-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=13665070#comment-13665070 ] 

Romain Manni-Bucau commented on EXTCDI-309:
-------------------------------------------

Well, the issue was mainly to track it down.

Side note: DS should work on ears (even if CDI is not that clear) otherwise it is quite limitating IMO.
                

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

&lt;/pre&gt;</description>
    <dc:creator>Romain Manni-Bucau (JIRA</dc:creator>
    <dc:date>2013-05-23T11:04:20</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.devel</link>
  </textinput>
</rdf:RDF>
