| Author |
sequence of invoking modal windows in jsf
|
Vitaliy Kravchenko
Greenhorn
Joined: Dec 02, 2010
Posts: 10
|
|
I have a problem , let me show what I have:
In such a way I'm calling modal forms
and method in backing bean
when I press on icon delete, confirm window is invoking, after I pressed "Yes" - invoking removeLogFile method, and in this moment modal form with id messageBoxLogFile (this form to show the result of deleting file) filling values from backing bean, but I need to fetch this values when deleteLogFile will be finished, and fill messageBoxLogFile form with values from logManager bean. What can I do? thanks
|
 |
 |
|
|
subject: sequence of invoking modal windows in jsf
|
|
|