11-22-2006 09:58 AM
11-23-2006 05:27 PM
12-07-2006 05:26 PM
You'll need to override the AddContentDialog bean and return a different outcome. Have a look at doPostCommitProcessing() for an example.
12-11-2006 04:59 AM
12-11-2006 04:55 PM
12-12-2006 03:23 PM
<show-property name="categories" />
12-19-2006 02:12 PM
12-19-2006 04:18 PM
myAddContentDialog dialog = (myAddContentDialog)FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "myAddContentDialog");
if (dialog != null && dialog.getFileName() != null)
{
fileUploaded = true;
}
01-03-2007 09:16 AM
01-08-2007 04:55 PM
<a:actionLink value="#{msg.add_content}" image="/images/icons/add.gif" padding="2" action="addContent" actionListener="#{AddContentDialog.start}" style="white-space:nowrap" id="link3" />
@Override
protected String finishImpl(FacesContext context, String outcome)
throws Exception
{
super.finishImpl(context, outcome);
// your code here
return "browse";
}
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.