[jira] Resolved: (MYFACES-1710) Improve performance by using Trove fast collections (as optional)

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved MYFACES-1710. - Resolution: Invalid they have the wrong license LGPL Improve performance by

Re: svn commit: r566325 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroupRenderer.java

2007-08-16 Thread Mario Ivankovits
Hi! Where does the responseWriter get the encoding from? Is that configured? Like your code, it gets it from pageContext.getRequest().getCharacterEncoding() (in UIComponentTag), however, there is no need to do any instanceof and cast if you ask the ResponseWriter later then. Ciao, Mario

[jira] Updated: (MYFACES-1244) JSR-252 Issue #95: Allow multiple instances of FacesServlet in a single webapp, mapped with different URI mappings, to use different implementations of Lifecycle

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated MYFACES-1244: Resolution: Fixed Fix Version/s: 1.2.1-SNAPSHOT Status:

[jira] Resolved: (TRINIDAD-610) Put links to ADF Faces/Trinidad mailing lists/archives, download dir and project page on myfaces web site

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-610. - Resolution: Fixed that's already fixed Put links to ADF Faces/Trinidad

[jira] Created: (TRINIDAD-631) Renderer classes that extend InputLabelAndMessageRenderer don't provide protected constructor with parameter FacesBean.TYPE

2007-08-16 Thread Carsten Pieper (JIRA)
Renderer classes that extend InputLabelAndMessageRenderer don't provide protected constructor with parameter FacesBean.TYPE --- Key: TRINIDAD-631

[jira] Reopened: (TOMAHAWK-964) Seconds are random when input via t:inputDate ... type=short_time

