08-17-2010 09:58 AM
FacesContext context = FacesContext.getCurrentInstance();
context.getApplication().getNavigationHandler().handleNavigation(context, null, "dialog:newDialog");
08-17-2010 04:35 PM
08-18-2010 04:30 AM
return "dialog:dialogname";
http://wiki.alfresco.com/wiki/Dialog_Framework
Hope it helps.
08-18-2010 07:12 AM
finishImpl..{
if(userwants to add adinitional data) rerturn "dialog:close"
else{
return "dialog:mydialog"
}
}
08-19-2010 11:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.