[jira] Updated: (MYFACES-2286) javax.faces.view.facelets TODOs

2009-07-14 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2286: Status: Patch Available (was: Open) javax.faces.view.facelets TODOs

[jira] Updated: (TRINIDAD-1524) i18n issue with (German) format pattern

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-1524: - Resolution: Fixed Fix Version/s: 1.2.12-core Status:

[jira] Commented: (TRINIDAD-1524) i18n issue with (German) format pattern

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730835#action_12730835 ] Matthias Weßendorf commented on TRINIDAD-1524: -- created spec ticket:

[jira] Created: (EXTVAL-52) convert renderer proxy to the new storage mechanism

2009-07-14 Thread Gerhard Petracek (JIRA)
convert renderer proxy to the new storage mechanism --- Key: EXTVAL-52 URL: https://issues.apache.org/jira/browse/EXTVAL-52 Project: MyFaces Extensions Validator Issue Type: Improvement

[jira] Resolved: (EXTVAL-52) convert renderer proxy to the new storage mechanism

2009-07-14 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTVAL-52. Resolution: Fixed Fix Version/s: 1.1.3-SNAPSHOT 2.0.3-SNAPSHOT

WebXml changes between 1.1.x and 1.2.x break with ServletWrapper

2009-07-14 Thread rachel321
MyFaces version 1.2.X uncommented a couple lines of code that exist but are commented-out in Myfaces 1.1.X- I am trying to find out why these lines are 'uncommented' in Myfaces 1.2.X because they cause a breakage when using a ServletWrapper (such as coherence*web in our case). i am trying to

[jira] Created: (TOMAHAWK-1438) t:selectOneRadio is broken when migrating from 1.1.8 to 1.1.9

2009-07-14 Thread reverttoconsole (JIRA)
t:selectOneRadio is broken when migrating from 1.1.8 to 1.1.9 --- Key: TOMAHAWK-1438 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1438 Project: MyFaces Tomahawk Issue Type:

[jira] Commented: (PORTLETBRIDGE-84) Null values on Request map cause error

2009-07-14 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730947#action_12730947 ] Leonardo Uribe commented on PORTLETBRIDGE-84: - Look the log or the

[jira] Commented: (TOMAHAWK-1438) t:selectOneRadio is broken when migrating from 1.1.8 to 1.1.9

2009-07-14 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730955#action_12730955 ] Leonardo Uribe commented on TOMAHAWK-1438: -- I don't think it is broken. Just

Re: WebXml changes between 1.1.x and 1.2.x break with ServletWrapper

2009-07-14 Thread Leonardo Uribe
Hi In 1.2.x a new web.xml context param org.apache.myfaces.DELEGATE_FACES_SERVLET was introduced to normalize what to do when people uses a Servlet wrapper. Just point it to your server wrapper class name. see https://issues.apache.org/jira/browse/MYFACES-2234 This type of questions goes on

[jira] Commented: (MYFACES-2272) Apply changes related to UIInput.validateValue and UIInput.VALIDATE_EMPTY_FIELDS_PARAM_NAME

2009-07-14 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730984#action_12730984 ] Jan-Kees van Andel commented on MYFACES-2272: - Already working on it as part

[jira] Created: (MYFACES-2288) Implement Bean Validation

2009-07-14 Thread Jan-Kees van Andel (JIRA)
Implement Bean Validation - Key: MYFACES-2288 URL: https://issues.apache.org/jira/browse/MYFACES-2288 Project: MyFaces Core Issue Type: New Feature Components: JSR-314 Reporter: Jan-Kees van

Re: [jira] Updated: (TRINIDAD-1524) i18n issue with (German) format pattern

2009-07-14 Thread Blake Sullivan
Matthias, This is slightly wrong for a couple of reasons: 1) We need to gather up all of the required whitespace, which can be more than one character and could be characters other than space 2) We need to ensure that the required whitespace was present before we called trim -- Blake

Re: [jira] Updated: (TRINIDAD-1524) i18n issue with (German) format pattern

