ICEfaces
  1. ICEfaces
  2. ICE-5482

Sparkle: Formless submit issue

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha2
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: None
    • Labels:
      None
    • Environment:
      sparkle

      Description

      The tabset component uses ice.submit and ice.singleSubmit based on the singleSubmit attribute.

      I tried to test form less tabset, on page load I get the following javascript error on line 1332 in bridge.js saying 'javax.faces.ViewState' is not defined on the page:

       onLoad(window, function() {
      1329 singleSubmitForm = document.createElement('form');
      1330 singleSubmitForm.action = window.location.pathname;
      1331 singleSubmitForm.id = 'void';
      1332 viewState = document.getElementById('javax.faces.ViewState').value;
      1333 });

      So I had to put an empty form in the page. For testing purpose I have also added a required field inside that form(e.g.)
      <h:form>
          <h:inputText required="true"/>
      </h:form>
      <ice:tabset>
         ......
      </ice:tabset>

      When I changed the tab without using singleSubmit, I could see that above form was executed and input field was validated.
      When I used the singleSubmit, and changed the tab the form was not submitted and validated.


        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #20944 Thu Mar 11 16:11:31 MST 2010 mircea.toma ICE-5482 Insert view state value in the document fragment so that ice.singleSubmit can pick up the value before sending the request.
        Files Changed
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/push/BridgeSetup.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/core/src/main/javascript/submit.js

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: