You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2015/04/23 13:43:39 UTC

[jira] [Created] (TOBAGO-1456) Mark NonFacesRequestServlet as deprecated

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)