You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other day I've learned that every component that is to be aligned vertically must be included in the some form-group. That's hard to accomplish with JSF because each component is rendered individually. We need to find a solution nonetheless.
One important special case is adding the b:message tag into the same line as the label and the input field.
Other use cases are:
Putting a command button behind an input field.
Putting input fields behind a checkbox or a radio button.
The text was updated successfully, but these errors were encountered:
#493 is related to this. As an alternative to the facet, have you considered modifying the encodeChidren behavior? (now it renders content before the form-group)
The other day I've learned that every component that is to be aligned vertically must be included in the some
form-group
. That's hard to accomplish with JSF because each component is rendered individually. We need to find a solution nonetheless.One important special case is adding the
b:message
tag into the same line as the label and the input field.Other use cases are:
The text was updated successfully, but these errors were encountered: