ICEmobile
  1. ICEmobile
  2. MOBI-721

Next / previous buttons in ContentStack example don't work

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Beta
    • Fix Version/s: 1.3 Beta
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      iPhone, iPad

      Description

      Tapping the buttons has no observable effect.

        Activity

        Hide
        Ted Goddard added a comment -

                           <mobi:commandButton value="Next"
                                       action="#

        {contentStackBean.nextPaneParam}

        "
                                       styleClass="mobi-col mobi-weight1">
                               <f:param name="paneName" value="panel2" />
                           </mobi:commandButton>

        renders the following for a script:

        ice.mobi.button.select('j_idt522:j_idt525:_t541', event, {singleSubmit: false, params: 'function(p)

        {p('paneName','panel2');}

        '});

        seems like something strange with the f:param rendering

        Show
        Ted Goddard added a comment -                    <mobi:commandButton value="Next"                                action="# {contentStackBean.nextPaneParam} "                                styleClass="mobi-col mobi-weight1">                        <f:param name="paneName" value="panel2" />                    </mobi:commandButton> renders the following for a script: ice.mobi.button.select('j_idt522:j_idt525:_t541', event, {singleSubmit: false, params: 'function(p) {p('paneName','panel2');} '}); seems like something strange with the f:param rendering
        Hide
        Judy Guglielmin added a comment -

        should probably adopt JSONBuilder approach for all components which support f:param as a minimum

        Show
        Judy Guglielmin added a comment - should probably adopt JSONBuilder approach for all components which support f:param as a minimum

          People

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

            Dates

            • Created:
              Updated:
              Resolved: