Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-2277 Perform a UX review of the Shell experience in Forge 3
  3. FORGE-1524

Change the JSF preRenderView to fit the new viewAction

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Obsolete
    • Icon: Major Major
    • 3.x Future
    • 2.0.0.CR2
    • Scaffold
    • None

      When a JSF page is generated, it uses the old JSF 2.0 preRenderView :

      <f:event type="preRenderView" listener='#{authorBean.retrieve}'/>
      

      Instead, it should be using the new Java EE 7 viewAction :

      <f:viewAction action="#{authorBean.retrieve}"/>
      

      I've replaced all occurrences in every pages and it works fine.

              Unassigned Unassigned
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: