Thanks,Filip, t5components only work with 5.0.13 or up,but I compile the t5. 0.13 from it's source,it also gets same error.
-----邮件原件----- 发件人: Filip S. Adamsen [mailto:[EMAIL PROTECTED] 发送时间: 2008年6月18日 20:39 收件人: Tapestry users 主题: Re: Tapestry5 and new Window No, t5components won't work with Tapestry 5.0.11, only 5.0.13 and up. -Filip 滕训华 skrev: > Do the t5Components 5.0.13 really can work with t5.0.11? > > But I found that org.apache.tapestry5.**** is used as the importing package names of the t5components 5.0.13 source. tapestry 5.0.11 's package name is org.apache.tapestry****,while only tapestry 5.0.13 's package name is org.apache.tapestry5. > > > > > ----- Original Message ----- > From: "Sven Homburg" <[EMAIL PROTECTED]> > To: "Tapestry users" <users@tapestry.apache.org> > Sent: Wednesday, June 18, 2008 12:06 AM > Subject: Re: Tapestry5 and new Window > > >> t5components 5.0.13 cant used with tapestry 5.0.11 >> >> 2008/6/17 滕训华 <[EMAIL PROTECTED]>: >> >>> From the processing can not find any exception. >>> >>> >>> My enviroment is :spring+spring-acegi+hibernate+tapestry. >>> >>> and I found that the t.5.011(now i am using) package name is >>> org.apache.tapestry >>> >>> but the t.5.0.14 is org.apache.tapestry5****,is this error related with >>> this point? >>> >>> >>> >>> >>> The console information when start the tomcat in eclipse >>> >>> 2008-6-17 23:28:04 org.apache.coyote.http11.Http11Protocol init >>> 信息: Initializing Coyote HTTP/1.1 on http-8080 >>> 2008-6-17 23:28:04 org.apache.catalina.startup.Catalina load >>> 信息: Initialization processed in 1042 ms >>> 2008-6-17 23:28:04 org.apache.catalina.core.StandardService start >>> 信息: Starting service Catalina >>> 2008-6-17 23:28:04 org.apache.catalina.core.StandardEngine start >>> 信息: Starting Servlet Engine: Apache Tomcat/5.0.28 >>> 2008-6-17 23:28:04 org.apache.catalina.core.StandardHost start >>> 信息: XML validation disabled >>> 2008-06-17 23:28:07,364 INFO >>> [org.springframework.web.context.ContextLoader] - Root >>> WebApplicationContext: initialization started >>> 2008-06-17 23:28:07,434 INFO >>> [org.springframework.web.context.support.XmlWebApplicationContext] - >>> Refreshing >>> [EMAIL PROTECTED]: >>> display name [Root WebApplicationContext]; startup date [Tue Jun 17 23:28:07 >>> CST 2008]; root of context hierarchy >>> 2008-06-17 23:28:07,614 INFO >>> [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading >>> XML bean definitions from ServletContext resource >>> [/WEB-INF/applicationContext.xml] >>> 2008-06-17 23:28:07,905 INFO >>> [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - Loading >>> XML bean definitions from ServletContext resource >>> [/WEB-INF/applicationContext-security.xml] >>> 2008-06-17 23:28:08,295 INFO >>> [org.springframework.web.context.support.XmlWebApplicationContext] - Bean >>> factory for application context >>> [EMAIL PROTECTED]: >>> [EMAIL PROTECTED] >>> 2008-06-17 23:28:08,716 INFO [org.hibernate.cfg.annotations.Version] - >>> Hibernate Annotations 3.3.1.GA >>> 2008-06-17 23:28:08,746 INFO [org.hibernate.cfg.Environment] - Hibernate >>> 3.2.4.sp1 >>> 2008-06-17 23:28:08,746 INFO [org.hibernate.cfg.Environment] - >>> hibernate.properties not found >>> 2008-06-17 23:28:08,756 INFO [org.hibernate.cfg.Environment] - Bytecode >>> provider name : cglib >>> 2008-06-17 23:28:08,766 INFO [org.hibernate.cfg.Environment] - using JDK >>> 1.4 java.sql.Timestamp handling >>> 2008-06-17 23:28:08,936 INFO [org.hibernate.cfg.Configuration] - >>> configuring from url: >>> file:/D:/Java/app/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpweb apps/CallCenter/WEB-INF/classes/hibernate.cfg.xml >>> 2008-06-17 23:28:09,116 INFO [org.hibernate.cfg.Configuration] - Configured >>> SessionFactory: null >>> 2008-06-17 23:28:09,116 INFO >>> [org.springframework.orm.hibernate3.LocalSessionFactoryBean] - Building new >>> Hibernate SessionFactory >>> 2008-06-17 23:28:09,337 INFO [org.hibernate.cfg.AnnotationBinder] - Binding >>> entity from annotated class: com.callcenter.model.TblMenuItem >>> 2008-06-17 23:28:09,447 INFO [org.hibernate.cfg.annotations.EntityBinder] - >>> Bind entity com.callcenter.model.TblMenuItem on table TBL_MenuItem >>> 2008-06-17 23:28:09,557 INFO [org.hibernate.cfg.AnnotationBinder] - Binding >>> entity from annotated class: com.callcenter.model.TblQuestionInfo >>> 2008-06-17 23:28:09,557 INFO [org.hibernate.cfg.annotations.EntityBinder] - >>> Bind entity com.callcenter.model.TblQuestionInfo on table TBL_QuestionInfo >>> 2008-06-17 23:28:09,577 INFO [org.hibernate.cfg.AnnotationBinder] - Binding >>> entity from annotated class: com.callcenter.model.TblContactInfo >>> 2008-06-17 23:28:09,577 INFO [org.hibernate.cfg.annotations.EntityBinder] - >>> Bind entity com.callcenter.model.TblContactInfo on table TBL_ContactInfo >>> 2008-06-17 23:28:09,667 INFO [org.hibernate.cfg.AnnotationBinder] - Binding >>> entity from annotated class: com.callcenter.model.TblQuestionFlow >>> 2008-06-17 23:28:09,667 INFO [org.hibernate.cfg.annotations.EntityBinder] - >>> Bind entity com.callcenter.model.TblQuestionFlow on table TBL_QuestionFlow >>> 2008-06-17 23:28:09,677 INFO [org.hibernate.cfg.AnnotationBinder] - Binding >>> entity from annotated class: com.callcenter.model.TblCustomerInfo >>> 2008-06-17 23:28:09,677 INFO [org.hibernate.cfg.annotations.EntityBinder] - >>> Bind entity com.callcenter.model.TblCustomerInfo on table TBL_CustomerInfo >>> 2008-06-17 23:28:10,008 INFO >>> [org.hibernate.cfg.annotations.CollectionBinder] - Mapping collection: >>> com.callcenter.model.TblCustomerInfo.tblContactInfos -> TBL_ContactInfo >>> 2008-06-17 23:28:10,048 INFO [org.hibernate.cfg.AnnotationConfiguration] - >>> Hibernate Validator not found: ignoring >>> 2008-06-17 23:28:10,148 INFO >>> [org.hibernate.connection.DriverManagerConnectionProvider] - Using Hibernate >>> built-in connection pool (not for production use!) >>> 2008-06-17 23:28:10,148 INFO >>> [org.hibernate.connection.DriverManagerConnectionProvider] - Hibernate >>> connection pool size: 20 >>> 2008-06-17 23:28:10,148 INFO >>> [org.hibernate.connection.DriverManagerConnectionProvider] - autocommit >>> mode: false >>> 2008-06-17 23:28:10,178 INFO >>> [org.hibernate.connection.DriverManagerConnectionProvider] - using driver: >>> com.microsoft.jdbc.sqlserver.SQLServerDriver at URL: >>> jdbc:sqlserver://localhost;DatabaseName=callcenter >>> 2008-06-17 23:28:10,178 INFO >>> [org.hibernate.connection.DriverManagerConnectionProvider] - connection >>> properties: {user=sa, release_mode=on_close} >>> 2008-06-17 23:28:10,418 INFO [org.hibernate.cfg.SettingsFactory] - RDBMS: >>> Microsoft SQL Server, version: Microsoft SQL Server 2000 - 8.00.194 (Intel >>> X86) >>> Aug 6 2000 00:57:48 >>> Copyright (c) 1988-2000 Microsoft Corporation >>> Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 2) >>> >>> 2008-06-17 23:28:10,418 INFO [org.hibernate.cfg.SettingsFactory] - JDBC >>> driver: SQLServer, version: 2.2.0040 >>> 2008-06-17 23:28:10,448 INFO [org.hibernate.dialect.Dialect] - Using >>> dialect: org.hibernate.dialect.SQLServerDialect >>> 2008-06-17 23:28:10,468 INFO >>> [org.hibernate.transaction.TransactionFactoryFactory] - Using default >>> transaction strategy (direct JDBC transactions) >>> 2008-06-17 23:28:10,468 INFO >>> [org.hibernate.transaction.TransactionManagerLookupFactory] - No >>> TransactionManagerLookup configured (in JTA environment, use of read-write >>> or transactional second-level cache is not recommended) >>> 2008-06-17 23:28:10,468 INFO [org.hibernate.cfg.SettingsFactory] - >>> Automatic flush during beforeCompletion(): disabled >>> 2008-06-17 23:28:10,468 INFO [org.hibernate.cfg.SettingsFactory] - >>> Automatic session close at end of transaction: disabled >>> 2008-06-17 23:28:10,468 INFO [org.hibernate.cfg.SettingsFactory] - >>> Scrollable result sets: enabled >>> 2008-06-17 23:28:10,468 INFO [org.hibernate.cfg.SettingsFactory] - JDBC3 >>> getGeneratedKeys(): disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - >>> Connection release mode: on_close >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Default >>> batch fetch size: 1 >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Generate >>> SQL with comments: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Order >>> SQL updates by primary key: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Order >>> SQL inserts for batching: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Query >>> translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory >>> 2008-06-17 23:28:10,478 INFO >>> [org.hibernate.hql.ast.ASTQueryTranslatorFactory] - Using >>> ASTQueryTranslatorFactory >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Query >>> language substitutions: {} >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - JPA-QL >>> strict compliance: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - >>> Second-level cache: enabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Query >>> cache: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Cache >>> provider: org.hibernate.cache.NoCacheProvider >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - Optimize >>> cache for minimal puts: disabled >>> 2008-06-17 23:28:10,478 INFO [org.hibernate.cfg.SettingsFactory] - >>> Structured second-level cache entries: disabled >>> 2008-06-17 23:28:10,488 INFO [org.hibernate.cfg.SettingsFactory] - Echoing >>> all SQL to stdout >>> 2008-06-17 23:28:10,488 INFO [org.hibernate.cfg.SettingsFactory] - >>> Statistics: disabled >>> 2008-06-17 23:28:10,488 INFO [org.hibernate.cfg.SettingsFactory] - Deleted >>> entity synthetic identifier rollback: disabled >>> 2008-06-17 23:28:10,488 INFO [org.hibernate.cfg.SettingsFactory] - Default >>> entity-mode: pojo >>> 2008-06-17 23:28:10,488 INFO [org.hibernate.cfg.SettingsFactory] - Named >>> query checking : enabled >>> 2008-06-17 23:28:10,629 INFO [org.hibernate.impl.SessionFactoryImpl] - >>> building session factory >>> 2008-06-17 23:28:11,229 INFO >>> [org.hibernate.impl.SessionFactoryObjectFactory] - Not binding factory to >>> JNDI, no JNDI name configured >>> 2008-06-17 23:28:11,400 INFO >>> [org.springframework.security.config.HttpSecurityConfigPostProcessor] - >>> Selecting AuthenticationEntryPoint for use in ExceptionTranslationFilter >>> 2008-06-17 23:28:11,400 INFO >>> [org.springframework.security.config.HttpSecurityConfigPostProcessor] - >>> Using main configured AuthenticationEntryPoint set to _mainEntryPoint >>> 2008-06-17 23:28:11,400 INFO >>> [org.springframework.security.config.HttpSecurityConfigPostProcessor] - >>> Using bean '_mainEntryPoint' as the entry point. >>> 2008-06-17 23:28:11,400 INFO >>> [org.springframework.web.context.support.XmlWebApplicationContext] - Bean >>> '_filterChainProxyPostProcessor' is not eligible for getting processed by >>> all BeanPostProcessors (for example: not eligible for auto-proxying) >>> 2008-06-17 23:28:11,410 INFO >>> [org.springframework.web.context.support.XmlWebApplicationContext] - Bean >>> '_rememberMeServicesInjectionBeanPostProcessor' is not eligible for getting >>> processed by all BeanPostProcessors (for example: not eligible for >>> auto-proxying) >>> 2008-06-17 23:28:11,420 INFO >>> [org.springframework.beans.factory.support.DefaultListableBeanFactory] - >>> Pre-instantiating singletons in >>> [EMAIL PROTECTED]: >>> defining beans >>> [dataSource,daoAuthenticationProvider,userDetailsService,userCacheBackend,us erCache,cacheManager,authenticationManager,menuItemManager,customerManager,m enuItemDAO,customerManagerDAO,customerManagerDAOProxy,sessionFactory,txManag er,_authenticationManager,_filterChainProxy,_httpSessionContextIntegrationFi lter,_filterChainProxyPostProcessor,_filterChainList,_securityContextHolderA wareRequestFilter,_accessManager,_portMapper,_exceptionTranslationFilter,_fi lterSecurityInterceptor,_sessionFixationProtectionFilter,_anonymousProcessin gFilter,_rememberMeServices,_rememberMeFilter,_rememberMeServicesInjectionBe anPostProcessor,_logoutFilter,_basicAuthenticationEntryPoint,_basicAuthentic ationFilter,_formLoginFilter,_formLoginEntryPoint,_httpConfigBeanFactoryPost Processor]; >>> root of factory hierarchy >>> 2008-06-17 23:28:11,730 INFO >>> [org.springframework.jdbc.datasource.DriverManagerDataSource] - Loaded JDBC >>> driver: com.microsoft.sqlserver.jdbc.SQLServerDriver >>> 2008-06-17 23:28:11,810 INFO >>> [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] - Initializing >>> EHCache CacheManager >>> 2008-06-17 23:28:11,820 WARN [net.sf.ehcache.config.ConfigurationFactory] - >>> No configuration found. Configuring ehcache from ehcache-failsafe.xml found >>> in the classpath: >>> file:/D:/Java/app/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/C atalina/localhost/CallCenter/loader/ehcache-failsafe.xml >>> 2008-06-17 23:28:12,231 INFO >>> [org.springframework.security.intercept.AbstractSecurityInterceptor] - >>> Validated configuration attributes >>> 2008-06-17 23:28:12,451 INFO >>> [org.springframework.security.config.RememberMeServicesInjectionBeanPostProc essor] >>> - Setting RememberMeServices on bean _basicAuthenticationFilter >>> 2008-06-17 23:28:12,471 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - >>> Checking sorted filter chain: >>> [org.springframework.security.context.HttpSessionContextIntegrationFilter[ >>> order=200; ], >>> org.springframework.security.ui.SessionFixationProtectionFilter[ order=300; >>> ], org.springframework.security.ui.logout.LogoutFilter[ order=400; ], >>> org.springframework.security.ui.webapp.AuthenticationProcessingFilter[ >>> order=800; ], >>> org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1100; >>> ], >>> org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter [ >>> order=1200; ], >>> org.springframework.security.ui.rememberme.RememberMeProcessingFilter[ >>> order=1300; ], >>> org.springframework.security.providers.anonymous.AnonymousProcessingFilter[ >>> order=1400; ], org.springframework.security.ui.ExceptionTranslationFilter[ >>> order=1500; ], >>> [EMAIL PROTECTED] >>> ] >>> 2008-06-17 23:28:12,471 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - Filter >>> chain... >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [0] - >>> org.springframework.security.context.HttpSessionContextIntegrationFilter[ >>> order=200; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [1] - >>> org.springframework.security.ui.SessionFixationProtectionFilter[ order=300; >>> ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [2] - >>> org.springframework.security.ui.logout.LogoutFilter[ order=400; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [3] - >>> org.springframework.security.ui.webapp.AuthenticationProcessingFilter[ >>> order=800; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [4] - >>> org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1100; >>> ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [5] - >>> org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter [ >>> order=1200; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [6] - >>> org.springframework.security.ui.rememberme.RememberMeProcessingFilter[ >>> order=1300; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [7] - >>> org.springframework.security.providers.anonymous.AnonymousProcessingFilter[ >>> order=1400; ] >>> 2008-06-17 23:28:12,481 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [8] - >>> org.springframework.security.ui.ExceptionTranslationFilter[ order=1500; ] >>> 2008-06-17 23:28:12,501 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - [9] - >>> [EMAIL PROTECTED] >>> 2008-06-17 23:28:12,501 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - >>> Checking whether login URL '/login' is accessible with your configuration >>> 2008-06-17 23:28:12,501 INFO >>> [org.springframework.security.config.FilterChainProxyPostProcessor] - >>> FilterChainProxy: FilterChainProxy[ UrlMatcher = >>> org.springframework.security.util.AntUrlPathMatcher[requiresLowerCase='true' ]; >>> Filter Chains: {/css/**=[], /images/**=[], >>> /**=[org.springframework.security.context.HttpSessionContextIntegrationFilte r[ >>> order=200; ], >>> org.springframework.security.ui.SessionFixationProtectionFilter[ order=300; >>> ], org.springframework.security.ui.logout.LogoutFilter[ order=400; ], >>> org.springframework.security.ui.webapp.AuthenticationProcessingFilter[ >>> order=800; ], >>> org.springframework.security.ui.basicauth.BasicProcessingFilter[ order=1100; >>> ], >>> org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter [ >>> order=1200; ], >>> org.springframework.security.ui.rememberme.RememberMeProcessingFilter[ >>> order=1300; ], >>> org.springframework.security.providers.anonymous.AnonymousProcessingFilter[ >>> order=1400; ], org.springframework.security.ui.ExceptionTranslationFilter[ >>> order=1500; ], >>> [EMAIL PROTECTED] >>> ]}] >>> 2008-06-17 23:28:12,521 INFO >>> [org.springframework.web.context.ContextLoader] - Root >>> WebApplicationContext: initialization completed in 5157 ms >>> 2008-6-17 23:28:12 org.apache.catalina.core.StandardContext start >>> 严重: Error filterStart >>> 2008-6-17 23:28:12 org.apache.catalina.core.StandardContext start >>> 严重: Context startup failed due to previous errors >>> log4j:WARN No appenders could be found for logger >>> (org.springframework.web.context.support.XmlWebApplicationContext). >>> log4j:WARN Please initialize the log4j system properly. >>> 2008-6-17 23:28:15 org.apache.catalina.core.StandardHost getDeployer >>> 信息: Create Host deployer for direct deployment ( non-jmx ) >>> 2008-6-17 23:28:15 org.apache.coyote.http11.Http11Protocol start >>> 信息: Starting Coyote HTTP/1.1 on http-8080 >>> 2008-6-17 23:28:15 org.apache.jk.common.ChannelSocket init >>> 信息: JK2: ajp13 listening on /0.0.0.0:8009 >>> 2008-6-17 23:28:15 org.apache.jk.server.JkMain start >>> 信息: Jk running ID=0 time=0/70 config=null >>> 2008-6-17 23:28:15 org.apache.catalina.startup.Catalina start >>> 信息: Server startup in 11376 ms >>> >>> >>> >>> ----- Original Message ----- >>> From: "Sven Homburg" <[EMAIL PROTECTED]> >>> To: "Tapestry users" <users@tapestry.apache.org> >>> Sent: Tuesday, June 17, 2008 11:23 PM >>> Subject: Re: Tapestry5 and new Window >>> >>> >>>> send us the thrown exception >>>> >>>> 2008/6/17 滕训华 <[EMAIL PROTECTED]>: >>>> >>>>> I made some test,perhaps because of my new tapestry 5.0.13 jars ,I made >>>>> several times from the source,but it still had the problem. >>>>> >>>>> Do yo have the compiled jar files,can you send it to me.My email >>>>> is:[EMAIL PROTECTED] <[EMAIL PROTECTED]> < >>> [EMAIL PROTECTED] <[EMAIL PROTECTED]>>,I am very >>> appreciate to >>>>> you. >>>>> >>>>> >>>>> ----- Original Message ----- >>>>> From: "滕训华" <[EMAIL PROTECTED]> >>>>> To: "Tapestry users" <users@tapestry.apache.org> >>>>> Sent: Tuesday, June 17, 2008 10:55 PM >>>>> Subject: Re: Tapestry5 and new Window >>>>> >>>>> >>>>>> Yes,i have put the t5c-contrib-0.5.13 into to lib directory,It still >>> give >>>>> me the same error. >>>>>> ----- Original Message ----- >>>>>> From: "Sven Homburg" <[EMAIL PROTECTED]> >>>>>> To: "Tapestry users" <users@tapestry.apache.org> >>>>>> Sent: Tuesday, June 17, 2008 10:41 PM >>>>>> Subject: Re: Tapestry5 and new Window >>>>>> >>>>>> >>>>>>> have you included the t5c-contrib-0.5.13.jar into your classpath too? >>>>>>> >>>>>>> 2008/6/17 滕训华 <[EMAIL PROTECTED]>: >>>>>>> >>>>>>>> Hi,Sven, >>>>>>>> It's so awful,when i copy the t5c-commons-0.5.13.jar into >>>>> /WEB-INF/lib >>>>>>>> directory,when i start the tomcat server in elipse,it will give me >>> an >>>>> error: >>>>>>>> 2008-06-17 22:27:42,742 INFO >>>>>>>> [org.springframework.web.context.ContextLoader] - Root >>>>>>>> WebApplicationContext: initialization completed in 4296 ms >>>>>>>> 2008-6-17 22:27:43 org.apache.catalina.core.StandardContext start >>>>>>>> 严重: Error filterStart >>>>>>>> 2008-6-17 22:27:43 org.apache.catalina.core.StandardContext start >>>>>>>> 严重: Context startup failed due to previous errors >>>>>>>> >>>>>>>> When i remove the jar from this directory,server start without any >>>>> errors. >>>>>>>> Now i have used the t5.0.13 version. >>>>>>>> >>>>>>>> I don't know how to do ,can you give some help? >>>>>>>> ----- Original Message ----- >>>>>>>> From: "Sven Homburg" <[EMAIL PROTECTED]> >>>>>>>> To: "Tapestry users" <users@tapestry.apache.org> >>>>>>>> Sent: Monday, June 16, 2008 11:41 PM >>>>>>>> Subject: Re: Tapestry5 and new Window >>>>>>>> >>>>>>>> >>>>>>>>> if you are familary with maven >>>>>>>>> checkout the tapestry subversion repository >>>>>>>>> >>> https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/5.0.13 >>>>>>>>> and compile with "mvn clean install" >>>>>>>>> >>>>>>>>> 2008/6/16 tengxh <[EMAIL PROTECTED]>: >>>>>>>>> >>>>>>>>>> Yes,it's exactly what i want .But i have it has some problem >>>>> ,because >>>>>>>> its >>>>>>>>>> version is 5.0.13 and my tapestry version is 5.0.11,so i need >>>>> upgrade >>>>>>>> the >>>>>>>>>> t5.0.13,where can i download t5.0.13? >>>>>>>>>> ----- Original Message ----- >>>>>>>>>> From: "Sven Homburg" <[EMAIL PROTECTED]> >>>>>>>>>> To: "Tapestry users" <users@tapestry.apache.org> >>>>>>>>>> Sent: Monday, June 16, 2008 9:30 PM >>>>>>>>>> Subject: Re: Tapestry5 and new Window >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> http://87.193.218.134:8080/t5c-demo/windowpage >>>>>>>>>>> >>>>>>>>>>> 2008/6/16 tengxh <[EMAIL PROTECTED]>: >>>>>>>>>>> >>>>>>>>>>>> How can i open a new window like window.open() as javascript >>> with >>>>>>>>>>>> Tapestry5.Who can give some ideas.thanks. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> with regards >>>>>>>>>>> Sven Homburg >>>>>>>>>>> http://tapestry5-components.googlecode.com >>>>>>>>>>> http://chenillekit.googlecode.com >>>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> with regards >>>>>>>>> Sven Homburg >>>>>>>>> http://tapestry5-components.googlecode.com >>>>>>>>> http://chenillekit.googlecode.com >>>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> with regards >>>>>>> Sven Homburg >>>>>>> http://tapestry5-components.googlecode.com >>>>>>> http://chenillekit.googlecode.com >>>>>>> >>>> >>>> >>>> -- >>>> with regards >>>> Sven Homburg >>>> http://tapestry5-components.googlecode.com >>>> http://chenillekit.googlecode.com >>>> >> >> >> -- >> with regards >> Sven Homburg >> http://tapestry5-components.googlecode.com >> http://chenillekit.googlecode.com >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]