Wrong rendering of inputFile inside panelFormLayout
---------------------------------------------------

                 Key: TRINIDAD-1327
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1327
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.10-core
            Reporter: Tomas Havelka


The code below generates corrupted html output for inputFile component. This 
happens just when inputFile is enclosed with panelFormLayout component (locale 
javascript are rendered in the wrong place?).

  <f:view>
    <tr:document>
      <tr:form usesUpload="true">
        <tr:panelFormLayout>
          <tr:inputFile label="Input file"/>
        </tr:panelFormLayout>
      </tr:form>
    </tr:document>
  </f:view>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to