Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread parthiv.prad...@gmail.com
- Forwarded message - From: Parthiv Pradhan parthiv_prad...@infosys.com Date: Wed, Mar 14, 2012 4:00 pm Subject: Trinidad 2.0.1 PPR hour Glass Issue with facelet To: parthiv.prad...@gmail.com parthiv.prad...@gmail.com Hi, Following is the content of my xhtml file. On clicking the

Re: Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread Max Starets
Parthiv, Could you file a JIRA issue for this? I do not see anything obviously wrong in your test case. Does it happen for all browsers? Max On 3/14/2012 6:40 AM, parthiv.prad...@gmail.com wrote: - Forwarded message - From: Parthiv Pradhan parthiv_prad...@infosys.com Date: Wed,

[jira] [Commented] (MYFACES-3191) Handing exception (in exception handler) from render response phase with forward/redirect is inconsistent

2012-03-14 Thread Commented
[ https://issues.apache.org/jira/browse/MYFACES-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229187#comment-13229187 ] Martin Kočí commented on MYFACES-3191: -- from spec 2.1:

[jira] [Commented] (MYFACES-3191) Handing exception (in exception handler) from render response phase with forward/redirect is inconsistent

2012-03-14 Thread Commented
[ https://issues.apache.org/jira/browse/MYFACES-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229288#comment-13229288 ] Martin Kočí commented on MYFACES-3191: -- forward vs. redirect The nature of forward

Re: Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread parthiv pradhan
I am sorry I am not sure on the process to create a JIRA ticket. This happens on IE. on firefox and chrome it works fine. thanks Parthiv On Wed, Mar 14, 2012 at 6:41 PM, Max Starets max.star...@oracle.com wrote: Parthiv, Could you file a JIRA issue for this? I do not see anything obviously

[jira] [Created] (TRINIDAD-2242) Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread Parthiv Pradhan (Created) (JIRA)
Trinidad 2.0.1 PPR hour Glass Issue with facelet Key: TRINIDAD-2242 URL: https://issues.apache.org/jira/browse/TRINIDAD-2242 Project: MyFaces Trinidad Issue Type: Bug Components:

Re: Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread parthiv pradhan
ok figured out how to create a JIRA ticket following is the link to the issue created https://issues.apache.org/jira/browse/TRINIDAD-2242 thanks Parthiv -- Forwarded message -- From: parthiv pradhan parthiv.prad...@gmail.com Date: Wed, Mar 14, 2012 at 9:57 PM Subject: Re: Trinidad

[jira] [Commented] (MYFACES-3191) Handing exception (in exception handler) from render response phase with forward/redirect is inconsistent

2012-03-14 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229362#comment-13229362 ] Leonardo Uribe commented on MYFACES-3191: - The problem here is to do that we

[jira] [Commented] (MYFACES-3191) Handing exception (in exception handler) from render response phase with forward/redirect is inconsistent

2012-03-14 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229364#comment-13229364 ] Leonardo Uribe commented on MYFACES-3191: - MyFaces

Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread PEREZ ALCAIDE JESUS
Hello, I'm creating a custom ViewHandler in order to cache the component tree whenever is possible. I'm following the idea of stateless JSF to improve performance. My question is about DefaultFaceletsStateManagementStrategy.restoreView() method. In this method, you are calling

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Leonardo Uribe
Hi 2012/3/14 PEREZ ALCAIDE JESUS jpere...@servexternos.isban.es: Hello, I’m creating a custom ViewHandler in order to cache the component tree whenever is possible. I’m following the idea of “stateless JSF” to improve performance. Ok. Please be sure to read the latest discussion about

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Thomas Andraschko
Hi Leonardo, how can i get the viewId/deriveLogicalViewId in initView()? Maybe i can change this stuff the next weeks. Thanks, Thomas 2012/3/14 Leonardo Uribe lu4...@gmail.com Hi 2012/3/14 PEREZ ALCAIDE JESUS jpere...@servexternos.isban.es: Hello, I’m creating a custom ViewHandler

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Leonardo Uribe
Hi In theory there exists 2 ids: the viewId without resolve, and the logical viewId. The first one is the one extracted from request path, and usually contains the suffix mapping (for example /home.jsf) . The logical is the one that points to the real resouce, for example /home.xhtml or

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Thomas Andraschko
Hi, thanks! AFAICS you already changed code. Did you also solved this issues? Maybe you could share your changes. Regards, Thomas 2012/3/14 Leonardo Uribe lu4...@gmail.com Hi In theory there exists 2 ids: the viewId without resolve, and the logical viewId. The first one is the one

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Leonardo Uribe
Hi Really I only did a proof of concept prototype, fixing the problems already described and then check its performance against normal jsf. It is not a fully functional prototype and involved some changes in myfaces core internals. For now my intention in this topic is give some ideas about what

Re: Question about DefaultFaceletsStateManagementStrategy

2012-03-14 Thread Thomas Andraschko
Hi, all right, thanks Leonardo! Regards, Thomas 2012/3/14 Leonardo Uribe lu4...@gmail.com Hi Really I only did a proof of concept prototype, fixing the problems already described and then check its performance against normal jsf. It is not a fully functional prototype and involved some

[jira] [Reopened] (MYFACES-3487) [perf] cache unique ids generated by facelets

2012-03-14 Thread Leonardo Uribe (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe reopened MYFACES-3487: - Found small bug when reviewing latest changes do not cache when is building view

[jira] [Resolved] (MYFACES-3487) [perf] cache unique ids generated by facelets

2012-03-14 Thread Leonardo Uribe (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-3487. - Resolution: Fixed [perf] cache unique ids generated by facelets

[jira] [Commented] (TRINIDAD-2234) Pregeneration of skin style sheets

2012-03-14 Thread Andy Schwartz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229804#comment-13229804 ] Andy Schwartz commented on TRINIDAD-2234: - New feature complete patch:

Re: [Trinidad] Skin pregeneration enhancements

2012-03-14 Thread Andy Schwartz
Gang - I am getting closer to finishing this work. A new (feature-complete) patch is available here: https://issues.apache.org/jira/secure/attachment/12518405/trinidad-skin-pregen-take2.patch Some more details on the new APIs… The most interesting API is the uri structure for the skin

[jira] [Commented] (TRINIDAD-2242) Trinidad 2.0.1 PPR hour Glass Issue with facelet

2012-03-14 Thread Parthiv Pradhan (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13229882#comment-13229882 ] Parthiv Pradhan commented on TRINIDAD-2242: --- this issues happens only on IE.