Lightweight Dialogs

2007-10-17 Thread Ganesh Ramachandran
Several issues related to lightweight dialogs were fixed in 1.0.3-corehttps://issues.apache.org/jira/browse/TRINIDAD/fixforversion/12312675. Are these available as a patch for 1.2.2? For example, how do I get this patched in 1.2.2 https://issues.apache.org/jira/browse/TRINIDAD-736 - Dialog popup

Re: Lightweight Dialogs

2007-10-17 Thread Matthias Wessendorf
Hi there is a 1.2.3 branch, created from the 1.0.3 version, that contains all these fixes. the 123 is about to be released. -M On 10/17/07, Ganesh Ramachandran [EMAIL PROTECTED] wrote: Several issues related to lightweight dialogs were fixed in 1.0.3-core. Are these available as a patch for

[jira] Commented: (TRINIDAD-772) Setting First to -1 makes UIXIterator scroll to the end

2007-10-17 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535516 ] Matthias Weßendorf commented on TRINIDAD-772: - looks like this is true for the 1.0.x as well Setting

[jira] Commented: (TOMAHAWK-1133) Data Scroller doesnt honor dynamic rowclasses during pagination

2007-10-17 Thread Zdenek Sochor (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535547 ] Zdenek Sochor commented on TOMAHAWK-1133: - Hi David, this behaviour is NOT a bug. RowClasses attribute

[jira] Updated: (TRINIDAD-772) Setting First to -1 makes UIXIterator scroll to the end

2007-10-17 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-772: Resolution: Fixed Fix Version/s: 1.2.3-core 1.0.4-core

[jira] Commented: (TOMAHAWK-1133) Data Scroller doesnt honor dynamic rowclasses during pagination

2007-10-17 Thread David Brainard (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535568 ] David Brainard commented on TOMAHAWK-1133: -- Hi Zdenek , According to the API docs we keep iterating

[jira] Commented: (TOMAHAWK-1133) Data Scroller doesnt honor dynamic rowclasses during pagination

2007-10-17 Thread Zdenek Sochor (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535578 ] Zdenek Sochor commented on TOMAHAWK-1133: - Hi David, as you quoted: until we reach the end ~end of

[jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Jan Ziegler (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535582 ] Jan Ziegler commented on MYFACES-1745: -- But when I correct the source-files (UIMessage, HtmlOutputLabel)

[jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535586 ] Mike Kienenberger commented on MYFACES-1745: Well, then I'd say I was wrong, and that there is

[jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Jan Ziegler (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535590 ] Jan Ziegler commented on MYFACES-1745: -- If you mean setting the generated source files to read only to avoid

[jira] Created: (TRINIDAD-773) Inefficient way to create faces ben in FacesBeanFactory

2007-10-17 Thread Stevan Malesevic (JIRA)
Inefficient way to create faces ben in FacesBeanFactory --- Key: TRINIDAD-773 URL: https://issues.apache.org/jira/browse/TRINIDAD-773 Project: MyFaces Trinidad Issue Type: Bug

[jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535594 ] Mike Kienenberger commented on MYFACES-1745: At this point, you probably would be better off asking on

Re: [jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Andrew Robinson
I'm looking into this as a problem with the maven-faces-plugin source. What is interesting is the trunk is pointing at an old version of the plugin (1.2.1.1). I'll try to see what is going on with the plugin and see if I can use 1.2.4-SNAPSHOT to debug the issue. It seems like the

Re: [jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Bernhard Huemer
Hello, that's what I've already detected. That seems to be a trivial bug of the Maven Faces Plugin's MyFacesComponentGenerator. In order to the generate the fancy getter, it uses the name of the given parameter rather than the name of the property. regards, Bernhard On 10/17/2007 +0200,

Re: [jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Andrew Robinson
I realize that, I'm trying to fix it though :) On 10/17/07, Bernhard Huemer [EMAIL PROTECTED] wrote: Hello, that's what I've already detected. That seems to be a trivial bug of the Maven Faces Plugin's MyFacesComponentGenerator. In order to the generate the fancy getter, it uses the name

Re: [jira] Commented: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Andrew Robinson
Sorry, meaning that I am just verifying your patch. Will be applying it for you On 10/17/07, Andrew Robinson [EMAIL PROTECTED] wrote: I realize that, I'm trying to fix it though :) On 10/17/07, Bernhard Huemer [EMAIL PROTECTED] wrote: Hello, that's what I've already detected. That

Facelet and Trinidad scroll problem

2007-10-17 Thread Vladimir Gorogotsky
Hi. The problem is: If rendered output is too long (for example long dataTable this facet deteilStamp) and user discloses facet by clicking link at bottom the page scrolls to the top. When I use JSP pages all works fine. But when I try to use facelets this problem appears. Can anyone tell me

[MyFaces 1.2] Objections to upgrading a pom.xml plugin?

2007-10-17 Thread Andrew Robinson
I am applying the patch from Bernhard Huemer for the MyFaces-1745 issue. Once this is done, the plugin will be fixed, by not the branch. Are there any objections to me upgrading the maven-faces-plugin reference in the build project to use the SNAPSHOT? DIFF: Index: core/build/pom.xml

[jira] Resolved: (MYFACES-1745) for-Attribute of UIMessage and HtmlOutputLabel does not work with an EL Expression

2007-10-17 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson resolved MYFACES-1745. -- Resolution: Incomplete Fix Version/s: 1.2.1-SNAPSHOT Committed revision

Re: [MyFaces 1.2] Objections to upgrading a pom.xml plugin?

2007-10-17 Thread Matthias Wessendorf
+1 On 10/17/07, Andrew Robinson [EMAIL PROTECTED] wrote: I am applying the patch from Bernhard Huemer for the MyFaces-1745 issue. Once this is done, the plugin will be fixed, by not the branch. Are there any objections to me upgrading the maven-faces-plugin reference in the build project to

[jira] Updated: (MYFACES-1684) myface 1.2 cant handle enum type

2007-10-17 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-1684: -- Status: Patch Available (was: Reopened) myface 1.2 cant handle enum type

[jira] Updated: (MYFACES-1746) Properties not set in UIComponentTag.createComponent()

2007-10-17 Thread Michael Kurz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-1746: -- Status: Patch Available (was: Open) Properties not set in UIComponentTag.createComponent()

Re: GuiceFaces

2007-10-17 Thread Mike Kienenberger
Stick it in jsf-comp until there's a place for it in Myfaces? On 10/2/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/2/07, Dennis Byrne [EMAIL PROTECTED] wrote: I've thrown together a couple of different ways of getting MyFaces to use Guice (similar to

[jira] Created: (TRINIDAD-774) support for static colors in a tag

2007-10-17 Thread Jeanne Waldman (JIRA)
support for static colors in a tag -- Key: TRINIDAD-774 URL: https://issues.apache.org/jira/browse/TRINIDAD-774 Project: MyFaces Trinidad Issue Type: Improvement Reporter: Jeanne Waldman

[jira] Commented: (MYFACES-1747) GuiceResolver

2007-10-17 Thread Dennis Byrne (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535788 ] Dennis Byrne commented on MYFACES-1747: --- created issue per Matze request. GuiceResolver -

[jira] Created: (MYFACES-1747) GuiceResolver

2007-10-17 Thread Dennis Byrne (JIRA)
GuiceResolver - Key: MYFACES-1747 URL: https://issues.apache.org/jira/browse/MYFACES-1747 Project: MyFaces Core Issue Type: New Feature Components: JSR-252 Affects Versions: 1.2.1-SNAPSHOT Environment: