Re: checkstyle rules: naming for ThreadLocal variables

2008-07-05 Thread Scott O'Bryan
I don't know why b is an issue. The Caps- case notation I've always taken to be private statics rather then non-immutible constants. I know in Trinidad, we use LOG for logs and I suspect the same for thread locals. On Jul 4, 2008, at 2:04 PM, simon [EMAIL PROTECTED] wrote: Hi All, I

Re: [myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-05 Thread Scott O'Bryan
Can we do this outside of core. I'm not a big fan of extending functionality of the core beyond the spec. For one, I suspect we'll have issues with the bridge. Asside from that what if JSF 2.1 defines a competingmechanism to handle this? At most this extension belogs in the extensions

Re: [myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-05 Thread Mario Ivankovits
Hi! One possible enhancement to the error handling feature of myfaces could be the capability of redirect to a jsf page. Any concrete use-case for this, or just yet another cool-we-can-make-it thingy? ;-) Seriously, what's wrong with the error page capabilities of the webapp container?

[jira] Created: (TRINIDAD-1143) Wrong PPR-Response, when using jsp:text to render an XML PI

2008-07-05 Thread JIRA
Wrong PPR-Response, when using jsp:text to render an XML PI - Key: TRINIDAD-1143 URL: https://issues.apache.org/jira/browse/TRINIDAD-1143 Project: MyFaces Trinidad Issue Type: Bug

[jira] Resolved: (TRINIDAD-1143) Wrong PPR-Response, when using jsp:text to render an XML PI

2008-07-05 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1143. -- Resolution: Duplicate just the the 1142 issue. Wrong PPR-Response,

[jira] Created: (TRINIDAD-1144) EL variable not set or get correctly

2008-07-05 Thread Mathias Walter (JIRA)
EL variable not set or get correctly Key: TRINIDAD-1144 URL: https://issues.apache.org/jira/browse/TRINIDAD-1144 Project: MyFaces Trinidad Issue Type: Bug Components: Archetype Affects

[jira] Commented: (TRINIDAD-1142) partial submit (for ppr) does not work for some jsp with a rendered XML-PI

2008-07-05 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610695#action_12610695 ] Matthias Weßendorf commented on TRINIDAD-1142: -- quick fix could be calling

[jira] Commented: (TRINIDAD-1142) partial submit (for ppr) does not work for some jsp with a rendered XML-PI

2008-07-05 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12610697#action_12610697 ] Matthias Weßendorf commented on TRINIDAD-1142: -- ok, did the (ugly) fix.

Re: [myfaces core] Redirect to a JSF page when Throwable exception or error occur

2008-07-05 Thread Leonardo Uribe
On Sat, Jul 5, 2008 at 5:35 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! One possible enhancement to the error handling feature of myfaces could be the capability of redirect to a jsf page. Any concrete use-case for this, or just yet another cool-we-can-make-it thingy? ;-) The idea