Re: [MyFaces 2.0] f:ajax onevent issue

2009-12-31 Thread Matthias Wessendorf
On Wed, Dec 30, 2009 at 7:27 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Matthias, There are currently many f:ajax related bugs. Yeah, I just noticed that :-) These bugs are mostly because of forgotten characters like ', \ or in your case ). Curtiss Howard already filed

Fwd: heads-up: issue with tag_doc / spec (pdf)

2009-12-31 Thread Matthias Wessendorf
FYI -- Forwarded message -- From: Matthias Wessendorf mat...@apache.org Date: Thu, Dec 31, 2009 at 12:52 PM Subject: heads-up: issue with tag_doc / spec (pdf) To: d...@javaserverfaces.dev.java.net https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=712

f:event listener not invoked ?

2009-12-31 Thread Matthias Wessendorf
Hey, I wonder if that is also a known issue. Currently the listener method expression: f:event type=javax.faces.event.PreRenderViewEvent listener=#{bean.method} / is not invoked, when I enter the page (view) -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/

Re: f:event listener not invoked ?

2009-12-31 Thread Jakob Korherr
Hi, Can you determine if the PreRenderViewEvent is triggered correctly? I recently ran into an issue where PostAddToViewEvent was not triggered correctly. I think that some event triggers are not yet (correctly) implemented. Regards, Jakob 2009/12/31 Matthias Wessendorf mat...@apache.org Hey,

Re: [MyFaces 2.0] f:ajax onevent issue

2009-12-31 Thread Matthias Wessendorf
On Thu, Dec 31, 2009 at 11:25 AM, Matthias Wessendorf mat...@apache.org wrote: On Wed, Dec 30, 2009 at 7:27 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Matthias, There are currently many f:ajax related bugs. Yeah, I just noticed that :-) looks like some duplicated IDs are around

[jira] Resolved: (MYFACES-2469) Invalid outcome gives NPE

2009-12-31 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved MYFACES-2469. - Resolution: Fixed Fix Version/s: 2.0.0-alpha-2 Invalid outcome gives

[jira] Created: (MYFACES-2470) Relocatable Resources (via outputStylesheet) cause IllegalStateException ( Client-id : xyz is duplicated in the faces tree.)

2009-12-31 Thread JIRA
Relocatable Resources (via outputStylesheet) cause IllegalStateException ( Client-id : xyz is duplicated in the faces tree.) Key: MYFACES-2470

[jira] Commented: (MYFACES-2470) Relocatable Resources (via outputStylesheet) cause IllegalStateException ( Client-id : xyz is duplicated in the faces tree.)

2009-12-31 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795601#action_12795601 ] Matthias Weßendorf commented on MYFACES-2470: - commenting out the above

Re: [MyFaces 2.0] f:ajax onevent issue

2009-12-31 Thread Matthias Wessendorf
filed this: MYFACES-2470 with a _very_ simple test-case. I hope to get a chance for this on Saturday... On Thu, Dec 31, 2009 at 2:04 PM, Matthias Wessendorf mat...@apache.org wrote: On Thu, Dec 31, 2009 at 11:25 AM, Matthias Wessendorf mat...@apache.org wrote: On Wed, Dec 30, 2009 at 7:27

[jira] Updated: (TRINIDAD-1665) get brittlelocalreferenceexception because of error in menuNode.xsd

2009-12-31 Thread Andrew Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Robinson updated TRINIDAD-1665: -- Resolution: Fixed Fix Version/s: 1.2.13-core Status: Resolved

[jira] Resolved: (EXTSCRIPT-32) Classloader reinitialisation frequency

2009-12-31 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-32. -- Resolution: Fixed Assignee: Werner Punz Classloader reinitialisation frequency

[jira] Resolved: (EXTSCRIPT-34) Refresh adaptors not entirely done yet

2009-12-31 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/EXTSCRIPT-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved EXTSCRIPT-34. -- Resolution: Fixed Assignee: Werner Punz Refresh adaptors not entirely done yet

[jira] Created: (EXTSCRIPT-40) Reloading for system events missing

2009-12-31 Thread Werner Punz (JIRA)
Reloading for system events missing --- Key: EXTSCRIPT-40 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-40 Project: MyFaces Extensions Scripting Issue Type: Bug Reporter: Werner Punz

[jira] Created: (EXTSCRIPT-41) Write the documentation

2009-12-31 Thread Werner Punz (JIRA)
Write the documentation --- Key: EXTSCRIPT-41 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-41 Project: MyFaces Extensions Scripting Issue Type: Bug Reporter: Werner Punz -- This message is

[jira] Created: (TRINIDAD-1668) Speed up UIXComponent.getId()

2009-12-31 Thread Blake Sullivan (JIRA)
Speed up UIXComponent.getId() - Key: TRINIDAD-1668 URL: https://issues.apache.org/jira/browse/TRINIDAD-1668 Project: MyFaces Trinidad Issue Type: Improvement Affects Versions: 1.2.12-plugins

[TRINIDAD][API]TRINIDAD-1668 Speed up UIXComponent.getId()

2009-12-31 Thread Blake Sullivan
UIComponent.getId() is by far the most requested component attribute. There are a number of reasons for this: 1) The JSF RI has an issue in the JSP-JSF integration which causes getId() to be called n^2 times where n is the number of children a component has 2) getClientId() calls getId() 3)

[jira] Created: (TRINIDAD-1669) Improve transient memory consumption of UIXComponentBase.getClientId()

2009-12-31 Thread Blake Sullivan (JIRA)
Improve transient memory consumption of UIXComponentBase.getClientId() -- Key: TRINIDAD-1669 URL: https://issues.apache.org/jira/browse/TRINIDAD-1669 Project: MyFaces Trinidad

[TRINIDAD][API]TRINIDAD-1669 Improve transient memory consumption of UIXComponentBase.getClientId()

2009-12-31 Thread Blake Sullivan
Calling UIXComponentBase.getClientId consumes a great deal of transient memory. Under light loads, this doesn't matter--the objects are extremely short-lived and are allocated out of the first-generation heap. However, when large numbers of users are accessing the server simultaneously these

[jira] Created: (TRINIDAD-1670) Trinidad 2 - NPE when adding component programatically

2009-12-31 Thread Gabrielle Crawford (JIRA)
Trinidad 2 - NPE when adding component programatically -- Key: TRINIDAD-1670 URL: https://issues.apache.org/jira/browse/TRINIDAD-1670 Project: MyFaces Trinidad Issue Type: Bug Affects

[jira] Created: (TRINIDAD-1671) Trinidad 2: ppr error when interacting with programatically added component

2009-12-31 Thread Gabrielle Crawford (JIRA)
Trinidad 2: ppr error when interacting with programatically added component --- Key: TRINIDAD-1671 URL: https://issues.apache.org/jira/browse/TRINIDAD-1671 Project: MyFaces