You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2009/12/08 17:23:18 UTC

[jira] Created: (MYFACES-2453) f:view is ignored by facelets

f:view is ignored by facelets
-----------------------------

                 Key: MYFACES-2453
                 URL: https://issues.apache.org/jira/browse/MYFACES-2453
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-alpha-2
            Reporter: Jakob Korherr


On facelets f:view is no longer needed, but it still can be used to set the locale or to register the beforePhase and the afterPhase MethodExpressions on UIViewRoot.

So the following code has to work on facelets: 

<f:view beforePhase="#{myBean.beforePhase}" afterPhase="#{myBean.afterPhase}" />  

At the moment, <f:view> is just ignored by facelets.

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


[jira] Updated: (MYFACES-2453) f:view is ignored by facelets

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe updated MYFACES-2453:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-alpha-2
         Assignee: Leonardo Uribe
           Status: Resolved  (was: Patch Available)

Thanks to Jakob Korherr for this patch

> f:view is ignored by facelets
> -----------------------------
>
>                 Key: MYFACES-2453
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2453
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Jakob Korherr
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.0-alpha-2
>
>         Attachments: myfaces-2453.patch
>
>
> On facelets f:view is no longer needed, but it still can be used to set the locale or to register the beforePhase and the afterPhase MethodExpressions on UIViewRoot.
> So the following code has to work on facelets: 
> <f:view beforePhase="#{myBean.beforePhase}" afterPhase="#{myBean.afterPhase}" />  
> At the moment, <f:view> is just ignored by facelets.

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


[jira] Updated: (MYFACES-2453) f:view is ignored by facelets

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr updated MYFACES-2453:
-----------------------------------

    Status: Patch Available  (was: Open)

> f:view is ignored by facelets
> -----------------------------
>
>                 Key: MYFACES-2453
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2453
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Jakob Korherr
>         Attachments: myfaces-2453.patch
>
>
> On facelets f:view is no longer needed, but it still can be used to set the locale or to register the beforePhase and the afterPhase MethodExpressions on UIViewRoot.
> So the following code has to work on facelets: 
> <f:view beforePhase="#{myBean.beforePhase}" afterPhase="#{myBean.afterPhase}" />  
> At the moment, <f:view> is just ignored by facelets.

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