[Trinidad] NumberConverter and fr_FR locale

2007-11-28 Thread Matthias Wessendorf
for fixing Trinidad-202 ([1] (was done during incubation)), we added these lines (and some other) DecimalFormat df = (DecimalFormat)fmt; DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); if (dfs.getGroupingSeparator() == '\u00a0') value = value.replace(' ', '\u00a0');

[jira] Created: (TOBAGO-557) Selection problem with tc:treeListbox selectable=siblingLeafOnly

2007-11-28 Thread Emrullah Yaz (JIRA)
Selection problem with tc:treeListbox selectable=siblingLeafOnly Key: TOBAGO-557 URL: https://issues.apache.org/jira/browse/TOBAGO-557 Project: MyFaces Tobago Issue Type:

Re: [jira] Commented: (TOMAHAWK-128) Incorrect inputCalendar position when placed in DIV tag with position: absolute;

2007-11-28 Thread Richard Bremner
this does not seem to work. After applying the patch, I still have the problem. Richard My Faces - Dev mailing list wrote: [ https://issues.apache.org/jira/browse/TOMAHAWK-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531538 ] Thiago D.

Re: [Trinidad] open issues

2007-11-28 Thread Matthias Wessendorf
saw it. will take care soon. -M On Nov 28, 2007 2:13 PM, Gerhard Petracek [EMAIL PROTECTED] wrote: hello matthias, today i opened a new issue and provided a patch - a new link for my previous list: https://issues.apache.org/jira/browse/TRINIDAD-842 regards, gerhard @: the text of the

Re: [Trinidad] open issues

2007-11-28 Thread Gerhard Petracek
hello matthias, today i opened a new issue and provided a patch - a new link for my previous list: https://issues.apache.org/jira/browse/TRINIDAD-842 regards, gerhard @: the text of the mail is nearly the same again - however, it's really a new issue :) 2007/11/27, Gerhard Petracek [EMAIL

Re: SortableModel and t:dataTable changes/improvements

2007-11-28 Thread Mike Kienenberger
Tomahawk's t:dataTable requires SortableDataModel, which is why that check is in here. At some point I'd love to see that requirement relaxed, but no one has done further work toward that end. I think the easiest thing to do right now is to subclass HtmlDataTable and override createDataModel.

[jira] Resolved: (TOMAHAWK-6) MyFaces FileUpload Issues

2007-11-28 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Marinschek resolved TOMAHAWK-6. -- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT Assignee: Martin

Re: svn commit: r599022 - in /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces: custom/fileupload/ webapp/filter/

2007-11-28 Thread Matthias Wessendorf
can you add the license headers? :-) On Nov 28, 2007 4:14 PM, [EMAIL PROTECTED] wrote: Author: mmarinschek Date: Wed Nov 28 07:14:17 2007 New Revision: 599022 URL: http://svn.apache.org/viewvc?rev=599022view=rev Log: fix for https://issues.apache.org/jira/browse/TOMAHAWK-6 (TOMAHAWK-6):

Re: [Trinidad] Adding additional accessibility features to skinning

2007-11-28 Thread Matt Cooper
Okay, we'll skip them for now and can reconsider later if people start asking for it. On Nov 27, 2007 2:54 PM, Jeanne Waldman [EMAIL PROTECTED] wrote: I don't know off the top of my head, but you can test this with the @agent style. If the base skin has @agent ie {.foo {some css properties}}

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matt Cooper
+1 On Nov 27, 2007 1:47 PM, Gary Kind [EMAIL PROTECTED] wrote: +1 Jeanne Waldman wrote: +1 Gabrielle Crawford wrote: +1 Bruno Aranda wrote: +1 On 27/11/2007, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On Nov 27, 2007 10:26 AM, Matthias Wessendorf [EMAIL

Re: svn commit: r599022 - in /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces: custom/fileupload/ webapp/filter/

2007-11-28 Thread Martin Marinschek
sure, done - sorry. regards, Martin On 11/28/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: can you add the license headers? :-) On Nov 28, 2007 4:14 PM, [EMAIL PROTECTED] wrote: Author: mmarinschek Date: Wed Nov 28 07:14:17 2007 New Revision: 599022 URL:

