Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2768

jsf.js internal myfaces parameters do not work anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.1-SNAPSHOT
    • 2.0.1
    • None
    • None

    Description

      The internal myfaces parameters have been broken by the refactoring:
      <h:commandButton id = "button1" value = "Increment left" action = "#

      {count.increment}" onclick = "jsf.ajax.request(this, event, {render: 'out1', execute: 'out1 button1',
      myfaces:{errorlevel:'ERROR', pps:true, queuesize:1}}); return false;" />
      fails while
      <h:commandButton id = "button1" value = "Increment left" action = "#{count.increment}

      " onclick = "jsf.ajax.request(this, event,

      {render: 'out1', execute: 'out1 button1'}

      ); return false;" />

      This is not a showstopper since queue control and pps are not part of jsf 2.0 but are preparation code for
      2.1 so I can live with not having them currently enabled. The fixup either will go into 2.0.1 or 2.0.2.

      Attachments

        Activity

          People

            Unassigned Unassigned
            werpu Werner Punz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: