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

        Nils Lundquist created issue -
        Nils Lundquist made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
        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
        Ted Goddard made changes -
        Fix Version/s 1.3 Beta [ 10373 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34753 Mon May 06 16:34:23 MDT 2013 judy.guglielmin MOBI-721
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34755 Mon May 06 17:23:40 MDT 2013 judy.guglielmin MOBI-721 mobiAjaxRequest has params in different format as ice.s or ice.se calls. Created new method in MobiJSFUtils for AjaxRequest calls.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/MobiJSFUtils.java
        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
        Judy Guglielmin made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34764 Tue May 07 08:16:41 MDT 2013 judy.guglielmin MOBI-721 ensure params is either null, "{}" or has valid syntax for mobi.AjaxRequest call
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/MobiJSFUtils.java
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36340 Mon Jun 24 09:38:35 MDT 2013 judy.guglielmin MOBI-721 add commented out values for ee artifacts and products. Also, jsf parent now filters and uses profiles for jboss (where multipart is filter) and weblogic (where multipart is servlet).
        May have to consider change name to reflect how multipart is configured if other servers use same configuration
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/pom.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/pom.xml

          People

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

            Dates

            • Created:
              Updated:
              Resolved: