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

Setting prependId="false" (on h:form) makes <f:ajax/> not working with any ActionSource

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.3-SNAPSHOT
    • 2.0.3
    • None
    • None

    Description

      When using the following, I am able to execute an action method:

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE html>
      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets">
      <h:head>
      <title>BUG...</title>
      </h:head>
      <h:body>
      <h:form id="jsfForm">
      <h:commandButton id="button" value="dasdsa" action="#

      {fileMonitor.clicker}

      ">
      <f:ajax />
      </h:commandButton>
      </h:form>
      </h:body>
      </html>

      However, when using this <h:form prependId="false" ......> it does not work.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            matzew Matthias Wessendorf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: