Re: how to start learn T5.2.x?

2010-03-27 Thread oliver lee
from your maven repo. I had the same issue two days > ago when starting the test app inside tapestry-hibernate. > > > > On Fri, Mar 26, 2010 at 9:43 AM, oliver lee > wrote: > > > I have stopped learn T5 for a long time due to i am doing some other > > project > &

how to start learn T5.2.x?

2010-03-26 Thread oliver lee
I have stopped learn T5 for a long time due to i am doing some other project currently. Now i want start learn T5 again,but where to start? Does the tutorial1 project in the SVN repositry is valid?i cant run that project, i think the exception is that cant load the tapestry-hibernate module. whi

Re: T5-tutorial1 got exception!plz help!

2010-03-23 Thread oliver lee
Depend on the m2eclipse i had added the tapestry-hibernate JAR to the classpath when i encountered the exception. any other solutions?thank you! 2010/3/23 Thiago H. de Paula Figueiredo > On Mon, 22 Mar 2010 23:13:32 -0300, oliverlee000 > wrote: > > hi,everyone! >> > > Hi! > > > i am currently l

[T5]Can i inject dependency through constructor?

2008-07-20 Thread Oliver Lee
ed to TapestryModule? any one can explain the way of tapestry dependency injection??thanks! Oliver Lee 2008-07-20

[T5]Need help,why cant found the class?

2008-07-17 Thread oliver lee
hi,all good day! i get the following exception when startup my application, 2008-07-18 14:09:46,125 INFO [org.apache.catalina.core.StandardWrapper] Waiting for 1 instance(s) to be deallocated 2008-07-18 14:09:46,531 ERROR [jumpstart.web.pages.Index] Render queue error in BeginRender[Index:pageli

[T5]Could not load org.apache.tapestry5.ioc.internal.services.ServiceMessages when run the JumpStart example!

2008-07-17 Thread Oliver Lee
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Thread.java:595) how come the Class cant be loaded?any help is appreciate!!thanks! Oliver Lee

【T5】who can explain the usage of @Marker(some.class)?

2008-07-17 Thread Oliver Lee
hi,all i am studying tapestry-ioc currently,i encounter an annotation @Marker,but i cant undersand what does it is used for? can explain to me ?thank you very much!! Oliver Lee 2008-07-17

what is the max data size of post request for jetty 5.1.2??

2008-07-04 Thread Oliver Lee
hi,every one who have ever used jetty 5.1.2? i want know the max post data size of it,who can tell me? thank you!! Oliver Lee 2008-07-04

Re: Re: How to assign java object's property value to javascript variablein html?

2008-06-24 Thread Oliver Lee
thank you Francisco ! Oliver Lee 2008-06-24 发件人: Francisco Manzano 发送时间: 2008-06-24 15:26:52 收件人: Tapestry users 抄送: 主题: Re: How to assign java object's property value to javascript variablein html? Something like this : ... <!-- Add_Family_In_Array('${fa

##T4##Is tapestry service cached?!

2008-03-02 Thread Oliver Lee
wrote will cached if i dont open a new IE window?if it is , how to disable the cache??thanks a lot! Oliver Lee 2008-03-02

[T4]How to add value to Hidden component by using javascript?

2008-02-20 Thread Oliver Lee
i try to use document.all.myhidden.value = "hiddenvalue"; but it is useless,how can i set the hidden value before form submit???thanks a lot! Oliver Lee 2008-02-21

T4.0.2,where to find the implement of Interface "ServletRequestServicer"?

2007-12-22 Thread Oliver Lee
vicer", ServletRequestServicer.class); how can i know where to register this "tapestry.request.ServletRequestServicer" service, and where is the implement of ServletRequestServicer?thanks a lot!!