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

ui:param doesn't work with page containing ui:insert

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Invalid
    • 2.1.8
    • None
    • None
    • None
    • Myfaces 2.1.8 with Glassfish 3.1.1

    Description

      I tried the following page :

      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:ui="http://java.sun.com/jsf/facelets">

      <h:head>
      </h:head>

      <h:body >
      <ui:insert name="heading">Test<br/></ui:insert>

      <h:panelGroup>
      <ui:param name="x1" value="6345675678/" /><!--http://stackoverflow.com/questions/6878275/how-get-the-base-url/6878393#6878393-->
      value:- #

      {x1}


      </h:panelGroup>
      </h:body>

      </html>

      but the ui:param does not work until the ui:insert tags are removed from this page.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ertiop93 Ertio Lew
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: