[jira] Commented: (TOMAHAWK-1034) Warning page contains secure and nonsecure items on IE when using https

2008-11-04 Thread Chris bush (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644991#action_12644991 ] Chris bush commented on TOMAHAWK-1034: -- The workaround I found for the problem was

[orchestra flow] support JSF1.2 only?

2008-11-04 Thread Simon Kitching
Hi, Currently orchestra-flow 0.0.1 supports JSF1.1. However in order to allow pages that declare orchestra flows to be *included* in other pages, eg ui:include src=somePageThatCallsAFlow ui:param name=vname value=value/ /ui:include the EL expressions in the included page need to be build

Re: [orchestra flow] support JSF1.2 only?

2008-11-04 Thread Matthias Wessendorf
I totally agree with this; +1 On Tue, Nov 4, 2008 at 12:43 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: +1 -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 12:15 PM To: MyFaces Development Subject: [orchestra flow] support JSF1.2

Re: Incorrect versions for MyFaces on http://www.apache.org/licenses/exports/

2008-11-04 Thread Manfred Geiler
As a first step I updated the version number in the Classification Matrix from 2.0 to 1.1.2 (please wait for mirrors). Well, as far as I understand we should rather specify the various MyFaces sub projects with their version number. Please give me more information about cryptography in all the

RE: [orchestra flow] support JSF1.2 only?

2008-11-04 Thread Mario Ivankovits
+1 -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 12:15 PM To: MyFaces Development Subject: [orchestra flow] support JSF1.2 only? Hi, Currently orchestra-flow 0.0.1 supports JSF1.1. However in order to allow pages that

[Trinidad] ResponseWriterDecorator - proposal to move to public API

2008-11-04 Thread Jeanne Waldman
Hi there, I'm wondering what people think about moving ResponseWriterDecorator from package org.apache.myfaces.trinidadinternal.io; to org.apache.myfaces.trinidad.context (or some other public package - I chose context because ResponseWriter is in javax.faces.context.ResponseWriter). The

Re: [Trinidad] ResponseWriterDecorator - proposal to move to public API

2008-11-04 Thread Scott O'Bryan
-1 to this. ResponseWriterWrapper was introduced in JSF 1.2 which means that this package, going forward, should be largely obsolete. It is only useful for JSF 1.1 and IMO, those people can make (and maintain) their own decorator. Scott Jeanne Waldman wrote: Hi there, I'm wondering what

Re: [Trinidad] ResponseWriterDecorator - proposal to move to public API

2008-11-04 Thread Jeanne Waldman
Ah, I see. That sounds good to me. Thanks Scott. Jeanne Scott O'Bryan wrote, On 11/4/2008 1:22 PM PT: -1 to this. ResponseWriterWrapper was introduced in JSF 1.2 which means that this package, going forward, should be largely obsolete. It is only useful for JSF 1.1 and IMO, those people can

Re: [orchestra flow] support JSF1.2 only?

2008-11-04 Thread Gerhard Petracek
+1 2008/11/4 Matthias Wessendorf [EMAIL PROTECTED] I totally agree with this; +1 On Tue, Nov 4, 2008 at 12:43 PM, Mario Ivankovits [EMAIL PROTECTED] wrote: +1 -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 12:15 PM

[VOTE] Release of Trinidad Plugins 1.2.8

2008-11-04 Thread Scott O'Bryan
Hi, I was running the needed tasks to get the 1.2.8 release of the Apache MyFaces Trinidad Maven 2 Plugins. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.2.8 artifacts and vote. How to test those JARs ? Use the stage repo inside your pom.xml

Re: [VOTE] Release of Trinidad Plugins 1.2.8

2008-11-04 Thread Andrew Robinson
+1 (verified new code working as intented in maven-faces-plugin the binary sigs for the sha1 md5 on that jar) -Andrew On Tue, Nov 4, 2008 at 3:20 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.2.8 release of the Apache MyFaces Trinidad Maven 2

Re: [VOTE] Release of Trinidad Plugins 1.2.8

2008-11-04 Thread Matthias Wessendorf
+1 On Tue, Nov 4, 2008 at 11:59 PM, Andrew Robinson [EMAIL PROTECTED] wrote: +1 (verified new code working as intented in maven-faces-plugin the binary sigs for the sha1 md5 on that jar) -Andrew On Tue, Nov 4, 2008 at 3:20 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Hi, I was running

MyFaces builder (was Re: [VOTE] Release of Trinidad Plugins 1.2.8)

2008-11-04 Thread Matthias Wessendorf
Hi, I know the (long-term) plan is to port this to the myfaces builder; I am planing to do this around Xmas ... if I am not beaten by someone else ;-) That would be the ideal solution, as I stated already on the last trinidad plugins release vote. -M On Tue, Nov 4, 2008 at 11:20 PM, Scott

