[
https://issues.apache.org/jira/browse/TOBAGO-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-1456.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.8
> Mark NonFacesRequestServlet as deprecated
> -----------------------------------------
>
> Key: TOBAGO-1456
> URL: https://issues.apache.org/jira/browse/TOBAGO-1456
> Project: MyFaces Tobago
> Issue Type: Task
> Components: Core
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Priority: Trivial
> Fix For: 2.0.8
>
>
> The NonFacesRequestServlet is no longer needed with JSF 2.0.
> This example shows the alternative.
> {code:xml}
> <f:metadata>
> <f:viewParam name="fishId" value="#{fishPond.selectedFishId}" />
> <f:event type="preRenderView" listener="#{fishPond.initId}"/>
> </f:metadata>
> {code}
> With JSF 2.2 there is also a <f:viewAction> tag.
> The NonFacesRequestServlet doesn't work well with Deltaspike.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)