Re: Tapestry5 and new Window

2008-06-18 Thread Filip S. Adamsen
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/wtpwebapps/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

Re: Tapestry5 and new Window

2008-06-18 Thread Sven Homburg
thanx filip,

I will not get rid of the feeling,
that my written English is too bad ;-)

2008/6/18 Filip S. Adamsen [EMAIL PROTECTED]:

 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/wtpwebapps/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

Re: Tapestry5 and new Window

2008-06-17 Thread Sven Homburg
the window component based on http://prototype-window.xilinus.com/

2008/6/17 Partogi, Joshua [EMAIL PROTECTED]:

 Hi Sven,

 That looks so cool. Did you use ext-js for this?

 best regards,

 -Original Message-
 From: Sven Homburg [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 16, 2008 8:30 PM
 To: Tapestry users
 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

 IMPORTANT NOTICE:
 The information in this email (and any attachments) is confidential. If you
 are not the intended recipient, you must not use or disseminate the
 information. If you have received this email in error, please immediately
 notify me by Reply command and permanently delete the original and any
 copies or printouts thereof.  Although this email and any attachments are
 believed to be free of any virus or other defect that might affect any
 computer system into which it is received and opened, it is the
 responsibility of the recipient to ensure that it is virus free and no
 responsibility is accepted by American International Group, Inc. or its
 subsidiaries or affiliates either jointly or severally, for any loss or
 damage arising in any way from its use.




-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com


Re: Tapestry5 and new Window

2008-06-17 Thread 滕训华
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


Re: Tapestry5 and new Window

2008-06-17 Thread Sven Homburg
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


Re: Tapestry5 and new Window

2008-06-17 Thread 滕训华
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],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


Re: Tapestry5 and new Window

2008-06-17 Thread Sven Homburg
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],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


Re: Tapestry5 and new Window

2008-06-17 Thread 滕训华
My enviroment is :spring+spring-acegi+hibernate+tapestry.

It can not clear exception ,but 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/wtpwebapps/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 

Re: Tapestry5 and new Window

2008-06-17 Thread 滕训华
/**=[], /images/**=[], 
/**=[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,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],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

Re: Tapestry5 and new Window

2008-06-17 Thread Sven Homburg
 [org.springframework.security.config.FilterChainProxyPostProcessor] -
 FilterChainProxy: FilterChainProxy[ UrlMatcher =
 org.springframework.security.util.AntUrlPathMatcher[requiresLowerCase='true'];
 Filter Chains: {/css/**=[], /images/**=[],
 /**=[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,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

Re: Tapestry5 and new Window

2008-06-17 Thread 滕训华
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/wtpwebapps/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

Re: Tapestry5 and new Window

2008-06-16 Thread Sven Homburg
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


Re: Tapestry5 and new Window

2008-06-16 Thread tengxh
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


Re: Tapestry5 and new Window

2008-06-16 Thread Sven Homburg
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


RE: Tapestry5 and new Window

2008-06-16 Thread Partogi, Joshua
Hi Sven,

That looks so cool. Did you use ext-js for this?

best regards,

-Original Message-
From: Sven Homburg [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 8:30 PM
To: Tapestry users
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

IMPORTANT NOTICE: 
The information in this email (and any attachments) is confidential. If you are 
not the intended recipient, you must not use or disseminate the information. If 
you have received this email in error, please immediately notify me by Reply 
command and permanently delete the original and any copies or printouts 
thereof.  Although this email and any attachments are believed to be free of 
any virus or other defect that might affect any computer system into which it 
is received and opened, it is the responsibility of the recipient to ensure 
that it is virus free and no responsibility is accepted by American 
International Group, Inc. or its subsidiaries or affiliates either jointly or 
severally, for any loss or damage arising in any way from its use.