[jira] Created: (TRINIDAD-1549) Developer Guide/Web Documentation: broken navigation links

2009-08-11 Thread Marc Campbell (JIRA)
Developer Guide/Web Documentation: broken navigation links --- Key: TRINIDAD-1549 URL: https://issues.apache.org/jira/browse/TRINIDAD-1549 Project: MyFaces Trinidad Issue Type: Bug

Making changes to shared renderkit

2009-08-11 Thread Curtiss Howard
Hi, For MYFACES-2302 I need to modify HtmlLinkRendererBase to handle HtmlOutcomeTargetLink components. Obviously I would prefer to override the method in HtmlLinkRender, but the logic falls right in the middle of renderOutputLinkStart(), which means I'd have to duplicate a bunch of other logic.

Re: Making changes to shared renderkit

2009-08-11 Thread Leonardo Uribe
2009/8/11 Leonardo Uribe lu4...@gmail.com Hi Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version 2.0, so you can change the renderers directly on that package. It is shared-impl-4.0.1-SNAPSHOT. regards Leonardo Uribe 2009/8/11 Curtiss Howard

Re: Making changes to shared renderkit

2009-08-11 Thread Leonardo Uribe
Hi Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version 2.0, so you can change the renderers directly on that package. regards Leonardo Uribe 2009/8/11 Curtiss Howard curtiss.how...@gmail.com Hi, For MYFACES-2302 I need to modify HtmlLinkRendererBase to handle

Re: Making changes to shared renderkit

2009-08-11 Thread Curtiss Howard
On Tue, Aug 11, 2009 at 12:17 PM, Leonardo Uribelu4...@gmail.com wrote: Hi Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version 2.0, so you can change the renderers directly on that package. regards Leonardo Uribe That's not what it looks like to me:

Re: Problem when rerendering with validation errors

2009-08-11 Thread Jan-Kees van Andel
Ow, thanks for pointing that out Leo. I'm gonna dive into it. After all, I have to see some proper error messages when Bean validation fails... /JK 2009/8/10 Leonardo Uribe lu4...@gmail.com: Hi  I think the behavior presented is because ExceptionHandler api is not complete (some exceptions

Re: Making changes to shared renderkit

2009-08-11 Thread Leonardo Uribe
2009/8/11 Curtiss Howard curtiss.how...@gmail.com On Tue, Aug 11, 2009 at 12:17 PM, Leonardo Uribelu4...@gmail.com wrote: Hi Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version 2.0, so you can change the renderers directly on that package. regards Leonardo

myfaces 2.0 and groovy bindings

2009-08-11 Thread Werner Punz
Hello everyone. I am sort of overdue with my promised commit of the myfaces groovy bindings, the reason simply was life itself. Anway to make things finally clear I want to propose following. I want to commit the bindings this week, but I want to opt for myfaces 2.0 instead of still going with

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Matthias Wessendorf
+1 for adding that to 2.0 only. looking forward :-) On Tue, Aug 11, 2009 at 10:17 PM, Werner Punzwerner.p...@gmail.com wrote: Hello everyone. I am sort of overdue with my promised commit of the myfaces groovy bindings, the reason simply was life itself. Anway to make things finally clear I

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Leonardo Uribe
Hi +1. I suppose this code conflict with MYFACES-2290 Add OSGi bundle information and bundle classloader / activator, but we can see it in deep later when we have committed this one. regards Leonardo Uribe 2009/8/11 Matthias Wessendorf mat...@apache.org +1 for adding that to 2.0 only.

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Werner Punz
I dont think it will conflict, the reason for this is, I want to add the option as web.xml override. Which means a user who wants to use the groovy bindings has to add a context param. If this param is not set nothing is done and the code defaults to the code currently in existence. The groovy

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Leonardo Uribe
2009/8/11 Werner Punz werner.p...@gmail.com I dont think it will conflict, the reason for this is, I want to add the option as web.xml override. Which means a user who wants to use the groovy bindings has to add a context param. If this param is not set nothing is done and the code defaults

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Werner Punz
I have to check the method out for what it does out for now nothing is done in this regard. My code works currently that way that over all jsf artefacts which can be set via the faces-config proxies are wrapped around and the proxies basically dynamically reload the groovy classes if the file

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Werner Punz
Ok just read up about it, does not make sense to bind it with groovy. VDL really is the view declaration nothing more, this does not mix well with groovy :-) Lets leave my bindings where they are at faces-config artefact level. Werner Leonardo Uribe schrieb: 2009/8/11 Werner Punz

[jira] Created: (MYFACES-2328) Whether we need isRendered() call in encodeBegin encodeEnd methods in UIComponantBase class

2009-08-11 Thread Arulrajan (JIRA)
Whether we need isRendered() call in encodeBegin encodeEnd methods in UIComponantBase class - Key: MYFACES-2328 URL: https://issues.apache.org/jira/browse/MYFACES-2328

Re: myfaces 2.0 and groovy bindings

2009-08-11 Thread Gerhard Petracek
+1 for the initial commit at [1] regards, gerhard [1] http://svn.apache.org/repos/asf/myfaces/extensions/scripting http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/8/12 Werner Punz