Deadlock found while init IOC container.

2013-10-10 Thread Jun Tsai
(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at super.J.a.a(AppBootstrap.java:44) at Super.sync.app.SuperSyncBootstrap.main(SuperSyncBootstrap.java:13) -- regards, Jun Tsai

Re: [ANN] New project available : Kawwa

2013-02-02 Thread Jun Tsai
demey.emman...@gmail.com Twitter : @EmmanuelDemey -- Massimo http://meridio.blogspot.com -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey -- regards, Jun

How to test ActivationRequestParameter using PageTester

2011-01-23 Thread Jun Tsai
) Assert.assertEquals(response.getOutput,test) It doesn't work,because the name in age is null. How to test the page? thanks. -- regards, Jun Tsai

Re: Contribute server startup ?

2010-05-31 Thread Jun Tsai
). So the context must be already initialized in order to user my manager/dao. Is this possible on T 5.1 ? and obviously how ? Thank you =) Nicolas Gillet -- regards, Jun Tsai

Re: URL Rewrite

2010-03-02 Thread Jun Tsai
...@tapestry.apache.org -- regards, Jun Tsai

Re: web service problem

2010-02-09 Thread Jun Tsai
JAX-WS 2010/2/9 Peter Stavrinides p.stavrini...@albourne.com Jun, what does your binding look like? regards, Peter - Original Message - From: Jun Tsai jun.t...@gmail.com To: Tapestry users users@tapestry.apache.org Sent: Tuesday, 9 February, 2010 07:08:18 GMT +02:00 Athens

Re: web service problem

2010-02-08 Thread Jun Tsai
, 2010 14:02:51 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: web service problem On Sun, 07 Feb 2010 02:52:37 -0200, Jun Tsai jun.t...@gmail.com wrote: hi,all Hi! Exception in thread main java.lang.IllegalArgumentException: class $DataQueryService_126a6c0531a has neither

web service problem

2010-02-06 Thread Jun Tsai
the service is enhanced lost the @WebService annotation . give me some advice? thanks -- regards, Jun Tsai

Re: Eclipse, Maven, T5 web project and library component in same workspace

2010-01-26 Thread Jun Tsai
- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: T5: some automagical way to export versioned assets to CDN?

2010-01-21 Thread Jun Tsai
from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: Dynamicly Created Checkboxes

2010-01-21 Thread Jun Tsai
-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: get component according to ID

2010-01-15 Thread Jun Tsai
-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: get component according to ID

2010-01-14 Thread Jun Tsai
...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: @Block render problem

2010-01-14 Thread Jun Tsai
response(response is empty). When I debug Tapestry sources I’ve see that in good and in bad response tapestry works (recursively) but in bad responses the is empty endResponse. Is anyone have idea on this one? -- regards, Jun Tsai

Re: page generic problem

2010-01-13 Thread Jun Tsai
For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: page generic problem

2010-01-13 Thread Jun Tsai
2010/1/13 Thiago H. de Paula Figueiredo thiag...@gmail.com On Wed, 13 Jan 2010 10:14:00 -0200, Jun Tsai jun.t...@gmail.com wrote: Two levels works fine.but three levels doesn't work. This looks like a bug or improvement. What about a JIRA about it? https://issues.apache.org/jira/browse

Maybe jdk or T5 bug about generic service interface.

2010-01-13 Thread Jun Tsai
(com.xxx.Distirct). All works fine; JDK bug or T5 bug?give me some advice.thanks. -- regards, Jun Tsai

Re: How to obtain current page in component's code

2010-01-13 Thread Jun Tsai
. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: get component according to ID

2010-01-13 Thread Jun Tsai
. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: get component according to ID

2010-01-13 Thread Jun Tsai
(){ return zone_+entity.getId(); } -- regards, Jun Tsai Thank you for quick reply. I'm not sure if I understand properly your code. I have used prop prefix as you have mentioned. And I generated zone ID similar to your way. But I need to obtain Zone according its ID so I can return Zone

page generic problem

2010-01-10 Thread Jun Tsai
(PropertyConduitSourceImpl.java:260) What's wrong with it? thanks. -- regards, Jun Tsai

How to override service with @Maker?

