My scenario is the following:
I have a jsp page which calls through a function "window.open
" an xhtml page that retrieve some data. As the query to DDBB
takes a little bit, I would like to add to the xhtml page (which is actually void until data is loaded) some kind of message like "Loading data
".
I like how Primefaces blockUI
component works for same page when you click on a button but in my case I don't have any... the xhtml page it's just for showing some details from DDBB.
Do you have any idea about how can I do it? I was thinking that Primefaces has for sure some easy way to do it but I cannot find it :-P
Thanks in advance to you all!
All my best,
Carlos