TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

b:messages #66

Closed stephanrauh closed 9 years ago

stephanrauh commented 9 years ago

How do we want to display error messages? The standard Mojarra widget looks a bit odd in a BootsFaces dialog:

image

I suggest to invent a <b:messages /> component.

TheCoder4eu commented 9 years ago

Yes this would be a nice addition. We could take advantage of alert markup for multiple errors.

stephanrauh commented 9 years ago

I implemented and documented a simple <b:messages /> component.