2009-12-06 Thread Jun Tsai
hi,all I have tow service; @Maker(Local.class) public static CacheManager buildLocalCacheManager(){ } @Maker(Memcache.class) public static CacheManager buildMemcacheCacheManager(){ } now,I want to override the MemcacheCacheManager service,How to do? thanks. -- regards, Jun Tsai

Re: Good news about Tapestry 5 in Google App Engine

2009-10-28 Thread Jun Tsai
which is supposed to resolve the issue. THe part that worries me are the magical $ANTLR comments that I think can somehow be used by ANTLR. Any tips ? Cheers, Alex K On Fri, Sep 4, 2009 at 3:50 AM, Jun Tsai jun.t...@gmail.com wrote: I had manually fixed the problem.Remove

How to display Blob byte array image?

2009-09-20 Thread Jun Tsai
hi, I had stored my image to database using byte array.How to display it? I couldn't find any image component. thanks -- regards, Jun Tsai

Re: How to display Blob byte array image?

2009-09-20 Thread Jun Tsai
Thank your quick reply.I had seen it.But How to code image element in .tml file? 2009/9/21 Thiago H. de Paula Figueiredo thiag...@gmail.com Em Sun, 20 Sep 2009 21:36:30 -0300, Jun Tsai jun.t...@gmail.com escreveu: hi, I had stored my image to database using byte array.How to display it? I

Re: Good news about Tapestry 5 in Google App Engine

2009-09-05 Thread Jun Tsai
? In summary, I'd be curious to know if incorporating changes to support T5 running seamlessly on GAE is in the plan, and if yes, if there is any idea when they might be released (e.g. maybe 5.2 ) ? Cheers, Alex K On Fri, Sep 4, 2009 at 3:50 AM, Jun Tsai jun.t

Re: Good news about Tapestry 5 in Google App Engine

2009-09-04 Thread Jun Tsai
fine. 2009/9/4 Jun Tsai jun.t...@gmail.com The ticket had been fixed.I had tested on GAE using 1.2.5 SDK. But when I write simple pagelink t:pagelink page=about about/t:pagelink ,some exception thrown. java.lang.VerifyError: (class: org/apache/tapestry5/internal/antlr

Re: Good news about Tapestry 5 in Google App Engine

2009-09-03 Thread Jun Tsai
commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: Tapestry IoC Idea: annotations for build and contribute methods

2009-08-17 Thread Jun Tsai
...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: search hints for Tapestry 5

2009-07-24 Thread Jun Tsai
. * - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: Building osgi application by using Tapestry-OSGi

2009-05-11 Thread Jun Tsai
-by-using-tapestry-osgi Tapestry-OSGi Google Group: http://groups.google.com/group/tapestry-osgi -- Regards, Donf Yang -- To be surprised,to wonder,is to begin to understand. -- regards, Jun Tsai

Protocol Buffers RPC Server Implemention based on Tapestry(5.1.0.4),Mina(2.0-M5) and Protobuf(2.0.3)

2009-05-06 Thread Jun Tsai
I had implementd a RPC server based on Tapestry(5.1.0.4),Mina(2.0-M5) and Protobuf(2.0.3).I hope useful for you。 http://github.com/bitiboy/fepss-rpc/tree/t5 t5 branch. -- regards, Jun Tsai

Re: tapestry5 on google appengine exception

2009-04-27 Thread Jun Tsai
. -- regards, Jun Tsai -- View this message in context: http://www.nabble.com/tapestry5-on-google-appengine-exception-tp22964541p23243477.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe

Re: Java support added to Google AppEngine

2009-04-17 Thread Jun Tsai
professor of mine always said that). :) -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-16 Thread Jun Tsai
.1king1.com From China. using Tapestry5.0. -- regards, Jun Tsai Wilson Ikeda Diverso - Development Design http://www.diverso.jp -- regards, Jun Tsai

Re: [REQUEST] Live T5 web sites, quotes, marketting

2009-04-15 Thread Jun Tsai
http://www.1king1.com From China. using Tapestry5.0. -- regards, Jun Tsai

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
The demo source : http://github.com/bitiboy/t5ongae/tree/master 2009/4/13 Jun Tsai jun.t...@gmail.com hi, I had deployed a demo application on GAE. http://ganshane.appspot.com I will write a tutorial.pls use Tapestry 5.0.18 version! -- regards, Jun Tsai 免费OA系统 http://www.fepss.com

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org -- regards, Jun Tsai

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
an alternative template parser when in google app engine - Hope that google will let us use these classes! Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr 13, 2009 at 4:57 PM, Jun Tsai jun.t...@gmail.com wrote: The main exception: java.lang.RuntimeException

SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-12 Thread Jun Tsai
hi, I had deployed a demo application on GAE. http://ganshane.appspot.com I will write a tutorial.pls use Tapestry 5.0.18 version! -- regards, Jun Tsai 免费OA系统 http://www.fepss.com

Re: tapestry5 on google appengine exception

2009-04-11 Thread Jun Tsai
deploying applications successfully in GAE. http://groups.google.com/group/google-appengine-java/browse_thread/thread/2c3f7de6aacdc69f/60d81103be8aee51?lnk=raot - keerthy On Thu, Apr 9, 2009 at 10:45 AM, Jun Tsai jun.t...@gmail.com wrote: The real exception: [java] Caused

tapestry5 on google appengine exception

2009-04-08 Thread Jun Tsai
) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) *Powered by Jetty:// http://jetty.mortbay.org/* wha's wrong? thanks. -- regards, Jun Tsai

Re: tapestry5 on google appengine exception

2009-04-08 Thread Jun Tsai
The real exception: [java] Caused by: java.lang.ClassNotFoundException: caught an exception while obtaining a class file for org.apache.tapestry5.corelib.components.Loop$1 [java] at javassist.Loader.findClass(Loader.java:359) [java] at

Re: On $content$ again

2008-09-25 Thread Jun Tsai
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- regards, Jun Tsai

Re: Deadlock! 5.0.14-snapshot

2008-09-05 Thread Jun Tsai
I have the same problem,I had updated https://issues.apache.org/jira/browse/TAPESTRY-2561

How to overrid configuration?

2008-09-03 Thread Jun Tsai
hi,all for example in TapestryModule public void contribXX(MappedConfiguration config.){ config.add(theId,locator.autobuild(XXX.class)); } Now I want to overrid theId Object?such as I want to override EntityPersistentFieldStrategy service .how to do? thanks. -- regards, Jun

Re: Return page from ajax request

2008-08-24 Thread Jun Tsai
Object onAction(){ JSONObject response = new JSONObject(); response.put(script, self.location='me';); response.put(content, redirect .); return response; }

Re: Igor´s and Renat´s Presentation of Tapestry 5 yesterday evening in Düsseldorf

2008-08-04 Thread Jun Tsai
Thanks Nils,I will use it to intorduce tapestry5 for our team.

Re: New article re: T5-Flash integration

2008-07-31 Thread Jun Tsai
on this subject so I'll keep you all informed! Toby Great,thanks. But I think you can use JSONObject to marshall parameters. -- regards, Jun Tsai

Re: [T5] How to get actionlink clientId in onAction?

2008-06-09 Thread Jun Tsai
2008/6/7 Josh Canfield [EMAIL PROTECTED]: using the context attribute? :) good idea! On Thu, Jun 5, 2008 at 8:39 PM, Jun Tsai [EMAIL PROTECTED] wrote: I want to get ActionLink clientId.How to get ? thanks -- regards, Jun Tsai -- -- TheDailyTube.com. Sign up and get

Re: Zone component - Having a progress indicator.

2008-06-05 Thread Jun Tsai
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- regards, Jun Tsai

[T5] How to get actionlink clientId in onAction?

2008-06-05 Thread Jun Tsai
I want to get ActionLink clientId.How to get ? thanks -- regards, Jun Tsai

How to override DefaultValidationDecorator?

2008-06-01 Thread Jun Tsai
, reply); environment.pop(ValidationDecorator.class); } }; configuration.add(DefaultValidationDecorator, defaultValidationDecorator, after:Heartbeat); but It doesn't work. thanks. -- regards, Jun Tsai

[T5]How to change the asset url prefix?

2008-05-31 Thread Jun Tsai
My all assets (images,javascripts) are placed on other server machine.I want to change the T5 application's asset prefix url.How to? Thanks. -- regards, Jun Tsai

Re: Instability in Tapestry 5.0.12-SNAPSHOT

2008-05-20 Thread Jun Tsai
org.apache.tapestry.v5 +1

How to instance object using generic method?

2008-05-06 Thread Jun Tsai
(new User()); } } thanks -- regards, Jun Tsai

Re: T4: Localizing @Table component's column header

2007-10-08 Thread Jun Tsai
You can reference http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/tableview.html for example: html file: table jwcid=@contrib:Table source=ognl:list columns=appNumber /table properties file: appNumber=Application Number -- regards, Jun

Re: T5: Hibernate

2007-09-09 Thread Jun Tsai
see your hibernate.cfg.xml file. Jun Tsai 2007/9/10, Angelo Chen [EMAIL PROTECTED]: Hi Davor, I read the doc and do the following: 1. put Fruit.java under entities package 2. put hibernate.cfg.xml under resources 3. in the Start.java, I add: @Inject private Session _session

Re: T5: How to set the input validation to Server Side

2007-09-06 Thread Jun Tsai
-the-input-validation-to-Server-Side-tf4389348.html#a12514632 Sent from the Tapestry - User mailing list archive at Nabble.com. You can see http://lichen-forum.googlecode.com/svn/trunk/src/main/java/lichen/validator/ Email Validator, chinese message. -- regards, Jun Tsai

Re: [T5]How to override the service?

2007-09-01 Thread Jun Tsai
2007/9/1, Robin Helgelin [EMAIL PROTECTED]: On 9/1/07, Jun Tsai [EMAIL PROTECTED] wrote: hi,have many service implement same interface. public A buildA1(){ .. } public A buildA2(){ ... } I want to override A1 Service.How to do?I find the alias only use class name

[T5]How to override the service?

2007-08-31 Thread Jun Tsai
hi,have many service implement same interface. public A buildA1(){ .. } public A buildA2(){ ... } I want to override A1 Service.How to do?I find the alias only use class name to override. AliasContribution.create(XX.class, XX). Thanks -- regards, Jun Tsai

Re: T5: Chinese localization

2007-08-29 Thread Jun Tsai
] For additional commands, e-mail: [EMAIL PROTECTED] -- regards, Jun Tsai

Re: T5: does T5.05 supports Chinese(UTF-8) ?

2007-08-27 Thread Jun Tsai
-forum.googlecode.com Jun Tsai - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- regards, Jun Tsai

[T5]How to disable file system check?

2007-08-23 Thread Jun Tsai
In production,I don't want to check file system.I want to disable file system check. only give tapestry.file-check-interval a higher value? -- regards, Jun Tsai

Re: [T5] how to Eager Loading PERTHREAD_SCOPE service?

2007-08-19 Thread Jun Tsai
load the service at per thread. how to do ? -- regards, Jun Tsai

Re: [T5] how to make page templates (like Tiles)

2007-08-19 Thread Jun Tsai
2007/8/19, Anton Gavazuk [EMAIL PROTECTED]: Hello all, How to implement page templates using tapestry 5 - like a page definitions in Tiles? you can use layout component. -- regards, Jun Tsai

[T5] how to Eager Loading PERTHREAD_SCOPE service?

2007-08-18 Thread Jun Tsai
I had a perthread scope service ,I find the @EagerLoad can't let the service eager loading. how to do it? Thanks -- regards, Jun Tsai

Re: T5: Ioc @Inject @Value

2007-08-14 Thread Jun Tsai
I have the same problem. Jun Tsai 2007/6/30, Robin Ericsson [EMAIL PROTECTED]: On 6/29/07, Howard Lewis Ship [EMAIL PROTECTED] wrote: If i remember correctly, a value that can't be resolved should cause a runtime error; just in case, check the console. It may be that the acegi.check.url

Re: getRowCount() of IBasicTableModel run 4 times????

2007-07-19 Thread Jun Tsai
How to fix this? Thanks. 2006/10/27, Huang Gehua [EMAIL PROTECTED]: This is my code: === span jwcid=[EMAIL PROTECTED]:TableView source=ognl:allPerson columns=selected,userInfo,communication pageSize=10 tableSessionStateManager=ognl:new

[T5]How to write an array context in template?

2007-07-06 Thread Jun Tsai
hi in T4,I can use parameters=p1,p2 . but I find T4 don't support the method in context parameter. I.E: t:pagelink page=xxx context=p1,p2page link /t:pagelink only use a method in page class to define an array parameter? thanks. jun tsai -- Welcome to China Java Users Group(CNJUG). http

[T5] How to call hibernate session in TypeCoercer?

