You can do this using maven 2 - you specify your new moduleid as the artifactid and your jsf impl jars are dependencies.
I found this configuration example in our 2.0 svn that you can follow as an example - https://svn.apache.org/repos/asf/geronimo/server/branches/2.0/configs/webservices-common/ HTH, Lin On Fri, Jul 25, 2008 at 5:11 AM, zhoub <[EMAIL PROTECTED]> wrote: > > How to make car module? > > > Lin Sun-2 wrote: >> >> Hi, assuming that you have disabled the myfaces and myfaces-deployer >> module, did you update your artifact-aliases.properties file per the >> instruction here >> (http://cwiki.apache.org/GMOxDOC21/how-to-upgrade-jars-and-swap-modules.html)? >> >> Also, if your jsf impl has multiple jars, you may have to pack them >> into one car module so that you can use the newly created module id as >> newartifactId. >> >> Lin >> >> On Wed, Jul 23, 2008 at 10:30 PM, zhoub <[EMAIL PROTECTED]> wrote: >>> >>> error message is : >>> java.util.NoSuchElementException >>> >>> Caused by: >>> java.util.NoSuchElementException >>> >>> +- Stack Trace >>> java.util.NoSuchElementException >>> at java.util.AbstractList$Itr.next(AbstractList.java:350) >>> at >>> java.util.AbstractCollection.addAll(AbstractCollection.java:305) >>> at >>> org.operamasks.faces.render.ajax.AjaxUpdaterRenderer.buildSubviewTree(AjaxUpdaterRenderer.java:366) >>> at >>> org.operamasks.faces.render.ajax.AjaxUpdaterRenderer.buildSubview(AjaxUpdaterRenderer.java:373) >>> at >>> org.operamasks.faces.render.ajax.AjaxUpdaterRenderer.encodeChildren(AjaxUpdaterRenderer.java:141) >>> at >>> javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:543) >>> at >>> javax.faces.component.UIComponent.encodeAll(UIComponent.java:239) >>> at >>> javax.faces.component.UIComponent.encodeAll(UIComponent.java:246) >>> at >>> org.operamasks.faces.component.layout.impl.UIPanel$$EnhancerByCGLIB$$b5cdd3e2.CGLIB$encodeAll$137(<generated>) >>> at >>> org.operamasks.faces.component.layout.impl.UIPanel$$EnhancerByCGLIB$$b5cdd3e2$$FastClassByCGLIB$$81604c49.invoke(<generated>) >>> at >>> org.operamasks.net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:169) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.invokeSuper(CompositeInterceptor.java:69) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.invoke(CompositeInterceptor.java:60) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.intercept(CompositeInterceptor.java:41) >>> at >>> org.operamasks.faces.component.layout.impl.UIPanel$$EnhancerByCGLIB$$b5cdd3e2.encodeAll(<generated>) >>> at >>> javax.faces.component.UIComponent.encodeAll(UIComponent.java:246) >>> at >>> org.operamasks.faces.component.layout.impl.UIBorderLayout$$EnhancerByCGLIB$$c8c1ea22.CGLIB$encodeAll$140(<generated>) >>> at >>> org.operamasks.faces.component.layout.impl.UIBorderLayout$$EnhancerByCGLIB$$c8c1ea22$$FastClassByCGLIB$$ee8a26d8.invoke(<generated>) >>> at >>> org.operamasks.net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:169) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.invokeSuper(CompositeInterceptor.java:69) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.invoke(CompositeInterceptor.java:60) >>> at >>> org.operamasks.faces.interceptor.CompositeInterceptor.intercept(CompositeInterceptor.java:41) >>> at >>> org.operamasks.faces.component.layout.impl.UIBorderLayout$$EnhancerByCGLIB$$c8c1ea22.encodeAll(<generated>) >>> at >>> javax.faces.component.UIComponent.encodeAll(UIComponent.java:246) >>> at >>> org.operamasks.faces.component.html.HtmlPage.encodeAll(HtmlPage.java:290) >>> at >>> javax.faces.component.UIComponent.encodeAll(UIComponent.java:246) >>> at >>> org.operamasks.faces.facelets.FaceletViewHandlerHook.renderView(FaceletViewHandlerHook.java:221) >>> at >>> org.operamasks.faces.lifecycle.RenderResponse.execute(RenderResponse.java:42) >>> at >>> org.operamasks.faces.lifecycle.LifecycleImpl.doPhase(LifecycleImpl.java:134) >>> at >>> org.operamasks.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:95) >>> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >>> at >>> org.operamasks.faces.webapp.filter.DefaultSuffixRedirector.doFilter(DefaultSuffixRedirector.java:59) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >>> at >>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >>> at >>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) >>> at >>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) >>> at >>> org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectValve.java:56) >>> at >>> org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:406) >>> at >>> org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47) >>> at >>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) >>> at >>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) >>> at >>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) >>> at >>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563) >>> at >>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263) >>> at >>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) >>> at >>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584) >>> at >>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) >>> at java.lang.Thread.run(Thread.java:619) >>> >>> >>> +- Component Tree >>> <UIViewRoot locale=" renderKitId=" rendered=" transient=" viewId="> >>> <?xml version="1.0" encoding="UTF-8"?> >>> <HtmlPage id=" loadMask=" rendered=" title=" transient="> >>> <HtmlHead id=" rendered=" transient="> >>> <style type="text/css"> html,body { font-size: 13px; margin: 0; padding: >>> 0; >>> border: 0 none; overflow: hidden; height: 100%; } #mainPage >>> .x-layout-collapsed-west { background-image: url(images/westbg.gif); >>> background-repeat: no-repeat; background-position: center; } #mainPage >>> .x-layout-panel-hd-text { font: normal 12px arial, tahoma, verdana, >>> helvetica; } #mainPage .x-tabs-strip .x-tabs-text { font: bold 12px >>> arial, >>> tahoma, arial, helvetica; } </style> >>> <HtmlStylesheet id=" rendered=" src=" transient="/> >>> </HtmlHead> >>> <UIBorderLayout$$EnhancerByCGLIB$$c8c1ea22 border=" callbacks=" >>> fitToBody=" >>> id=" jsvar=" rendered=" transient="> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 callbacks=" header=" height=" id=" >>> region=" rendered=" transient="> >>> <AjaxUpdater frame=" globalAction=" id=" layout=" newView=" renderId=" >>> rendered=" subviewId=" transient=" update=" url="> >>> <?xml version="1.0" encoding="UTF-8"?> >>> <UIForm enctype=" id=" msgTarget=" prependId=" rendered=" style=" >>> submitted=" transient="> >>> <HtmlOutputLabel escape=" id=" rendered=" style=" transient=" value="/> >>> <UIChooseSkin cookie=" cookieMaxAge=" id=" immediate=" localValueSet=" >>> rendered=" required=" transient=" valid=" value="> >>> <AjaxAction event=" id=" immediate=" rendered=" transient="/> >>> </UIChooseSkin> >>> </UIForm> >>> </AjaxUpdater> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 autoScroll=" callbacks=" >>> collapsible=" >>> id=" region=" rendered=" split=" title=" transient=" width="> >>> <UIForm enctype=" id=" msgTarget=" prependId=" rendered=" submitted=" >>> transient="> >>> <UITree$$EnhancerByCGLIB$$81bca71e border=" callbacks=" id=" >>> loadAllNodes=" >>> rendered=" transient=" value=" binding="> >>> <AjaxAction action=" actionExpression=" event=" id=" immediate=" >>> rendered=" >>> transient="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" userData="> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> <UITreeNode$$EnhancerByCGLIB$$6eeaa030 callbacks=" cascade=" expanded=" >>> icon=" id=" leaf=" rendered=" text=" transient=" updateAble=" >>> userData="/> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITreeNode$$EnhancerByCGLIB$$6eeaa030> >>> </UITree$$EnhancerByCGLIB$$81bca71e> >>> </UIForm> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 callbacks=" id=" jsvar=" region=" >>> rendered=" title=" transient=" binding="> >>> <UITabLayout$$EnhancerByCGLIB$$da082665 border=" callbacks=" id=" jsvar=" >>> rendered=" tabPosition=" transient="> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 callbacks=" id=" jsvar=" onactivate=" >>> rendered=" title=" transient=" binding="> >>> <UIIFrame$$EnhancerByCGLIB$$5fb6ddb9 callbacks=" frameborder=" id=" >>> rendered=" src=" style=" transient=" binding="/> >>> <AjaxAction action=" actionExpression=" event=" id=" immediate=" >>> rendered=" >>> transient="/> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 callbacks=" id=" onactivate=" >>> rendered=" >>> title=" transient=" binding="> >>> <UIIFrame$$EnhancerByCGLIB$$5fb6ddb9 callbacks=" frameborder=" id=" >>> rendered=" style=" transient=" binding="/> >>> <AjaxAction action=" actionExpression=" event=" id=" immediate=" >>> rendered=" >>> transient="/> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> <UIPanel$$EnhancerByCGLIB$$b5cdd3e2 callbacks=" id=" onactivate=" >>> rendered=" >>> title=" transient=" binding="> >>> <UIIFrame$$EnhancerByCGLIB$$5fb6ddb9 callbacks=" frameborder=" id=" >>> rendered=" style=" transient=" binding="/> >>> <AjaxAction action=" actionExpression=" event=" id=" immediate=" >>> rendered=" >>> transient="/> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> </UITabLayout$$EnhancerByCGLIB$$da082665> >>> </UIPanel$$EnhancerByCGLIB$$b5cdd3e2> >>> </UIBorderLayout$$EnhancerByCGLIB$$c8c1ea22> >>> </HtmlPage> >>> </UIViewRoot> >>> >>> +- Scoped Variables >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/how-to-disable-myfaces-tp18607775s134p18624385.html >>> Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com. >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/how-to-disable-myfaces-tp18607775s134p18648062.html > Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com. > >
