Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-1543

Paradigm: The clientId shoud be rendered in the local root element in HTML

    XMLWordPrintableJSON

Details

    Description

      This is required for AJAX updates.

      Example: <tc:in> may be rendered as

      <div id="clientId">
        <label>Label</lable>
        <input type="text" name="clientId" />
      </div>
      

      As you can see, the clientId will be rendered as name attribute for the <input> tag, because the POST request needs to be identify the request parameter name.
      The clientId should also be rendered as id attribute for the outer <div> tag, so that this piece of DOM can be replaces via AJAX.

      Attachments

        Issue Links

          Activity

            People

              lofwyr Udo Schnurpfeil
              lofwyr Udo Schnurpfeil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: