Udo Schnurpfeil created TOBAGO-1456:
---------------------------------------
Summary: 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
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)