[ 
https://issues.apache.org/jira/browse/MYFACES-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794812#action_12794812
 ] 

Mark Struberg commented on MYFACES-2468:
----------------------------------------

Hi Jakob!

I fear I'm not deep enough into MyFaces to provide a solid patch. I've looked 
at the sources and it didn't look to difficult at the first glance. But the 
devil is in the details ;) But I surely would have time to test your patch!
Btw: is there another way to use the ViewHandler of facelets-1.1.15.B1 instead 
of the built-in facelets-2 from MyFaces? If not, then I'd say this is almost a 
blocker. txs, strub

> MyFaces needs to support adding a <view-handler> in faces-config.xml
> --------------------------------------------------------------------
>
>                 Key: MYFACES-2468
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2468
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.0-alpha
>            Reporter: Mark Struberg
>            Priority: Critical
>
> The JSF-2 spec defines the <view-handler> tag to enable alternate VDLs via 
> faces-config.xml.
> Since there is almost no component library out there which works with the 
> built-in facelets-2 VDL, this is a showstopper for a lot scenarios:
> The way I need to use it (tried running RichFaces-3.3.3, Trinidad and 
> PrimeFaces-2.0.CR1) :
> in web.xml:
> <context-param>
>    <param-name>javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER</param-name>
>    <param-value>true</param-value>
> </context-param>
> and in faces-config.xml:
> <application>
>    <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
> </application>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to