2007-08-16 Thread Peter Mahoney (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Mahoney reopened TOMAHAWK-964: When the type is short_time then the seconds value is not set in the decode. This means

[jira] Resolved: (TRINIDAD-627) SelectManyShuttle NullPointerException when not inside a form

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-627. - Resolution: Fixed Fix Version/s: 1.0.3-core fixed in trunk

[jira] Commented: (TOMAHAWK-1061) s:inputSuggestAjax not rendered correctly (nightly build 2007-07-19)

2007-08-16 Thread Bruno Marti (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520196 ] Bruno Marti commented on TOMAHAWK-1061: --- Hi everybody I've re-checked the issue by the latest build

[jira] Issue Comment Edited: (MYFACES-1244) JSR-252 Issue #95: Allow multiple instances of FacesServlet in a single webapp, mapped with different URI mappings, to use different implementations of Life

2007-08-16 Thread Bernhard Huemer (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520111 ] bhuemer edited comment on MYFACES-1244 at 8/16/07 4:40 AM: --- It still seems that

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Simon Lessard
Hello Cristi, Although maybe we should deal with that issue, they way you used skin additions is not what it was meant to be at first. Normally skin additions should be used to extend the selector set of another existing skin, like when adding new components, not CSS splitting. Therefore, skin

[jira] Resolved: (TRINIDAD-631) Renderer classes that extend InputLabelAndMessageRenderer don't provide protected constructor with parameter FacesBean.TYPE

2007-08-16 Thread Simon Lessard (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Lessard resolved TRINIDAD-631. Resolution: Fixed Fix Version/s: 1.0.3-core Applied the patch to the trunk.

[jira] Updated: (TOMAHAWK-1032) examples: Dynamic number of columns doesn't work

2007-08-16 Thread Maarten van der Zwaart (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten van der Zwaart updated TOMAHAWK-1032: - Status: Patch Available (was: Open) examples: Dynamic number of

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Cristi Toth
Hello Simon, It would be great if that would be done! I think others may agree with this too. Thanks, -- Cristi Toth - Codebeat www.codebeat.ro On 8/16/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Cristi, Although maybe we should deal with that issue, they way you used

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Simon Lessard
Hello again Cristi, As a quick fix, I think skins' CSS files support @include instruction. Regards, ~Simon On 8/16/07, Cristi Toth [EMAIL PROTECTED] wrote: Hello Simon, It would be great if that would be done! I think others may agree with this too. Thanks, -- Cristi Toth

[TRINIDAD] Why is partialTriggers attribute defined in UIXComponentBase subclasses?

2007-08-16 Thread Simon Lessard
Hello all, Is there any reason why we aren't adding partialTriggers attribute directly inside UIXComponentBase since it's the one using it in its decode method? ~ Simon

[TRINIDAD] Why are we generating final property accessors

2007-08-16 Thread Simon Lessard
Hello all, I assume it's only for performances? But isn't that a little bit too restrictive to prevent any subclass from overriding a get to add a prefix or suffix for example? ~ Simon

Re: [TRINIDAD] PPR problem with 1.2.2 branch

2007-08-16 Thread Simon Lessard
Hello Leonardo, I don't have any JavaScript error on my side. Also, I found my problem. It was on my side (quite obviously), but I think the community could benefit from knowing the cause. In previous version of PPR one could have something like the following (assuming it was generated for a

Re: [TRINIDAD] PPR problem with 1.2.2 branch

2007-08-16 Thread Adam Winer
On 8/15/07, Simon Lessard [EMAIL PROTECTED] wrote: Please also note that I'm stupid and forgot the always rendered panelGroup around the outputText to set the partialTriggers... That shouldn't be necessary at all! I'll have a look at this, and the nested table bug listed below. -- Adam

Re: [TRINIDAD] PPR problem with 1.2.2 branch

2007-08-16 Thread Adam Winer
On 8/16/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Leonardo, I don't have any JavaScript error on my side. Also, I found my problem. It was on my side (quite obviously), but I think the community could benefit from knowing the cause. In previous version of PPR one could have

Re: [TRINIDAD] PPR problem with 1.2.2 branch

2007-08-16 Thread Adam Winer
On 8/16/07, Adam Winer [EMAIL PROTECTED] wrote: On 8/15/07, Simon Lessard [EMAIL PROTECTED] wrote: Please also note that I'm stupid and forgot the always rendered panelGroup around the outputText to set the partialTriggers... That shouldn't be necessary at all! I'll have a look at this,

Re: [TRINIDAD] Why are we generating final property accessors

2007-08-16 Thread Adam Winer
On the components, the accessors are final because the renderers typically go through the bean, not the component, so overriding is pointless. AFAIK, there is zero benefit to performance from setting final anywhere other than on an instance variable. -- Adam On 8/16/07, Simon Lessard [EMAIL

Re: [TRINIDAD] Why is partialTriggers attribute defined in UIXComponentBase subclasses?

2007-08-16 Thread Adam Winer
Strictly speaking, not all subclasses of UIXComponentBase support partialTriggers. For example tr:switcher and tr:iterator don't (because they don't render anything), nor does tr:selectItem. -- Adam On 8/16/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello all, Is there any reason why we

Re: [TRINIDAD] Why is partialTriggers attribute defined in UIXComponentBase subclasses?

2007-08-16 Thread Simon Lessard
True On 8/16/07, Adam Winer [EMAIL PROTECTED] wrote: Strictly speaking, not all subclasses of UIXComponentBase support partialTriggers. For example tr:switcher and tr:iterator don't (because they don't render anything), nor does tr:selectItem. -- Adam On 8/16/07, Simon Lessard [EMAIL

Re: [orchestra] first release

2007-08-16 Thread Dan Tran
Do we still plan to cut the first release soon ?? -D Dan Tran wrote: Glad to hear a release is comming. Our shop is actively using it. and I need help to submit a couple of patches. 1. Orchestra uses servlet 2.3 and responsewrapper choked on servlet 2.4 ( missing interface

Remove Entry from schedule Tomahawk

2007-08-16 Thread ignicolist
Hi to all, i want to eliminate a especific entry in a model of schedule tomahawk. the example in remove a selected entry work fine, but how to eliminate a determinated entry? i try with this code: DefaultScheduleEntry entry = new DefaultScheduleEntry();

Re: [orchestra] first release

2007-08-16 Thread Mario Ivankovits
Hi! Do we still plan to cut the first release soon ?? Yes, just hat to do some enhancements (annotations) and had to write an article. Next is to finish some online documentation which should happen during the weekend. Next week is the release week. At least, thats the master plan :-) Ciao,

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.2

2007-08-16 Thread Simon Lessard
Hello Adam, Actually, I think we should consider adding an optional html widget informing the user the browser is currently waiting for an answer, much like GMail with the little loading... alert appearing in the top right corner, because some PPR requests might take some time to process (we have

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Jeanne Waldman
No, it doesn't yet. I think that is still a logged issue. Skin-additions are meant for custom components, and therefore the assumption is that the selectors won't overlap, as you mentioned Simon. What might be closer to what we want is 1. @include or 2. The ability to add more than one css

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Jeanne Waldman
Simon, This should be true. If it isn't, it is a bug. - Jeanne Simon Lessard wrote: Hello Cristi, Although maybe we should deal with that issue, they way you used skin additions is not what it was meant to be at first. Normally skin additions should be used to extend the selector set of

[jira] Created: (TOBAGO-472) Rename the contrib directory to extension

2007-08-16 Thread Bernd Bohmann (JIRA)
Rename the contrib directory to extension - Key: TOBAGO-472 URL: https://issues.apache.org/jira/browse/TOBAGO-472 Project: MyFaces Tobago Issue Type: Task Reporter: Bernd Bohmann

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.2

2007-08-16 Thread Adam Winer
How is this different from a statusIndicator component? -- Adam On 8/16/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Adam, Actually, I think we should consider adding an optional html widget informing the user the browser is currently waiting for an answer, much like GMail with the

Re: [Trinidad] Skining - strange default value in: base-desktop.xss

2007-08-16 Thread Simon Lessard
Hello Jeanne, Yep, I'll have to test that part thoroughly however, because it's where the note I made in the code might apply and where inhibit might fail. If it does, I'll fix it. Regards, ~ Simon On 8/16/07, Jeanne Waldman [EMAIL PROTECTED] wrote: Simon, This should be true. If it

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.2

2007-08-16 Thread Simon Lessard
Hmmm, I might have to reopen my belly tonight... Let me see if I confounded progressIndicator with statusIndicator... Yes... I did... more shame for me tonight then... Regards, ~ Simon On 8/16/07, Adam Winer [EMAIL PROTECTED] wrote: How is this different from a statusIndicator component?

Re: [Trinidad] fixing maximum on tr:DateTimeRangeValidator was (TRINIDAD-61) tr:validateDateTimeRange validation fails on last day of valid range

2007-08-16 Thread Gabrielle Crawford
I'm not sure this is the answer you're looking for, but the client behavior should match the server behavior. So what happens if you pass the same string to the server converter, does it fail there too? If the server converter zeros out and allows it to pass, then the client behavior should

Send mail with JSF

2007-08-16 Thread ignicolist
Its is possible send mails with jsf? if yes how? i can´t find anything in web! Tks for all. -- View this message in context: http://www.nabble.com/Send-mail-with-JSF-tf4282052.html#a12189238 Sent from the My Faces - Dev mailing list archive at Nabble.com.

[jira] Resolved: (TRINIDAD-628) purple skin's navigationPane tabs does not render correctly

2007-08-16 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-628. - Resolution: Fixed This is checked in to Revision: 566782 and Revision: 566794on Trunk

[jira] Commented: (TRINIDAD-626) document in skin-selectors navigationPane component skinning keys

2007-08-16 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520377 ] Jeanne Waldman commented on TRINIDAD-626: - revision 565962 has the navigationPane::bar documented.

Re: [orchestra] first release

2007-08-16 Thread Dan Tran
Anxious to see my patches into the release. Thanks -D Mario Ivankovits wrote: Hi! Do we still plan to cut the first release soon ?? Yes, just hat to do some enhancements (annotations) and had to write an article. Next is to finish some online documentation which should happen

[jira] Resolved: (TRINIDAD-629) .p_OraHiddenLabel style class doesn't work for legends on FF

2007-08-16 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-629. - Resolution: Fixed Completed: At revision: 566875 Fixed on trunk. Implemented Mark's

[jira] Issue Comment Edited: (TOMAHAWK-83) Changes in navigationMenuItem jsf component to make it work with HtmlCommandJSCookMenu (action) or any simple URL

2007-08-16 Thread Sol Kindle (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520392 ] kindsol edited comment on TOMAHAWK-83 at 8/16/07 3:27 PM: - Attached patches are out of

Allowing EL values for JSCook URLs

2007-08-16 Thread kindsol
Hey Now! Just made my first contribution to the project in the form of a patch. This is an existing issue (https://issues.apache.org/jira/ browse/TOMAHAWK-83) that had existing patches. However, when I tried to apply existing patches, I found that they are out of date with head. I

[jira] Created: (TRINIDAD-632) Add new styles to panelTabbed to support more start and end functionality

2007-08-16 Thread Andrew Robinson (JIRA)
Add new styles to panelTabbed to support more start and end functionality - Key: TRINIDAD-632 URL: https://issues.apache.org/jira/browse/TRINIDAD-632 Project: MyFaces Trinidad

[jira] Created: (TRINIDAD-633) StyleNode objects could be much more lightweight

2007-08-16 Thread Adam Winer (JIRA)
StyleNode objects could be much more lightweight Key: TRINIDAD-633 URL: https://issues.apache.org/jira/browse/TRINIDAD-633 Project: MyFaces Trinidad Issue Type: Improvement

[jira] Created: (TOMAHAWK-1086) Add the new theme Gray and update the jsCookMenu.js from version 1.31 to 2.0.3

2007-08-16 Thread JIRA
Add the new theme Gray and update the jsCookMenu.js from version 1.31 to 2.0.3 -- Key: TOMAHAWK-1086 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1086 Project: MyFaces

[jira] Updated: (TOMAHAWK-1086) Add the new theme Gray and update the jsCookMenu.js from version 1.31 to 2.0.3

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gonzalo Nuñez updated TOMAHAWK-1086: Status: Patch Available (was: Open) Add the new theme Gray and update the

[jira] Issue Comment Edited: (TOMAHAWK-1086) Add the new theme Gray and update the jsCookMenu.js from version 1.31 to 2.0.3

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520444 ] dgnunez edited comment on TOMAHAWK-1086 at 8/16/07 8:44 PM: -- The patch with the

[jira] Issue Comment Edited: (TOMAHAWK-1086) Add the new theme Gray and update the jsCookMenu.js from version 1.31 to 2.0.3

2007-08-16 Thread JIRA
[ https://issues.apache.org/jira/browse/TOMAHAWK-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520444 ] dgnunez edited comment on TOMAHAWK-1086 at 8/16/07 8:44 PM: -- This patch with the

Re: [orchestra] first release

2007-08-16 Thread Mario Ivankovits
Dan, they are already committed and fixed! Ciao, Mario Anxious to see my patches into the release. Thanks -D Mario Ivankovits wrote: Hi! Do we still plan to cut the first release soon ?? Yes, just hat to do some enhancements (annotations) and had to write an