[jira] [Created] (TOBAGO-1010) ResponseWriter: Optimize tc:script and tc:style output

2011-07-05 Thread Udo Schnurpfeil (JIRA)
ResponseWriter: Optimize tc:script and tc:style output -- Key: TOBAGO-1010 URL: https://issues.apache.org/jira/browse/TOBAGO-1010 Project: MyFaces Tobago Issue Type: Task

[jira] [Created] (MYFACES-3206) ui:repeat loses varStatus during save/restore state

2011-07-05 Thread James G (JIRA)
ui:repeat loses varStatus during save/restore state --- Key: MYFACES-3206 URL: https://issues.apache.org/jira/browse/MYFACES-3206 Project: MyFaces Core Issue Type: Bug Affects Versions:

Re: Issues Upgrading JSF and Richfaces

2011-07-05 Thread David Wu
Hi Scott, Thanks for the quick reply. Let check what other Mojarra libraries and classes files are left around. I will keep you updated. -- View this message in context: http://old.nabble.com/Issues-Upgrading-JSF-and-Richfaces-tp31991210p31997199.html Sent from the My Faces - Dev mailing

Re: Issues Upgrading JSF and Richfaces

2011-07-05 Thread Max Starets
David, The exception is for a class from Facelets 1.1.x. I would make sure that you do not have old Facelets libraries around (Facelets is now part of JSF 2.0) and that you do not have any custom Facelets tag definitions (taglib.xml) referencing the old classes. Max On 7/5/2011 10:16 AM,

[jira] [Created] (MYFACES-3207) ErrorPageWriter: provide info about component(s) that triggered the problem

2011-07-05 Thread JIRA
ErrorPageWriter: provide info about component(s) that triggered the problem Key: MYFACES-3207 URL: https://issues.apache.org/jira/browse/MYFACES-3207 Project: MyFaces Core

[jira] [Commented] (MYFACES-3204) h:panelGrid sometimes renders invalid html

2011-07-05 Thread Robert M. Gary (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13059981#comment-13059981 ] Robert M. Gary commented on MYFACES-3204: - Martin, The example I gave above is a

[jira] [Resolved] (MYFACES-3200) All values of self-defined composite-component attributes disappear unexpected.

2011-07-05 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3200. - Resolution: Fixed I checked it again and it is true. Some days ago we did a fix over

[jira] [Commented] (PORTLETBRIDGE-217) Test URL should be resources/myImage.jpg?javax.portlet.faces.BackLink=myBackLinkParam

2011-07-05 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060037#comment-13060037 ] Michael Freedman commented on PORTLETBRIDGE-217: Wesley, is this a

[jira] [Commented] (PORTLETBRIDGE-217) Test URL should be resources/myImage.jpg?javax.portlet.faces.BackLink=myBackLinkParam

2011-07-05 Thread Wesley Hales (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060044#comment-13060044 ] Wesley Hales commented on PORTLETBRIDGE-217: Actually, Alex is in the

[jira] [Updated] (PORTLETBRIDGE-217) Test URL should be resources/myImage.jpg?javax.portlet.faces.BackLink=myBackLinkParam

2011-07-05 Thread Alexandr Smirnov (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandr Smirnov updated PORTLETBRIDGE-217: --- Status: Patch Available (was: Open) Test URL should be

[jira] [Commented] (PORTLETBRIDGE-217) Test URL should be resources/myImage.jpg?javax.portlet.faces.BackLink=myBackLinkParam

2011-07-05 Thread Alexandr Smirnov (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060087#comment-13060087 ] Alexandr Smirnov commented on PORTLETBRIDGE-217: I uploaded the

[jira] [Resolved] (MYFACES-3206) ui:repeat loses varStatus during save/restore state

2011-07-05 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3206. - Resolution: Fixed Fix Version/s: 2.1.2 2.0.8

[jira] [Commented] (MYFACES-3200) All values of self-defined composite-component attributes disappear unexpected.

2011-07-05 Thread Rene O (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13060308#comment-13060308 ] Rene O commented on MYFACES-3200: - Now everything works as excpected. Thanks for fixing