[jira] Created: (TOBAGO-558) StringIndexOutOfBoundsException in MenuBarRenderer

2007-11-28 Thread Volker Weber (JIRA)
StringIndexOutOfBoundsException in MenuBarRenderer -- Key: TOBAGO-558 URL: https://issues.apache.org/jira/browse/TOBAGO-558 Project: MyFaces Tobago Issue Type: Bug Components: Core,

[jira] Updated: (TRINIDAD-842) client-side validation and ppr

2007-11-28 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-842: Resolution: Fixed Fix Version/s: 1.0.5-core Status: Resolved

[jira] Resolved: (TOBAGO-558) StringIndexOutOfBoundsException in MenuBarRenderer

2007-11-28 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-558. - Resolution: Fixed StringIndexOutOfBoundsException in MenuBarRenderer

[jira] Created: (TOBAGO-559) Reduce content size of a button with accelerator.

2007-11-28 Thread Bernd Bohmann (JIRA)
Reduce content size of a button with accelerator. - Key: TOBAGO-559 URL: https://issues.apache.org/jira/browse/TOBAGO-559 Project: MyFaces Tobago Issue Type: Improvement Affects Versions:

An Extensions Filter Bug

2007-11-28 Thread Carlos Adolfo Ortiz Quiros
HI you all After a great amount of time trying to find why web page in the source code gets altered I concluded that the Extensions Filter is doing something that should not be doing or perhaps I don't know how to fix. Here is the situation. First code sample %@ page

Reminder: i18n Tomahawk Calendar patch

2007-11-28 Thread Hazem Saleh
Hi all, Please apply this patch if you have sometime. Here is the JIRA issue url : https://issues.apache.org/jira/browse/TOMAHAWK-1155 This patch contains the arabization support for the Tomahawk Calendar Thanks all very much. I really appreciate your efforts. -- Hazem Ahmed Saleh Ahmed

RE: An Extensions Filter Bug

2007-11-28 Thread Carlos Adolfo Ortiz Quiros
I am using Tomahawk library, JSF1.2, and traed the f:verbatim and nothing happened that way. It is the extension filter. -Mensaje original- De: Scott O'Bryan [mailto:[EMAIL PROTECTED] Enviado el: Wednesday, November 28, 2007 3:42 PM Para: MyFaces Development Asunto: Re: An Extensions

Re: An Extensions Filter Bug

2007-11-28 Thread Scott O'Bryan
Are you using JSF 1.2 or JSF 1.1. If you are using 1.1, you'll either want to use the f:verbatum tag to wrap non-faces content. Scott Carlos Adolfo Ortiz Quiros wrote: HI you all After a great amount of time trying to find why web page in the source code gets altered I concluded that the

Re: An Extensions Filter Bug

2007-11-28 Thread Scott O'Bryan
Yeah sorry I got side tracked with the syntax. :) JSF1.2 handles inline html correctly. :) Now for your question. What exactly are you asking? In your page declaration, you are setting the charset to be windows-1252. This means that code will be transmitted to the browser using that

RE: An Extensions Filter Bug

2007-11-28 Thread Carlos Adolfo Ortiz Quiros
You are right. I am trying to encode page as Windows-1252 page. The problem as you can read the JSP page I have included, in the original message. There I have characters like á, I ask the Tomcat server to handle the page and I capture the generated Java source for page and the characters like

Re: [result][vote] start up the MyFaces Commons project

2007-11-28 Thread Matthias Wessendorf
Hi, it is that case, that Bernd I and meet next weekend. If you guys don't mind, we start the commons project, as discussed here. Like maven-stuff etc. -Matthias On Nov 13, 2007 7:27 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! BTW, I do not understand why some of you are so scared by

[jira] Created: (TRINIDAD-843) Jdev plugin - Nullpointer exception

2007-11-28 Thread Aino Andriessen (JIRA)
Jdev plugin - Nullpointer exception --- Key: TRINIDAD-843 URL: https://issues.apache.org/jira/browse/TRINIDAD-843 Project: MyFaces Trinidad Issue Type: Bug Components: Plugins Affects Versions:

