08-16-2007 08:16 AM
08-20-2007 09:06 AM
08-21-2007 02:01 AM
08-22-2007 09:27 AM
<config evaluator="string-compare" condition="Space Wizards">
…
</config>
but for a list of differents possible names of space what must i put?
Assume that the list name will be
part1
part2
part3
And i will only have that name…
Must i put it in the web client config custom
or direct in my bean code?
I hope i 'm clear enough!
Thanks for your answers,
Yannick
08-22-2007 11:24 AM
org.alfresco.error.AlfrescoRuntimeException: Failed to start wizard as managed bean 'GreischCreateSpaceWizard' has not been defined
at org.alfresco.web.bean.wizard.WizardManager.setCurrentWizard(WizardManager.java:103)
at org.alfresco.web.app.AlfrescoNavigationHandler.handleWizardOpen(AlfrescoNavigationHandler.java:636)
at org.alfresco.web.app.AlfrescoNavigationHandler.handleNavigation(AlfrescoNavigationHandler.java:118)
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:82)
at javax.faces.component.UICommand.broadcast(UICommand.java:109)
at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:171)
at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:81)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:595)
08-23-2007 08:53 AM
<condition if="#{CustomSpaceWizard.spaceType =='\{http://my\.custom\.model\}myCustomSpace}">
javax.faces.el.ReferenceSyntaxException: Invalid expression: '${GCreateSpaceWizard.spaceType == '\{http://www\.greisch\.com/custom/model/1\.0\}projectPhaseFolder'}'
caused by:
org.apache.commons.el.parser.ParseException: Encountered "\'\\{" at line 1, column 35.
Was expecting one of:
<INTEGER_LITERAL> …
<FLOATING_POINT_LITERAL> …
<STRING_LITERAL> …
"true" …
"false" …
"null" …
"(" …
"-" …
"not" …
"!" …
"empty" …
<IDENTIFIER> …
09-03-2007 07:19 AM
public boolean isCorrectSpaceType()
{
return this.getSpaceType().equals("{http://my.custom.model}myCustomSpace}");
}
<condition if="#{CustomSpaceWizard.correctSpaceType}" >
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.