Title says it all.
Can I invoke method like:
void myMethod()
{
PrimeFaces.current().dialog().openDynamic("objectInfoPage");
}
so each time I do this, new dialog will appear ? Right now I have to close previous instance in order open new one.