2007-07-05 Thread Jun Tsai
Alias ,and Alias depends TypeCoercer. How to fix? Thanks. Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: T4.1.2 Survey: Is Selenium working for you?

2007-07-05 Thread Jun Tsai
I use selenium to test my ERP system based on T4.1.2. 2007/7/4, Geoff Callender [EMAIL PROTECTED]: A question for everyone using Selenium who has upgraded from Tapestry 4.1.1 to 4.1.2: - Is Selenium TestRunner still working for you? - Does it get through client validation errors

Re: [T5] How to call hibernate session in TypeCoercer?

2007-07-05 Thread Jun Tsai
or how to access the registry object in TypeCorercer? -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: T5: Generic page classes with beaneditform

2007-07-04 Thread Jun Tsai
wish Jesse to fix the bug in T5. Jun Tsai 2007/6/26, Jesse Kuhnert [EMAIL PROTECTED]: I don't know if this helps or not, but I got generics working in a very limited way with 4.1.x in that I do all the type lookup work manually...(this probably won't work for this use case but thought I'd

[T5] how to use Meta annotation?

2007-07-03 Thread Jun Tsai
I find a meta annotation in tapestry5.but i didn't to inject the meta. thanks jun tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: [T5] how to use Meta annotation?

2007-07-03 Thread Jun Tsai
I find use ComponentResource to get the meta value; @Inject private ComponentResources componentResources; componentResources.getComponentModel().getMeta(key); 2007/7/3, Jun Tsai [EMAIL PROTECTED]: I find a meta annotation in tapestry5.but i didn't to inject the meta. thanks jun tsai

Re: T5: Ajaxify Page with built in Scriptaculous

2007-06-14 Thread Jun Tsai
2007/6/14, Joshua Jackson [EMAIL PROTECTED]: Hi Bill Thanks alot for the example. It works great. But this returns the whole page of HTML to the alert message. How do I get just the TextStreamResponse and place it on my page? Thanks in advance. You may be see prototpye and

Re: T5: Ajaxify Page with built in Scriptaculous

2007-06-13 Thread Jun Tsai
I had test it. works fine. 2007/6/14, Bill Holloway [EMAIL PROTECTED]: Joshua, here's a very simple example: Template: html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd; script type=text/javascript src=${prototype}/script script type=text/javascript

[OT] who can use selenium to test dojo dialog widget?

2007-06-03 Thread Jun Tsai
hi,all i want to use selenium to test my web application,but i don't find a way to test dojo dialog widget?who can give me some suggestions? thanks. Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: @OnEvent not inherited in T5?

2007-05-29 Thread Jun Tsai
(ConfigurationLibraryMapping configuration) { configuration.add(new LibraryMapping(core, org.apache.tapestry.corelib)); } It is acceptable for your library to contain only a .base sub-package if that fits your needs. Thanks ,my app works fine. Jun Tsai -- Welcome to China Java Users

how to implement hivemind.Startup function in T5?

2007-05-29 Thread Jun Tsai
In T4,I often use hivemind.Startup to initialize my application data. Which contribution configuration as same function in t5? thanks. Jun Tsai ps:I don't want to override the tapestry filter. -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: @OnEvent not inherited in T5?

2007-05-28 Thread Jun Tsai
2007/5/28, Howard Lewis Ship [EMAIL PROTECTED]: That's very odd; based on how Tapestry instruments the code, that should automatically happen, even if @OnEvent is not inherited (which it isn't, only type annotation, not method annotations, can be inherited).

Re: @OnEvent not inherited in T5?

2007-05-28 Thread Jun Tsai
. That array includes pon-private methods inherited from the superclasses. Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: @OnEvent not inherited in T5?

2007-05-28 Thread Jun Tsai
2007/5/28, Howard Lewis Ship [EMAIL PROTECTED]: Very good. Also in terms of the choice of Javassist methods: super-class event handler methods are recognized when the super-class itself is enhanced. That's why there's a com.foo.example.app.base package ... for base classes to pages and

Re: @OnEvent not inherited in T5?

2007-05-28 Thread Jun Tsai
as not to complicate the build/deploy process) and to do it incrementally (so as to not affect application start up time for very large applications). I had a base project includes some base page classes.I want to use those base page classes in project 1,project2 and so on?how to do it? thanks. Jun

@OnEvent not inherited in T5?

