[jira] Resolved: (TOBAGO-465) how I can set the tabindex attribute

2007-08-30 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-465. -- Resolution: Fixed how I can set the tabindex attribute

Re: [Trinidad] Make ExternalContextUtils a public API

2007-08-30 Thread Matthias Wessendorf
I am fine w/ it. On 8/29/07, Scott O'Bryan [EMAIL PROTECTED] wrote: Hello everyone, Trinidad has an internal class (org.apache.myfaces.trinidadinternal.util.ExternalContextUtils) which contains some convenience methods used throughout Trinidad in order to handle ExternalContext objects

Re: [orchestra] ViewController package.html

2007-08-30 Thread Mario Ivankovits
Hi! Yes, I am perfectly fine with this. Ciao, Mario Hi, Here's a proposed package.html for the ViewController stuff in core. Mario, is this ok? (sorry, line-wrapping is stuffed up).. html body Provide lifecycle callbacks (on view creation, pre-render, etc) for managed beans. p The

Re: [orchestra] package javadoc for requestParameterProvider package

2007-08-30 Thread Mario Ivankovits
simon schrieb: Is the following a fair description of the requestParameterProvider package or not? It is! html body This package provides the ability for objects to add query parameters to every URL output in the page being rendered. This is used by Orchestra internally to attach the

[orchestra] Re: no FlashScopeManager found

2007-08-30 Thread Mario Ivankovits
Hi Dan! It is stranged that i have to register that configuration file. Do you know a way how to provide configuration files for spring within an JAR which spring will automatically process? Is there any magic naming scheme? Anyhow, I follow the advice, and run into this another error.

Related to (TRINIDAD-655)? Selector .p_OraTreeDisclosedSymbol doesn't accept property content

2007-08-30 Thread Carsten Pieper
Hi, methinks this one might be related to TRINIDAD-655 (the same method TreeRenderer.renderExpandCell(...) method is involved...): The selector .p_OraTreeDisclosedSymbol (note that there is nothing like .p_OraTreeUndisclosedSymbol!) can be used to change color or font-size of the unicode text

[Trinidad] SimpleSelectOneRenderer.getSubmittedValue bug?

2007-08-30 Thread Martin Koci
Hello, why has SimpleSelectOneRenderer such implementation of getSubmittedValue: Object submittedValue = super.getSubmittedValue(context, component, clientId); if (submittedValue == null)

[EMAIL PROTECTED]: Project myfaces (in module myfaces) failed

2007-08-30 Thread Apache Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project myfaces has an issue affecting its community integration. This issue affects 2

[jira] Reopened: (TOBAGO-465) how I can set the tabindex attribute

2007-08-30 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helmut Swaczinna reopened TOBAGO-465: - The cast of the value binding in getTabIndex() should be Number:

[orchestra] conversation timeout checking thread change

2007-08-30 Thread Mario Ivankovits
Hi! I made some changes to conserve resources regarding the conversation-timeout-checking thread. We had one thread per session which might become heavy-weight if you have to deal with a lot of sessions. Using a listener we are now able to drop down to just one thread per context. Those already

Re: [orchestra] Re: no FlashScopeManager found

2007-08-30 Thread Dan Tran
Thanks for quick fix. -D Mario Ivankovits wrote: Hi Dan! It is stranged that i have to register that configuration file. Do you know a way how to provide configuration files for spring within an JAR which spring will automatically process? Is there any magic naming scheme?

[TRINIDAD] Possible Validator/Converter API change

2007-08-30 Thread Simon Lessard
Hi all, While creating new Converters and Validators, I found some more boilerplate issues. Currently, all components uses the very useful FacesBean class to store their properties and handle state holding and both, converters and validators, also use it. However, unlike their component

Re: [Trinidad] Make ExternalContextUtils a public API

2007-08-30 Thread Scott O'Bryan
Yeah, I would agree. I'll submit a JIRA ticket and then a patch as soon as I can do the refactoring. Any other comments? Simon Lessard wrote: Hello Scott, I'm fine with it as well since ExternalContext is part of JSF standard, that class has no internal API dependency and 6 more utility

[Trinidad] move RequestContextImpl._findRelativeComponent to public utility class

2007-08-30 Thread Andrew Robinson
The method: static private UIComponent _findRelativeComponent( UIComponent from, String relativeId) on RequestContextImpl is a very handy method, any objections to making a JIRA issue to move this to a public class with static methods? Maybe a public static on RenderingContext? Or

[Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Andrew Robinson
2 questions for the Trinidad developers: (1) It seems like Trinidad is using some kind of generator for taglib, tld, Tag, and possibly other classes. Is this documented anywhere? I was looking around the SVN trunk and did not see any boilerplate or configuration code that would provide such

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Simon Lessard
Hello Andrew, Yes, we use maven-faces-plugin (and so does MyFaces 1.2). You can find the configuration files in the trinidad-build project, within src/main/resources/META-INF/maven-faces-plugin sub-directories. Regards, ~ Simon On 8/30/07, Andrew Robinson [EMAIL PROTECTED] wrote: 2

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Matthias Wessendorf
Andrew- the maven-faces-plugin isn't really documented :-( We also have Templates (api/src/main/java-templates), which are *real* java-clazzes, that are used by the plugin. so, looking a trinidad / myfaces12 is the current way to get it. the meta-data are mini faces-config files. one for the

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Andrew Robinson
Initial impression, please correct my mistakes if you don't mind: So the plugin is scanning for the XML files in the sub-directories of the plugin directory tree. It then is checking for an existing class in the java-templates folder. It merges the output if the [fullclassname]Template.java

Re: [Trinidad] 2 questions (1) component generation? (2) bugs 663 and 664

2007-08-30 Thread Matthias Wessendorf
Hi, yes that's correct, and no generation for renderers. -Matthias On 8/30/07, Andrew Robinson [EMAIL PROTECTED] wrote: Initial impression, please correct my mistakes if you don't mind: So the plugin is scanning for the XML files in the sub-directories of the plugin directory tree. It then

Re: Related to (TRINIDAD-655)? Selector .p_OraTreeDisclosedSymbol doesn't accept property content

2007-08-30 Thread Jeanne Waldman
Skinning keys that end in 'icon' or 'Icon:alias' are considered icons. And icons can be TextIcon or ImageIcons, and they get rendered into the page as text or img elements. If it doesn't have an 'icon' at the end, then that means it will be generated as a regular styleclass. So you can use

[jira] Created: (TRINIDAD-666) Make ExternalContextUtils part of the public API

2007-08-30 Thread Scott O'Bryan (JIRA)
Make ExternalContextUtils part of the public API Key: TRINIDAD-666 URL: https://issues.apache.org/jira/browse/TRINIDAD-666 Project: MyFaces Trinidad Issue Type: Improvement Affects

[jira] Created: (TOMAHAWK-1101) PasswordStrength Component Custom Security Rule

2007-08-30 Thread Hazem Saleh (JIRA)
PasswordStrength Component Custom Security Rule --- Key: TOMAHAWK-1101 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1101 Project: MyFaces Tomahawk Issue Type: Improvement Affects

[jira] Updated: (TOMAHAWK-1101) PasswordStrength Component Custom Security Rule

2007-08-30 Thread Hazem Saleh (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hazem Saleh updated TOMAHAWK-1101: -- Status: Patch Available (was: Open) PasswordStrength Component Custom Security Rule

The PasswordStrength component main parts are completed

2007-08-30 Thread Hazem Saleh
Hi all, Iam pleased to announce that the password strength component main parts are completed after enhancing the component by enabling the component user to define (his/her) custom security rule for the password using the(customSecurityExpression) attribute. I hope that this component will be a

[jira] Commented: (TRINIDAD-348) binding in treeTable column cause error

2007-08-30 Thread Ryan Slack (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523966 ] Ryan Slack commented on TRINIDAD-348: - I have this problem too, and I have discoverd (via tracing with the

[jira] Created: (TRINIDAD-667) Configurator Services may get initialized more then once if jars are referenced in classpath multiple times

2007-08-30 Thread Scott O'Bryan (JIRA)
Configurator Services may get initialized more then once if jars are referenced in classpath multiple times --- Key: TRINIDAD-667 URL: