RE: contrib:Timeout

2007-07-18 Thread Henry Chen
Just post it on jira. -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 10:44 AM To: Tapestry users Subject: Re: contrib:Timeout It looks like a bug. Can you please create a jira issue for it ? Thanks Henry Chen wrote: > Yes, you

Re: contrib:Timeout

2007-07-18 Thread Hugo Palma
nfirm()", 8)... -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 5:52 AM To: Tapestry users Subject: Re: contrib:Timeout Ok, i've actually tested the component and have confirmed that it doesn't work for me either. After some fid

RE: contrib:Timeout

2007-07-18 Thread Henry Chen
Wednesday, July 18, 2007 5:52 AM To: Tapestry users Subject: Re: contrib:Timeout Ok, i've actually tested the component and have confirmed that it doesn't work for me either. After some fiddling there seems to be two problems with the component: - The XTitle implementation is adding

Re: contrib:Timeout

2007-07-18 Thread Hugo Palma
enerated js code and it looks like > warningTime should be in millisecond. So I tried the following which didn't > work either. > > disableAutoProlong="true"/> > > > -Original Message- > From: Henry Chen [ > mailto:[EMAIL PROTECTED] <[EMAIL PROTECTE

Re: contrib:Timeout

2007-07-18 Thread Hugo Palma
cond. So I tried the following which didn't work either. -Original Message- From: Henry Chen [mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>] Sent: Tuesday, July 17, 2007 10:27 AM To: users@tapestry.apache.org Subject: Re: contrib:Timeout Thank you for helping. Sorry I didn'

RE: contrib:Timeout

2007-07-17 Thread Henry Chen
var data = extractData(requestObject); TimeoutSessionRenewed(data); } } } requestObject.open("GET", url, true); requestObject.send(null); } -----Original Message

Re: contrib:Timeout

2007-07-17 Thread Hugo Palma
users@tapestry.apache.org Subject: Re: contrib:Timeout Thank you for helping. Sorry I didn't realize that the code is missing from my original post. Here it is: There is no js error. I read the generated js code and it looks like warningTime should be in millisecond. So I tried the foll

RE: contrib:Timeout

2007-07-17 Thread Henry Chen
arningTime should be in millisecond. So I tried the following which didn't work either. -Original Message- From: Henry Chen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:27 AM To: users@tapestry.apache.org Subject: Re: contrib:Timeout Thank you for helping. Sorry I

Re: contrib:Timeout

2007-07-17 Thread Henry Chen
Thank you for helping. Sorry I didn't realize that the code is missing from my original post. Here it is: There is no js error. I read the generated js code and it looks like warningTime should be in millisecond. So I tried the following which didn't work either. HugoPalma wrote: > > D

Re: contrib:Timeout

2007-07-17 Thread Hugo Palma
Did the session actually expire after the 10 minutes wait ? What parameters did u provide to the TimeoutComponent and what are their values ? Did u check for javascript errors on the page ? Henry Chen wrote: Nobody had the similar experience? Can anybody help? Thank you very much in advance.

Re: contrib:Timeout

2007-07-17 Thread Henry Chen
Nobody had the similar experience? Can anybody help? Thank you very much in advance. Henry Chen wrote: > > I'm using the latest Tap4.1.2. > > Did anybody successfully use contrib:Timeout? > I tried to use it in the my border component as below. > > > > I set the session time in web.xml to 1