2007-05-27 Thread Jun Tsai
my parent page class had a method with annotations '@OnEvent'.but the method is never called by child page class. -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net - To unsubscribe, e-mail: [EMAIL

Re: Announcement: HiberTapestry: Hibernate integration for Tapestry-IoC (T5)

2007-05-25 Thread Jun Tsai
Where to find the source? not open source? 2007/5/25, Thiago H de Paula Figueiredo [EMAIL PROTECTED]: Hi! I have just released version 0.1 of HiberTapestry, a Hibernate integration module to Tapestry IoC. It's hosted at SourceForge: http://tapestry-mine.sourceforge.net/hibertapestry/ and the

where to find all events for a comonents.

2007-05-25 Thread Jun Tsai
I find some magic event for some component,where to find all events? i.e onPrepareFromForm onActive ... Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net - To unsubscribe, e-mail: [EMAIL

How to override a service in T5?

2007-05-21 Thread Jun Tsai
In hivemind,I use implement to override an service . How to override a service in T5? -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

withId not override the service id in T5?

2007-05-21 Thread Jun Tsai
public static void bind(ServiceBinder binder){ binder.bind(MyPersistentFieldStorageImpl.class).withId(MyPersistentFieldStrategy); } public class MyPersistentFieldStorageImpl extends ClientPersistentFieldStorageImpl exception: Service interface

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Jun Tsai
Your use spring 1.x,please use spring2.x. 2007/5/17, Nick Westgate [EMAIL PROTECTED]: Howard Lewis Ship wrote: Please follow the directions on the tapestry-spring home page: http://tapestry.apache.org/tapestry5/tapestry-spring/ It has changed significantly from 5.0.3 ... and simpler.

Re: 5.0.5-SNAPSHOTS

2007-05-17 Thread Jun Tsai
,(test on Spring 2.0.5) 2) write an object provider and a annotation (via @Spring),I use @Inject @Spring(mySpringService) private EntityService _entityService; Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: Tapestry 5.0.4 now available via Maven

2007-05-06 Thread Jun Tsai
2007/5/6, Howard Lewis Ship [EMAIL PROTECTED]: Yep, I managed to screw up the quickstart archetype AGAIN. I forgot to update one version number before cutting the release. had fixed it? Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net

Re: Tapestry 5.0.4 now available via Maven

2007-05-04 Thread Jun Tsai
[EMAIL PROTECTED]:~/workspace-tmp/myapp$ mvn -up jetty:run [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] [INFO] Building myapp Tapestry 5 Application [INFO]

Tacos can be used in T4.1.X?

2007-04-06 Thread Jun Tsai
hi I want to use tacos in my t4.1 application.Tacos can be used in T4.1.x? Thanks Jun Tsai -- Welcome to China Java Users Group(CNJUG). http://cnjug.dev.java.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: T5: FCKEditor Component

2007-03-30 Thread Jun Tsai
Good work! 2007/3/30, Ted Steen [EMAIL PROTECTED]: Hi! We made a FCKEditor component for a project and it is available on Google Code for anyone who is interested. http://code.google.com/p/tapestry5-fckeditor/ Please do give some feedback.

Re: T5: maven build error

2007-03-27 Thread Jun Tsai
I think Tapestry should use other build system such as ivy. 2007/3/27, Howard Lewis Ship [EMAIL PROTECTED]: Which version do you use? I've head rumors that 0.0.10 is unstable, so I've been holding back at 0.0.9. On 3/26/07, Celia Mou [EMAIL PROTECTED] wrote: Hi, has anyone tried to build a

Re: T5,page template location ?

2007-03-20 Thread Jun Tsai
2007/3/21, Howard Lewis Ship [EMAIL PROTECTED]: /WEB-INF/test/TestForm.html I know this,but the dreamweaver developer how to design the page?because image directory in root directory. So I think T5 should read page template under root directory not WEB-INF directory. Jun Tsai -- Welcome

T4.1.2 GenericsMethodSignatureImpl throw exception!

2007-03-19 Thread Jun Tsai
hi public class GenericTest { @Test public void test_find_type() { Class clazz=TestGeneric.class; Method[] ms = clazz.getMethods(); for (Method m : ms) { System.out.println(m.getName());

Re: T4.1.2 GenericsMethodSignatureImpl throw exception!

2007-03-19 Thread Jun Tsai
Post a jira https://issues.apache.org/jira/browse/TAPESTRY-1374 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >