Uploaded image for project: 'MyFaces CODI'
  1. MyFaces CODI
  2. EXTCDI-216

type-safe navigation for h:link and h:button

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1
    • 1.0.2
    • JEE-JSF20-Module
    • None

    Description

      instead of
      <h:button value="..." outcome="/pages/myPage.xhtml">
      <f:param name="param1" value="val1"/>
      </h:button>
      it should be possible to use:
      <h:button value="..." outcome="#

      {myController.myPage}

      ">
      <f:param name="param1" value="val1"/>
      </h:button>
      and
      public Class<? extends ViewConfig> getMyPage()

      { return Pages.MyPage.class; }

      Attachments

        Activity

          People

            gpetracek Gerhard Petracek
            gpetracek Gerhard Petracek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: