[Ann] ApacheCon US

2005-12-08 Thread Matthias Wessendorf
Hi there, next week there is the ApacheCon US. Gerald Muellan and me are presenting Apache MyFaces there on Monday during two sessions. 1) Apache MyFaces - a free open source JSF impl 2) AJAX and Apache MyFaces We hope to see lot's of you. If you guys want, we might head out for a beer afterward

[jira] Created: (MYFACES-915) Add identifiers to generated HTML elements

2005-12-08 Thread Steven Oglesby (JIRA)
Add identifiers to generated HTML elements -- Key: MYFACES-915 URL: http://issues.apache.org/jira/browse/MYFACES-915 Project: MyFaces Type: Improvement Components: Tomahawk Versions: 1.1.1 Environment: IE6, Windows

[jira] Created: (MYFACES-916) DataScroller, DataTable and page navigation issue

2005-12-08 Thread Simon Drnovsek (JIRA)
DataScroller, DataTable and page navigation issue - Key: MYFACES-916 URL: http://issues.apache.org/jira/browse/MYFACES-916 Project: MyFaces Type: Improvement Components: Tomahawk Versions: 1.1.1 Environment

Question about adding CSS Style and Class configuration to the schedule component

2005-12-08 Thread Paul Spencer
I am looking to add CSS Style and Class configuration to the schedule component, (MYFACES-888 http://issues.apache.org/jira/browse/MYFACES-888 ). My question is what is the best approach to pass this information from the JSP to the component via the tag, . Considerations: 1) Although I an not

Re: [Ann] ApacheCon US

2005-12-08 Thread Sean Schofield
Chris Barlow and I will be there also. We will join you for that beer! sean On 12/8/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi there, > > next week there is the ApacheCon US. Gerald Muellan and me are > presenting Apache MyFaces there on Monday during two sessions. > > 1) Apache MyF

[jira] Created: (MYFACES-917) jsCookMenu do not allow getting object of selected menu item

2005-12-08 Thread Guy Bashan (JIRA)
jsCookMenu do not allow getting object of selected menu item Key: MYFACES-917 URL: http://issues.apache.org/jira/browse/MYFACES-917 Project: MyFaces Type: Improvement Components: Tomahawk Versions:

[jira] Created: (MYFACES-918) View State is not encrypted

2005-12-08 Thread IM (JIRA)
View State is not encrypted --- Key: MYFACES-918 URL: http://issues.apache.org/jira/browse/MYFACES-918 Project: MyFaces Type: Bug Components: Implementation Environment: All Reporter: IM Priority: Critical Just by looking at the

Re: [Ann] ApacheCon US

2005-12-08 Thread Craig McClanahan
On 12/8/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Hi there,next week there is the ApacheCon US. Gerald Muellan and me arepresenting Apache MyFaces there on Monday during two sessions.1) Apache MyFaces - a free open source JSF impl2) AJAX and Apache MyFaces We hope to see lot's of you.If yo

[jira] Closed: (MYFACES-918) View State is not encrypted

2005-12-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-918?page=all ] Mike Kienenberger closed MYFACES-918: - Resolution: Invalid First off, the 1.1 spec does not address encryption. Myfaces implements JSF 1.1, not JSF 1.2. Second, the 1.2 spec only

Re: Loggers in API Components

2005-12-08 Thread Werner Punz
According to my experience, logging if done right, does not affect the performance too much, in the worst case, you always can turn it off, all you get is a few ifs here and then. Usually the performance is just fine as soon as you turn on asynchronous logging instead of synchronous. Abrams,

Re: svn commit: r355353 - /myfaces/api/trunk/src/java/javax/faces/component/EditableValueHolder.java

2005-12-08 Thread Simon Kitching
Hi All, I'd appreciate someone proofreading the documentation I've just added for EditableValueHolder. Regards, Simon [EMAIL PROTECTED] wrote: Author: skitching Date: Thu Dec 8 19:55:46 2005 New Revision: 355353 URL: http://svn.apache.org/viewcvs?rev=355353&view=rev Log: Add javadoc. Mod

Milestone builds?

2005-12-08 Thread Simon Kitching
Hi, What do people think about releasing a binary milestone build? Currently the SVN head is pretty stable. There are *many* great fixes and enhancements since the 1.1.1 release, but people may be (rightly) wary of trying to use SVN head as there's no guarantee it's workable at any particular

[jira] Created: (MYFACES-919) JSF's component not functioning properly after clicking Browser's Back Button .

2005-12-08 Thread Naveen Modi (JIRA)
JSF's component not functioning properly after clicking Browser's Back Button . --- Key: MYFACES-919 URL: http://issues.apache.org/jira/browse/MYFACES-919 Project: MyFaces Type: Bug Compone

[jira] Created: (MYFACES-920) Avoid invoking value-bindings during component initialisation

2005-12-08 Thread Simon Kitching (JIRA)
Avoid invoking value-bindings during component initialisation - Key: MYFACES-920 URL: http://issues.apache.org/jira/browse/MYFACES-920 Project: MyFaces Type: Improvement Components: General Reporter:

[jira] Updated: (MYFACES-920) Avoid invoking value-bindings during component initialisation

2005-12-08 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-920?page=all ] Simon Kitching updated MYFACES-920: --- Attachment: _ComponentAttributesMap.java.patch.txt UIComponentTagUtils.java.patch.txt > Avoid invoking value-bindings during component in