2009-07-14 Thread Matthias Wessendorf
On Tue, Jul 14, 2009 at 7:38 PM, Blake Sullivanblake.sulli...@oracle.com wrote: Matthias, This is slightly wrong for a couple of reasons: 1) We need to gather up all of the required whitespace, which can be more than one character and could be characters other than space 2) We need to ensure

[jira] Commented: (MYFACES-2280) ValidatorException should support collections of messages.

2009-07-14 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731060#action_12731060 ] Jan-Kees van Andel commented on MYFACES-2280: - I can pick this up as part of

[jira] Created: (PORTLETBRIDGE-85) GenericFacesPortlet.doDispatch() has bad mode equality check

2009-07-14 Thread Michael Freedman (JIRA)
GenericFacesPortlet.doDispatch() has bad mode equality check Key: PORTLETBRIDGE-85 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-85 Project: MyFaces Portlet Bridge

[jira] Commented: (TOMAHAWK-1438) t:selectOneRadio is broken when migrating from 1.1.8 to 1.1.9

2009-07-14 Thread reverttoconsole (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731123#action_12731123 ] reverttoconsole commented on TOMAHAWK-1438: --- I added a label, there's no

[jira] Created: (PORTLETBRIDGE-86) Extra parameters on a viewId can cause view target miss on subsequent request and hence a restore view fail

2009-07-14 Thread Michael Freedman (JIRA)
Extra parameters on a viewId can cause view target miss on subsequent request and hence a restore view fail --- Key: PORTLETBRIDGE-86 URL:

[jira] Created: (PORTLETBRIDGE-87) getActionURL doesn't encode extra params correctly if the actionURl returned from the delegation returns a queryString

2009-07-14 Thread Michael Freedman (JIRA)
getActionURL doesn't encode extra params correctly if the actionURl returned from the delegation returns a queryString -- Key: PORTLETBRIDGE-87

[jira] Created: (PORTLETBRIDGE-88) ExternalContext.encodeActionURL doesn't parse portlet: URLs correctly

2009-07-14 Thread Michael Freedman (JIRA)
ExternalContext.encodeActionURL doesn't parse portlet: URLs correctly - Key: PORTLETBRIDGE-88 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-88 Project: MyFaces Portlet

[jira] Created: (PORTLETBRIDGE-89) ExternalContext.encodeActionURL incorrectly encodes invalid portletMode

2009-07-14 Thread Michael Freedman (JIRA)
ExternalContext.encodeActionURL incorrectly encodes invalid portletMode --- Key: PORTLETBRIDGE-89 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-89 Project: MyFaces Portlet

[jira] Reopened: (PORTLETBRIDGE-84) Null values on Request map cause error

2009-07-14 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman reopened PORTLETBRIDGE-84: --- Submitted fix is only a partial fix. Though it correctly checks for o

[jira] Created: (EXTVAL-53) adjust the package structure in view of the new storage mechanism

2009-07-14 Thread Gerhard Petracek (JIRA)
adjust the package structure in view of the new storage mechanism - Key: EXTVAL-53 URL: https://issues.apache.org/jira/browse/EXTVAL-53 Project: MyFaces Extensions Validator

[jira] Created: (MYFACES-2289) Build failure due to missing symbol FacesContext.setCurrentPhaseId()

2009-07-14 Thread JIRA
Build failure due to missing symbol FacesContext.setCurrentPhaseId() Key: MYFACES-2289 URL: https://issues.apache.org/jira/browse/MYFACES-2289 Project: MyFaces Core Issue

[jira] Created: (MYFACES-2290) Add OSGi bundle information and bundle classloader / activator

2009-07-14 Thread JIRA
Add OSGi bundle information and bundle classloader / activator -- Key: MYFACES-2290 URL: https://issues.apache.org/jira/browse/MYFACES-2290 Project: MyFaces Core Issue Type: New

Re: MyFaces Core + Trinidad + Facelets in OSGi container

2009-07-14 Thread Felix Röthenbacher
Bernhard Huemer schrieb: Hi again, Hope you have recovered and all is well. Thanks, I'm fine at the moment. :-D Here you are talking about using Facelets as a bundle, which is another story. My mail referred to modifications to MyFaces Core and Trinidad. My expression some modifications is