Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-83

Changes in navigationMenuItem jsf component to make it work with HtmlCommandJSCookMenu (action) or any simple URL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • JDK 1.5.0_03-b07, JBoss 4.0.2, Windows XP SP2

    Description

      1) src/components/org/apache/myfaces/custom/navmenu/HtmlNavigationMenuItemTag.java
      Inserted constants.: URL_ATTR and TARGET_ATTR
      Inserted attributes: _url and _target
      Inserted methods...: setUrl and setTarget
      Modified methods...: release and setProperties

      2) src/components/org/apache/myfaces/custom/navmenu/NavigationMenuItem.java
      Inserted attributes..: _url and _target
      Inserted constructors: NavigationMenuItem(Object, String, String, boolean, boolean, String, String, String, String, boolean)
      NavigationMenuItem(String, String, String, String, boolean)
      Modified constructors: NavigationMenuItem(Object, String, String, boolean, String, String, boolean)
      NavigationMenuItem(String, String, String, boolean)
      Inserted methods.....: get/setUrl and get/setTarget

      3) src/components/org/apache/myfaces/custom/navmenu/NavigationMenuUtils.java
      Modified method: getNavigationMenuItemList

      4) src/components/org/apache/myfaces/custom/navmenu/UINavigationMenuItem.java
      Inserted attributes: _url and _target
      Inserted methods...: get/setUrl and get/setTarget
      Modified methods...: restoreState and saveState

      5) src/components/org/apache/myfaces/custom/navmenu/jscookmenu/HtmlJSCookMenuRenderer.java
      Modified method: encodeNavigationMenuItems

      6) src/components/org/apache/myfaces/custom/navmenu/resource/jscookmenu/JSCookMenu.js
      Modified function: cmItemMouseUp

      7) tlds/myfaces_ext.tld
      Inserted attributes: url and target

      8) tlds/myfaces_ext_sf.tld
      Inserted attributes: url and target

      Attachments

        1. tomahawk-83_r566869.patch
          9 kB
          Sol Kindle
        2. patch.1.1.1.zip
          65 kB
          Darlan Oliveira
        3. myfaces-1.0.9.zip
          35 kB
          Darlan Oliveira

        Activity

          People

            tomsp Thomas Spiegl
            darlan Darlan Oliveira
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: