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
Using an input component with multiline="true" will not show pre-loaded text from a backing bean field. Simply removing multiline="true" results in the text being shown.
The text was updated successfully, but these errors were encountered:
I've debugged a bit and found that the textarea is being rendered with attributes "value", "type" and "length" which are not supported by the textarea tag. The value can be set with straight JavaScript, or with JQuery function "val".
Using an input component with multiline="true" will not show pre-loaded text from a backing bean field. Simply removing multiline="true" results in the text being shown.
The text was updated successfully, but these errors were encountered: