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
<b:image value="mypic.jpg" style="width: 250px" />
When setting JSF DEVELOPEMENT mode b:image always shows that warning:
[WARNING ] Please use either the 'value' attribute of b:image, or the 'name' and 'library' attribute pair. If all three attributes are provided, BootsFaces uses the 'value' attributes, ignoring both 'name' and 'library'.
The text was updated successfully, but these errors were encountered:
…o prevent the warning from being displayed too often
(for some reason, both warning and if statement where there, but they were side-by-side instead of being nested)
<b:image value="mypic.jpg" style="width: 250px" />
When setting JSF DEVELOPEMENT mode b:image always shows that warning:
[WARNING ] Please use either the 'value' attribute of b:image, or the 'name' and 'library' attribute pair. If all three attributes are provided, BootsFaces uses the 'value' attributes, ignoring both 'name' and 'library'.
The text was updated successfully, but these errors were encountered: