I have a page with a Tomahawk datatable. On its "value" tag, i call a method that gets a list from some EJB and if it comes empty i have to display some message on the page. The logic works, it executes the method i created to display the message on the screen, but it won't render the message on the page. I am afraid this has something to do with JSF's lifecycle. Is there any workaround i can do in this case?
Thank you in advance.