Re: Error in 1.2

2007-03-14 Thread Cagatay Civici
Hi Bernd, should be fixed on 1.2 branch, now. Yes, it does, thanks. Cagatay On 3/14/07, Bernd Bohmann [EMAIL PROTECTED] wrote: Hello, should be fixed on 1.2 branch, now. Regards Bernd Zdeněk Sochor wrote: Hi, this problem is not easy to solve - some1 commited patch to refactor

[Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Matthias Wessendorf
Hi, This is a proposal to donate a rich component library for JSF to the Apache Software Foundation. The live version of the proposal is available at http://wiki.apache.org/myfaces/RCF_Proposal. Omar Tazi (Chief Open Source Evangelist at Oracle) and I have been working on that proposal over the

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Matthias Wessendorf
One more note, form my side. Here is a *viewlet*, a demo of some components, in case you like to get an idea: http://www.oracle.com/technology/products/jdev/viewlets/1013/richclient_viewlet_swf.html Sure, that isn't a *documentation* but at least you can see something ... ;) Thanks, Matthias

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Werner Punz
In other news... Matthias Wessendorf has dropped a bomb into the myfaces devel list... This stuff is awesome. Matthias Wessendorf schrieb: One more note, form my side. Here is a *viewlet*, a demo of some components, in case you like to get an idea:

[jira] Created: (TOBAGO-320) Markup attribute for UIPanel

2007-03-14 Thread JIRA
Markup attribute for UIPanel Key: TOBAGO-320 URL: https://issues.apache.org/jira/browse/TOBAGO-320 Project: MyFaces Tobago Issue Type: Improvement Reporter: Arvid Hülsebus Assigned To: Arvid

[jira] Created: (MYFACES-1561) Validators, Converters are not recognized

2007-03-14 Thread Cagatay Civici (JIRA)
Validators, Converters are not recognized - Key: MYFACES-1561 URL: https://issues.apache.org/jira/browse/MYFACES-1561 Project: MyFaces Core Issue Type: Bug Components: JSR-252 Affects

[jira] Created: (TOBAGO-321) Core unit tests don't run from behind a proxy

2007-03-14 Thread JIRA
Core unit tests don't run from behind a proxy - Key: TOBAGO-321 URL: https://issues.apache.org/jira/browse/TOBAGO-321 Project: MyFaces Tobago Issue Type: Improvement Components: Core

[jira] Commented: (TOMAHAWK-90) t:panelTabbedPane breaks commandLinks

2007-03-14 Thread Bert Depaz (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480791 ] Bert Depaz commented on TOMAHAWK-90: Hi, I just want to comment on this that the mentioned fix with the

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Werner Punz
+1 add me to the list of initial committers... Matthias Wessendorf schrieb: One more note, form my side. Here is a *viewlet*, a demo of some components, in case you like to get an idea: http://www.oracle.com/technology/products/jdev/viewlets/1013/richclient_viewlet_swf.html Sure,

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Matthias Wessendorf
There is a runtime dependency on the trinidad artifacts. There is no special dependency to a specific JSF impl, only the *plain* JSF API is used. Greetings, Matthias On 3/14/07, Zdeněk Sochor [EMAIL PROTECTED] wrote: Hi Matthias, are there any RUNTIME dependencies for RFC on other SPECIFIC

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Zdeněk Sochor
Hi Matthias, are there any RUNTIME dependencies for RFC on other SPECIFIC apache JSF projects? (like Tomahawk's and Impl's on shared) It's not clear from proposal. Btw, SWF demo looks pretty cool ;) Regards, Zdenek Matthias Wessendorf napsal(a): One more note, form my side. Here is a

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Werner Punz
Zdeněk Sochor schrieb: Hi Matthias, are there any RUNTIME dependencies for RFC on other SPECIFIC apache JSF projects? (like Tomahawk's and Impl's on shared) It's not clear from proposal. Btw, SWF demo looks pretty cool ;) Regards, Zdenek I assume it is a Trinidad extension.

Re: [NumberConverter] percentage vs. percent

2007-03-14 Thread Zdeněk Sochor
Only tlddoc is faulty - API is fine. And this error goes through ALL 1.x versions. Matthias Wessendorf napsal(a): Yeah, I checked the code of the RI NumberConverter and MyFaces. Since both pass the TCK, percent is fine. Question is: Why is the RI doc wrong ? :) On 3/14/07, Zdeněk Sochor

Re: [NumberConverter] percentage vs. percent

2007-03-14 Thread Matthias Wessendorf
yeah, I came over it yesterday :-) On 3/14/07, Zdeněk Sochor [EMAIL PROTECTED] wrote: Only tlddoc is faulty - API is fine. And this error goes through ALL 1.x versions. Matthias Wessendorf napsal(a): Yeah, I checked the code of the RI NumberConverter and MyFaces. Since both pass the TCK,

Re: Jira - invalid issues

2007-03-14 Thread Zdeněk Sochor
Hi, as much as i hate responding to my own message, BUT: Can someone review these issues (IMO fixed or invalid)? TOMAHAWK-11 TOMAHAWK-207 (duplicate TOMAHAWK-206) TOMAHAWK-210 TOMAHAWK-211 (duplicate TOMAHAWK-210) TOMAHAWK-226 TOMAHAWK-259 TOMAHAWK-420 TOMAHAWK-466 TOMAHAWK-484 TOMAHAWK-723

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Duong BaTien
Wow. Thanks to Jsf community efforts and Oracle business vision. I am very keen to have a hand-on with these components under tomcat 6. Duong BaTien BudhNet and DBGROUPS On Wed, 2007-03-14 at 10:40 +0100, Matthias Wessendorf wrote: Hi, This is a proposal to donate a rich component library

Re: [NumberConverter] percentage vs. percent

2007-03-14 Thread Zdeněk Sochor
Hi, according to JSF 1.1 spec (section 9.4.4) percent is right one. Regards, Zdenek Matthias Wessendorf napsal(a): The tlddoc for the NumberConverter type says: Specifies how the number string will be formatted and parsed. Valid values are number, currency, and percentage. Default value is

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Gary VanMatre
From: Matthias Wessendorf [EMAIL PROTECTED] Hi, This is a proposal to donate a rich component library for JSF to the Apache Software Foundation. The live version of the proposal is available at http://wiki.apache.org/myfaces/RCF_Proposal. Omar Tazi (Chief Open Source Evangelist at

SortableModel and t:dataTable changes/improvements

2007-03-14 Thread Mike Kienenberger
I took a look at SortableModel and t:dataTable sorting again last night. My requirements in most cases are to simply specify a sort order in the page code, not to allow end-users to manipulate the sort order.From what I can tell, there's no easy way to do this. I documented the most

Re: [jira] Commented: (TOMAHAWK-914) t:dataTable style attributes don't work with Facelets

2007-03-14 Thread Mike Kienenberger
Unfortunately, I haven't. I'm likely to be pulling down the latest MyFaces code in the next week or two and implementing a few things. If no one else has gotten to it by then, I'll try to do it at that point. On the bright side, your issue has helped me dodge a number of potential issues by

Re: [jira] Commented: (TOMAHAWK-914) t:dataTable style attributes don't work with Facelets

2007-03-14 Thread Jeff Bischoff
Mike Kienenberger wrote: Unfortunately, I haven't. I'm likely to be pulling down the latest MyFaces code in the next week or two and implementing a few things. If no one else has gotten to it by then, I'll try to do it at that point. Great, thanks. On the bright side, your issue has helped

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Cagatay Civici
Hi, I also want to be involved. Cagatay [EMAIL PROTECTED] On 3/14/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Matthias Wessendorf [EMAIL PROTECTED] Hi, This is a proposal to donate a rich component library for JSF to the Apache Software Foundation. The live version of the proposal

[jira] Commented: (MYFACES-790) Select Menus bound to Integer value with calculated el expression in itemValue don't work

2007-03-14 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480921 ] Mike Kienenberger commented on MYFACES-790: --- Carsten, It is your responsiblity as the programmer to

[jira] Commented: (TOBAGO-322) tabs after a readonly tab are not accessible if switch type is tabReload

2007-03-14 Thread Guido Dubois (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480931 ] Guido Dubois commented on TOBAGO-322: - :-$ How to get a readonly tab? tabs after a readonly tab are not

[jira] Commented: (MYFACES-790) Select Menus bound to Integer value with calculated el expression in itemValue don't work

2007-03-14 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480932 ] Mike Kienenberger commented on MYFACES-790: --- Thomas, I took a look at 4.1.13.2. There's nothing in

Re: Jira - invalid issues

2007-03-14 Thread Mike Kienenberger
It would be more helpful if you commented directly on each of the following issues where it's not obvious if it's fixed or invalid. Your comment should prove that the issue is either fixed or no longer valid. For instance, it's not clear to me that TOMAHAWK-11 is fixed. On 3/14/07, Zdeněk

Re: Jira - invalid issues

2007-03-14 Thread Mike Kienenberger
TOMAHAWK-420 is not invalid or fixed. It's incomplete -- I've never gotten back to finishing it. On 3/14/07, Zdeněk Sochor [EMAIL PROTECTED] wrote: Hi, as much as i hate responding to my own message, BUT: Can someone review these issues (IMO fixed or invalid)? TOMAHAWK-11 TOMAHAWK-207

[jira] Resolved: (MYFACES-1562) ValueBinding's getType always returns object when trying to converter for class

2007-03-14 Thread Cagatay Civici (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cagatay Civici resolved MYFACES-1562. - Resolution: Fixed Fix Version/s: 1.2.0-SNAPSHOT Fixed by using valueexpression

[jira] Commented: (TOMAHAWK-872) t:collapsiblePanel fails to toggle

2007-03-14 Thread Ryan Lubke (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480983 ] Ryan Lubke commented on TOMAHAWK-872: - I've done a little digging as to why the first collapsible panel

[jira] Resolved: (TOMAHAWK-846) Calendar does not work with Sun RI 1.1 when renderAsPopup=true and date value is initially null

2007-03-14 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved TOMAHAWK-846. Resolution: Fixed Fix Version/s: 1.1.5-SNAPSHOT Diana reports that the

Re: [Proposal] RCF, a rich component library for JSF

2007-03-14 Thread Simon Lessard
Hello Matthias, I would like to join as an initial commiter as well if possible. Thanks, ~ Simon On 3/14/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Matthias Wessendorf [EMAIL PROTECTED] Hi, This is a proposal to donate a rich component library for JSF to the Apache Software