Re: [VOTE] Release MyFaces Portlet Bridge 1.0.0

2010-06-23 Thread Mark Struberg
Hi Mike! Sorry for this maybe noobish question (have no clue about portlets), but I was not able to build it due to a missing javax.faces:jsf-api:jar:1.2_03 I thought it should be up here: http://download.java.net/maven/2/javax/faces/jsf-api/ but apparently it isn't. Can you please try and

[jira] Created: (MYFACES-2770) Improve ui:debug with information about the saved state

2010-06-23 Thread Marius Petoi (JIRA)
Improve ui:debug with information about the saved state - Key: MYFACES-2770 URL: https://issues.apache.org/jira/browse/MYFACES-2770 Project: MyFaces Core Issue Type: Improvement

[jira] Updated: (MYFACES-2770) Improve ui:debug with information about the saved state

2010-06-23 Thread Marius Petoi (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marius Petoi updated MYFACES-2770: -- Status: Patch Available (was: Open) Improve ui:debug with information about the saved

Introduce information about saved state in the debug page

2010-06-23 Thread Marius Petoi
Hello, I created a JIRA ticket and attached a patch ( https://issues.apache.org/jira/browse/MYFACES-2770) that introduces some information about the saved state in the debug page. The information consists of the length of the state saved in the page, as well as the number of bytes for each

Re: Introduce information about saved state in the debug page

2010-06-23 Thread Martin Marinschek
Hi Marius, are you including the component size in the information per component or centrally? I think it would be handy to have this with the component detail information. best regards, Martin On 6/23/10, Marius Petoi marius.pe...@codebeat.ro wrote: Hello, I created a JIRA ticket and

Re: [PORTAL] News about the TCK

2010-06-23 Thread Martin Marinschek
Hi Scott, great news ;) best regards, Martin On 6/23/10, Leonardo Uribe lu4...@gmail.com wrote: Hi That's cool!. Any plans for jsf 2.0 + portlets? regards, Leonardo 2010/6/22 Scott O'Bryan darkar...@gmail.com Hello everyone, For those of you unfamiliar with the portlet-bridge

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881629#action_12881629 ] Martin Marinschek commented on MYFACES-2730: Hi guys, if there is backwards

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881633#action_12881633 ] Jakob Korherr commented on MYFACES-2730: Hi Leo, Yes, aggresively throwing

Re: Introduce information about saved state in the debug page

2010-06-23 Thread Marius Petoi
Hi Martin, Right now, I'm just doing it centrally. But if you say so, I will display the saved state size for each component together with all the other information. Regards, Marius On Wed, Jun 23, 2010 at 12:16 PM, Martin Marinschek mmarinsc...@apache.orgwrote: Hi Marius, are you including

Re: [VOTE] Release MyFaces Portlet Bridge 1.0.0

2010-06-23 Thread Scott O'Bryan
Yeah, I think I might know what this issue is... Thanks for finding it. It looks like some versions of JSF only exist in the Maven 1 repositories. Let me see if I can take a quick stab at a patch and I'll have Mike regenerate the artifacts. Sent from my iPhone On Jun 23, 2010, at 1:32 AM,

Re: [VOTE] Release MyFaces Portlet Bridge 1.0.0

2010-06-23 Thread Mark Struberg
Thanks Scott! Not 100% sure, but I think they have been in the maven2 repo already in the past. Did they get ditched somewhen? I also remember that there was a mvn2 repo but I had to used the legacy repo format a few years ago. LieGrue, strub --- On Wed, 6/23/10, Scott O'Bryan

Re: [VOTE] Release MyFaces Portlet Bridge 1.0.0

2010-06-23 Thread Werner Punz
+1 Am 23.06.10 00:39, schrieb Michael Freedman: Please vote on the proposed release of MyFaces Portlet Bridge 1.0.0. This is the first (final) production version of the JSR 301 RI: Portlet 1.0 Bridge for JavaServer Faces 1.2. It corresponds to and is intended to be released (roughly) coincident

[jira] Commented: (TRINIDAD-1121) Multi Dailog Close(returnFromDailog) not working with trinidad 1.2.8

2010-06-23 Thread Cedric Durmont (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881687#action_12881687 ] Cedric Durmont commented on TRINIDAD-1121: -- I have a (dirty) workaround for

Re: [VOTE] Release MyFaces Portlet Bridge 1.0.0

2010-06-23 Thread Scott O'Bryan
Yeah, I think I ran into this issue a while back and noticed that they only had one version of JSF 1.2 in the Maven 2 repo and I had to use the legacy repository. Let me research it to make sure my memory isn't flawed. I hate when people change repositories. Sent from my iPhone On Jun 23,

Re: [GSOC] State saving performance improvements in MyFaces 2.0

2010-06-23 Thread Martin Marinschek
Hi Marius, I think you will easily find out candidates for a better implementation - just take a look at the partial state of any of the components. Something that comes immediately to my mind is facelets.MARK_APPLIED - this is only relevant in request-scope, but is currently in the partial

[jira] Commented: (MYFACES-2758) DebugPhaseListener tries to get value from unrendered component where value is unavailable

2010-06-23 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881697#action_12881697 ] Martin Marinschek commented on MYFACES-2758: Hi Jakob, we need to make sure

Re: Introduce information about saved state in the debug page

2010-06-23 Thread Marius Petoi
Hello, I did the modifications and attached the patch to the JIRA ticket. Regards, Marius On Wed, Jun 23, 2010 at 2:53 PM, Martin Marinschek mmarinsc...@apache.orgwrote: Hi Marius, perfect. I think that is a good idea. best regards, Martin On 6/23/10, Marius Petoi

[jira] Commented: (TRINIDAD-1028) ChildPropertyTreeModel (javax.el.PropertyNotFoundException)

2010-06-23 Thread ricotero cordoes (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881702#action_12881702 ] ricotero cordoes commented on TRINIDAD-1028: friend this working fine to

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881827#action_12881827 ] Leonardo Uribe commented on MYFACES-2730: - Hi Jakob Do you have anything more

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881841#action_12881841 ] Mike Kienenberger commented on MYFACES-2730: My first question is who fills

[jira] Resolved: (TRINIDAD-1115) Icon Selectors stopped working: .AFShuttleMoveIcon:alias et. al.

2010-06-23 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved TRINIDAD-1115. -- Resolution: Cannot Reproduce Icon Selectors stopped working:

[jira] Commented: (TRINIDAD-1115) Icon Selectors stopped working: .AFShuttleMoveIcon:alias et. al.

2010-06-23 Thread Jeanne Waldman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881906#action_12881906 ] Jeanne Waldman commented on TRINIDAD-1115: -- Cannot reproduce. I tried this on

[jira] Updated: (TRINIDAD-1831) Design Time Metadata Missing for a Few Trinidad Components

2010-06-23 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1831: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.14-core

[jira] Updated: (TRINIDAD-1832) In BlackBerry 4.7, Partial Refreshing an Empty Table breaks Page Navigation

2010-06-23 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1832: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.14-core

[jira] Updated: (MYFACES-2766) Check StartupFacesContextImpl in ApplicationImpl

2010-06-23 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2766: Status: Resolved (was: Patch Available) Assignee: Leonardo Uribe Fix

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-23 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12882004#action_12882004 ] Leonardo Uribe commented on MYFACES-2730: - I review again all the problem and

Re: [PORTAL] News about the TCK

2010-06-23 Thread Leonardo Uribe
Hi Ok, good to know that. Looking into the tck I saw this comment: .Render Policy tests are excluded because its mechanism relies on a Mojarra impl dependency (doesn't work on MyFaces) If you are testing with Mojarra uncomment these out to get the additional test apps built My