region included render problem
i have parent.jsf and child.jsff (without template).
parent.jsf has
-panel form
-panel label and message
-ui:include child.jsff
child.jsff has
-ui:composition
-panel label and message
the html result is:
...
<td class=af_panelFormLayout_column>
<table> for panel form
<tr class=af_panelLabelAndMessage> for panel label and message
and..
<tr>
<td>
<td class=af_panelFormLayout_content-cell>
<table class=af_panelLabelAndMessage
...
the panel form doesn't maintain the components alignment...
any help will be appreciated
best regards, Tocarli