Re: MyFaces builder (was Re: [VOTE] Release of Trinidad Plugins 1.2.8)

2008-11-04 Thread Gerhard Petracek
hello matthias, sounds good to me. regards, gerhard 2008/11/5 Matthias Wessendorf [EMAIL PROTECTED] Hi, I know the (long-term) plan is to port this to the myfaces builder; I am planing to do this around Xmas ... if I am not beaten by someone else ;-) That would be the ideal solution,

Re: [VOTE] Release of Trinidad Plugins 1.2.8

2008-11-04 Thread Scott O'Bryan
+1 Wow, a release I generated that actually works. :) Matthias Wessendorf wrote: +1 On Tue, Nov 4, 2008 at 11:59 PM, Andrew Robinson [EMAIL PROTECTED] wrote: +1 (verified new code working as intented in maven-faces-plugin the binary sigs for the sha1 md5 on that jar) -Andrew On Tue,

Re: [VOTE] Release of Trinidad Plugins 1.2.8

2008-11-04 Thread Grant Smith
+1 On Tue, Nov 4, 2008 at 3:02 PM, Matthias Wessendorf [EMAIL PROTECTED]wrote: +1 On Tue, Nov 4, 2008 at 11:59 PM, Andrew Robinson [EMAIL PROTECTED] wrote: +1 (verified new code working as intented in maven-faces-plugin the binary sigs for the sha1 md5 on that jar) -Andrew On

[jira] Created: (TRINIDAD-1287) Threadlocal system does not clean up on init

2008-11-04 Thread Scott O'Bryan (JIRA)
Threadlocal system does not clean up on init Key: TRINIDAD-1287 URL: https://issues.apache.org/jira/browse/TRINIDAD-1287 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.2.9-core

Re: [orchestra flow] support JSF1.2 only?

2008-11-04 Thread Kito Mann
+1 On Tue, Nov 4, 2008 at 5:15 AM, Simon Kitching [EMAIL PROTECTED] wrote: Hi, Currently orchestra-flow 0.0.1 supports JSF1.1. However in order to allow pages that declare orchestra flows to be *included* in other pages, eg ui:include src=somePageThatCallsAFlow ui:param name=vname

[jira] Commented: (TOMAHAWK-1365) Input field id in error messages is not properly replaced with label text

2008-11-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645144#action_12645144 ] Leonardo Uribe commented on TOMAHAWK-1365: -- Hi I have tested exhaustively this

[jira] Updated: (TRINIDAD-1272) Support for WAP2.0 Browser without JavaScript

2008-11-04 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1272: --- Status: Patch Available (was: Open) Support for WAP2.0 Browser without

[jira] Issue Comment Edited: (TRINIDAD-1272) Support for WAP2.0 Browser without JavaScript

2008-11-04 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645146#action_12645146 ] mamallan.uthaman edited comment on TRINIDAD-1272 at 11/4/08 8:01 PM:

[jira] Issue Comment Edited: (TRINIDAD-1272) Support for WAP2.0 Browser without JavaScript

2008-11-04 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645145#action_12645145 ] mamallan.uthaman edited comment on TRINIDAD-1272 at 11/4/08 8:00 PM:

[jira] Issue Comment Edited: (TRINIDAD-1272) Support for WAP2.0 Browser without JavaScript

2008-11-04 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645147#action_12645147 ] mamallan.uthaman edited comment on TRINIDAD-1272 at 11/4/08 8:01 PM: