Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.1
    • Fix Version/s: 3.0.1
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      IF 3.x
    • Affects:
      Sample App./Tutorial

      Description

      Add conditional row tutorial implementing a custom condition

        Activity

        Hide
        Nils Lundquist added a comment -

        28601 by nils.lundquist, 2:04 PM
        ICE-7971 - Added Conditional Row tutorial.

        In example, conditional row renders when a particular component is a row has attached an FacesMessage.

        Show
        Nils Lundquist added a comment - 28601 by nils.lundquist, 2:04 PM ICE-7971 - Added Conditional Row tutorial. In example, conditional row renders when a particular component is a row has attached an FacesMessage.
        Hide
        Ken Fyten added a comment -

        Conditional-row-messages: doesn't run on Tomcat 6.0.26 (server error at org.apache.el.parser.ELParser.generateParseException(ELParser.java:2
        42)), runs on 7.0.27, but the buttons don't seem to be functional.

        Show
        Ken Fyten added a comment - Conditional-row-messages: doesn't run on Tomcat 6.0.26 (server error at org.apache.el.parser.ELParser.generateParseException(ELParser.java:2 42)), runs on 7.0.27, but the buttons don't seem to be functional.
        Hide
        Nils Lundquist added a comment -

        This tutorial uses parameterized EL method expressions available in EL 2.2+

        To port a parameter passing method call technique to earlier versions of EL (like that available in Tomcat 6), the developer would need to apply a faux-map method wrapper like the 2nd technique explained on this page:

        http://wiki.apache.org/myfaces/Parameters_In_EL_Functions

        Show
        Nils Lundquist added a comment - This tutorial uses parameterized EL method expressions available in EL 2.2+ To port a parameter passing method call technique to earlier versions of EL (like that available in Tomcat 6), the developer would need to apply a faux-map method wrapper like the 2nd technique explained on this page: http://wiki.apache.org/myfaces/Parameters_In_EL_Functions
        Hide
        Nils Lundquist added a comment -

        The above link also includes a reference to another wiki article describing how to upgrade Tomcat 6 to EL 2.2

        Show
        Nils Lundquist added a comment - The above link also includes a reference to another wiki article describing how to upgrade Tomcat 6 to EL 2.2

          People

          • Assignee:
            Nils Lundquist
            Reporter:
            Nils Lundquist
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: