Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-09 Thread Sven Homburg
hopefully your VIPs are impressed 2008/5/9 lebenski <[EMAIL PROTECTED]>: > > This fix has addressed my issue, and its now all working as expected > :clap:. > > Cheers, > Ben. > > > Sven Homburg wrote: > > > > howard commited some changes into tapestry trunk, so the snapshot build > > starts in so

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-09 Thread lebenski
This fix has addressed my issue, and its now all working as expected :clap:. Cheers, Ben. Sven Homburg wrote: > > howard commited some changes into tapestry trunk, so the snapshot build > starts in some minutes > > 2008/5/8 Sven Homburg <[EMAIL PROTECTED]>: > >> lebenski, >> >> the snapshot

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
howard commited some changes into tapestry trunk, so the snapshot build starts in some minutes 2008/5/8 Sven Homburg <[EMAIL PROTECTED]>: > lebenski, > > the snapshot build run at 23:45 centrale european time > for faster access, checkout the repository trunk an compile it with "mvn > clean insta

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
lebenski, the snapshot build run at 23:45 centrale european time for faster access, checkout the repository trunk an compile it with "mvn clean install" 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > I have this in my pom: > > > org.apache.tapestry > t5c-contrib >

RE: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Jonathan Barker
Also, clear your browser cache to make sure you pick up the new TC5OnEvents.js > -Original Message- > From: lebenski [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 12:26 PM > To: users@tapestry.apache.org > Subject: Re: T5: Urgent Problem. After clearing cookie

RE: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Jonathan Barker
[EMAIL PROTECTED] > Sent: Thursday, May 08, 2008 12:26 PM > To: users@tapestry.apache.org > Subject: Re: T5: Urgent Problem. After clearing cookies communication > between client and tapestry breaks on first request > > > I have this in my pom: > > > org.apach

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
I have this in my pom: org.apache.tapestry t5c-contrib 0.5.12-SNAPSHOT org.apache.tapestry t5c-commons 0.5.12-SNAPSHOT t5components

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
I've just rebuilt my project. I've got this in my pom: t5components T5Components Maven Repository http://87.193.218.134:8080/t5components/maven-repository Should I pick up this change immediately, or will

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
http://code.google.com/p/tapestry5-components/source/detail?r=663 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > Thanks Sven, > > Any info on what was causing the issue? > > Ben. > > > Sven Homburg wrote: > > > > i commited a fix into the trunk > > > > 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > > >>

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
Thanks Sven, Any info on what was causing the issue? Ben. Sven Homburg wrote: > > i commited a fix into the trunk > > 2008/5/8 lebenski <[EMAIL PROTECTED]>: > >> >> Apparently this message didnt get sent properly last time: >> >> Oh I just noticed that you said you found the problem is

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
i commited a fix into the trunk 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > Apparently this message didnt get sent properly last time: > > Oh I just noticed that you said you found the problem is it because the > jsessionid is getting passed on the URL or something else? > > > > lebenski wrote

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Filip S. Adamsen
The jsessionid coming before the username is the problem, I think. Whatever builds the url needs to make sure it's inserted before the ;jsessionid part. Are you building the URL yourself? If so, it shouldn't be too much work to fix. -Filip On 2008-05-08 12:56, lebenski wrote: Oh I just notic

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
Apparently this message didnt get sent properly last time: Oh I just noticed that you said you found the problem is it because the jsessionid is getting passed on the URL or something else? lebenski wrote: > > Thanks very much Sven. I appreciate your help on this matter, let me know >

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
Oh I just noticed that you said you found the problem is it because the jsessionid is getting passed on the URL or something else? Sven Homburg wrote: > > after a debug session, a find the reason for this behavior. > i try to find out a soloution for that > > 2008/5/8 lebenski <[EMAIL PROT

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
Thanks very much Sven. I appreciate your help on this matter, let me know if I can be of any assistance, I'll be monitoring this thread all day. Ben. Sven Homburg wrote: > > after a debug session, a find the reason for this behavior. > i try to find out a soloution for that > > 2008/5/8 le

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
after a debug session, a find the reason for this behavior. i try to find out a soloution for that 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > Yeah that sounds exactly like the problem i'm getting. > > FYI here is my initial request (onchange of username field) after deleting > cookies: > > URL= >

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
Yeah that sounds exactly like the problem i'm getting. FYI here is my initial request (onchange of username field) after deleting cookies: URL=http://localhost:8080/home.homepage.registerwidget.registerbasicwidget.registerbasic_username:change;jsessionid=1d4snmum7f5cy/tesusername Second request

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
i tested it here in my demo app. if i delete the session cookie the the onevent result is empty even though i refresh the page !?!? 2008/5/8 Sven Homburg <[EMAIL PROTECTED]>: > is there the same behavior if the restart the browser? > > > 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > > > > for real t

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
is there the same behavior if the restart the browser? 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > for real testing i think its better to delete the cookie and refresh the > page > before you initiate the ajax request cycle. > > This is exactly what i'm doing. I've also tried this from a fresh, >

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
for real testing i think its better to delete the cookie and refresh the page before you initiate the ajax request cycle. This is exactly what i'm doing. I've also tried this from a fresh, non-dev machine. I hit my server without doing any shenanigans with deleting cookies and I get the same is

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
thats not correct, the session id ommited by the servlet by every request to the browser so if the user starts the browser and request the www.blabla.com/servletcontext/login or whatever the servlet container response the session id if you delete the cookie or remove the session id from url the s

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread lebenski
I'm replicating the state in which a new user will hit the site, they won't have any of the cookies set by Tapestry. Sven Homburg wrote: > > why do you delete the cookies ? > > 2008/5/8 lebenski <[EMAIL PROTECTED]>: > >> >> Hi guys, >> >> Ok i've got an urgent problem. I'm using tapestry to

Re: T5: Urgent Problem. After clearing cookies communication between client and tapestry breaks on first request

2008-05-08 Thread Sven Homburg
why do you delete the cookies ? 2008/5/8 lebenski <[EMAIL PROTECTED]>: > > Hi guys, > > Ok i've got an urgent problem. I'm using tapestry to develop a web app, > which I have to present tomorrow to some very important people! > > I've got a very frustrating problem. I will try to explain it as