You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2018/08/22 15:34:00 UTC

[jira] [Created] (TOBAGO-1918) Possibility to set a form as "transparent" for layout

Udo Schnurpfeil created TOBAGO-1918:
---------------------------------------

             Summary: Possibility to set a form as "transparent" for layout
                 Key: TOBAGO-1918
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1918
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core, Themes
    Affects Versions: 4.0.0
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil


In older version of Tobago, the <tc:form> component wasn't used for the layout, but the children are used for layout.

Since Tobago 4.0, the form can be used for CSS styling with <tc:stlye> and layout is implement in the browser with CSS. So, the (virtual) form has a HTML representation as <div> element.

There sould be a switch "compact" (like in <tc:out>) to drop rendering this <div>.

(AJAX reloads of the <tc:form> with compact="true" aren't possible.)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)