[jira] Issue Comment Edited: (TRINIDAD-843) Jdev plugin - Nullpointer exception

2007-11-28 Thread Aino Andriessen (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546417 ] aino_a edited comment on TRINIDAD-843 at 11/28/07 1:42 PM: It seems that the

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matthias Wessendorf
yes, just noticed that bug... fix you have a fix, I can replace the JARs tomorrow :-) On Nov 28, 2007 10:53 PM, Matt Cooper [EMAIL PROTECTED] wrote: Perhaps this release should wait on a fix for: https://issues.apache.org/jira/browse/TRINIDAD-843 On Nov 28, 2007 8:29 AM, Matt Cooper [EMAIL

[jira] Commented: (TRINIDAD-177) JDev plugin - compiler configuration

2007-11-28 Thread Aino Andriessen (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546429 ] Aino Andriessen commented on TRINIDAD-177: -- Patch still needs to be applied. Patch is still valid for

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matt Cooper
Perhaps this release should wait on a fix for: https://issues.apache.org/jira/browse/TRINIDAD-843 On Nov 28, 2007 8:29 AM, Matt Cooper [EMAIL PROTECTED] wrote: +1 On Nov 27, 2007 1:47 PM, Gary Kind [EMAIL PROTECTED] wrote: +1 Jeanne Waldman wrote: +1 Gabrielle Crawford wrote:

[jira] Created: (TRINIDAD-844) JDev plugin - JHeadstart

2007-11-28 Thread Aino Andriessen (JIRA)
JDev plugin - JHeadstart Key: TRINIDAD-844 URL: https://issues.apache.org/jira/browse/TRINIDAD-844 Project: MyFaces Trinidad Issue Type: Wish Components: Plugins Reporter: Aino Andriessen It

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matt Cooper
Okay, I'll -1 this release until TRINIDAD-843 is resolved (appears to be a side effect of the fix for TRINIDAD-808). On Nov 28, 2007 2:55 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: yes, just noticed that bug... fix you have a fix, I can replace the JARs tomorrow :-) On Nov 28, 2007

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matthias Wessendorf
-1 on this release, because of the 843 issue. let me check it tomorrow morning. On Nov 28, 2007 10:55 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: yes, just noticed that bug... fix you have a fix, I can replace the JARs tomorrow :-) On Nov 28, 2007 10:53 PM, Matt Cooper [EMAIL

[Trinidad] tr:tree component rowSelection attribute

2007-11-28 Thread Abhinav Korlakunta
Hi, I am trying to use 'rowSelection' attribute on 'tree' component but I am not able to find it in the tag documentation attribute list. But here, http://myfaces.apache.org/trinidad/devguide/tree.html#SelectionEvent , in the tree component dev guide the attribute is explained clearly. Is

How to effectivly change the CSS for INPUTCalendar

2007-11-28 Thread Carlos Adolfo Ortiz Quiros
What is the best or suggested way to change the CSS for the InputCalendar? CARLOS ADOLFO ORTIZ Q Ingeniero de Desarrollo TRÉBOL Software S.A. Tel : (574)3110663 Fax : (574)3113474 Dirección Cll 16 # 28-195 Medellín - Colombia http://www.trebol.com.co http://www.trebol.com.co/ La

Re: [result][vote] start up the MyFaces Commons project

2007-11-28 Thread Manfred Geiler
yes, fine! please consider the following structure: myfaces-jsfcommons | myfaces-jsfcommons-api | myfaces-jsfcommons-impl | myfaces-jsfcommons-sandbox (we must avoid the name myfaces-commons for there was once a project with that name - see maven repo!) api = the classes

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
I will fix it right away and put out a new patch. Matthias Wessendorf wrote: -1 on this release, because of the 843 issue. let me check it tomorrow morning. On Nov 28, 2007 10:55 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: yes, just noticed that bug... fix you have a fix, I can

[jira] Commented: (TRINIDAD-843) Jdev plugin - Nullpointer exception

2007-11-28 Thread Gary Kind (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546481 ] Gary Kind commented on TRINIDAD-843: The local tag libraries, if any should be located in your maven project's

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
Matthias, I have a fix for the NPE, should I make a complete trunk.patch again and put it on Trinidad-808? Matthias Wessendorf wrote: -1 on this release, because of the 843 issue. let me check it tomorrow morning. On Nov 28, 2007 10:55 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote:

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
I have uploaded a new patch to Trinidad-808 with the fix for Trinidad-843. Gary Kind wrote: Matthias, I have a fix for the NPE, should I make a complete trunk.patch again and put it on Trinidad-808? Matthias Wessendorf wrote: -1 on this release, because of the 843 issue. let

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Scott O'Bryan
Actually Gary, I think 808 is already committed, so the smaller patch which just fixes 843 might be easier to apply. If this can't be done, the patch may have to do. But if it can I think it would be preferable. Scott Gary Kind wrote: I have uploaded a new patch to Trinidad-808 with the

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Gary Kind
Okay, I am still unfamiliar with procedures. Will do. Scott O'Bryan wrote: Actually Gary, I think 808 is already committed, so the smaller patch which just fixes 843 might be easier to apply. If this can't be done, the patch may have to do. But if it can I think it would be preferable.

[jira] Created: (PORTLETBRIDGE-16) Path problems in PortletExternalContextImpl.

2007-11-28 Thread Michael Freedman (JIRA)
Path problems in PortletExternalContextImpl. Key: PORTLETBRIDGE-16 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-16 Project: MyFaces Portlet Bridge Issue Type: Bug

[jira] Updated: (PORTLETBRIDGE-17) Bridge faces-config.xml doesn't configure the bridge's StateManager

2007-11-28 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman updated PORTLETBRIDGE-17: -- Status: Patch Available (was: Open) Bridge faces-config.xml doesn't

[jira] Created: (PORTLETBRIDGE-17) Bridge faces-config.xml doesn't configure the bridge's StateManager

2007-11-28 Thread Michael Freedman (JIRA)
Bridge faces-config.xml doesn't configure the bridge's StateManager --- Key: PORTLETBRIDGE-17 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-17 Project: MyFaces Portlet Bridge

[orchestra] Conversation issues with master-detail

2007-11-28 Thread rkull
I am trying to create a master-detail screen scenario and am following the best-practices guide in the wiki (the simple CRUD cycle - http://wiki.apache.org/myfaces/A_simple_Crud_Cycle) and it does not actually work. Am I doing something wrong? Here is what I have: MasterView has a BO which it

[jira] Resolved: (PORTLETBRIDGE-17) Bridge faces-config.xml doesn't configure the bridge's StateManager

2007-11-28 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan resolved PORTLETBRIDGE-17. Resolution: Fixed Committed to trunk. Thanks Mike for catching and

[jira] Resolved: (PORTLETBRIDGE-16) Path problems in PortletExternalContextImpl.

2007-11-28 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott O'Bryan resolved PORTLETBRIDGE-16. Resolution: Fixed This has been checked in to the trunk. Thanks for the

[jira] Commented: (PORTLETBRIDGE-17) Bridge faces-config.xml doesn't configure the bridge's StateManager

2007-11-28 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546514 ] Scott O'Bryan commented on PORTLETBRIDGE-17: No to mention fixing.. :) Bridge faces-config.xml

[jira] Created: (TRINIDAD-845) choice between IFrame-PPR or XHR should be possible

2007-11-28 Thread JIRA
choice between IFrame-PPR or XHR should be possible Key: TRINIDAD-845 URL: https://issues.apache.org/jira/browse/TRINIDAD-845 Project: MyFaces Trinidad Issue Type: New Feature

Re: [vote] release of Trinidad plugins (1.2.5)

2007-11-28 Thread Matthias Wessendorf
coool, will check that all. On Nov 29, 2007 1:11 AM, Gary Kind [EMAIL PROTECTED] wrote: Done. Scott O'Bryan wrote: Actually Gary, I think 808 is already committed, so the smaller patch which just fixes 843 might be easier to apply. If this can't be done, the patch may have to do. But