Re: T5: Since update from 5.03 to 5.04 class not found

2007-05-12 Thread Marcus
It works. 5.0.4 instead of 5.0.4-SNAPSHOT inside of POM.xml Thank's

Re: T5 - Location of files

2007-05-12 Thread Marcus
Sorry, I tried build war file by using the "export" option of Eclipse, instead using mvn war:war Now it works. Thank you

Re: Dojo/Tapestry issue....

2007-05-12 Thread Andreas Andreou
indeed it works! On 5/12/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Oh no need, I just barely committed all of the fixes for that (and other improvements). Am deploying now. On 5/12/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > I'm seeing some of those too, though i'm not yet able to d

Re: Dojo/Tapestry issue....

2007-05-12 Thread Jesse Kuhnert
Oh no need, I just barely committed all of the fixes for that (and other improvements). Am deploying now. On 5/12/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: I'm seeing some of those too, though i'm not yet able to determine the cause... It must be a combination of several things, because

Re: Dojo/Tapestry issue....

2007-05-12 Thread Andreas Andreou
I'm seeing some of those too, though i'm not yet able to determine the cause... It must be a combination of several things, because i can see dropdowndatepickers work in other places .. anyway, digging into it some more On 5/12/07, Patrick Moore <[EMAIL PROTECTED]> wrote: Anyone else seeing

Re: tapestry links too long for ie? [t4]

2007-05-12 Thread Jesse Kuhnert
Since the size limitation is fairly well known maybe Tapestry should at least generate a log warning or outright exception when it detects a get request that won't be compatible in IE? The exception may be too heavy handed if people are targeting non IE browsers for specific reasons but a warning

Re: tapestry links too long for ie? [t4]

2007-05-12 Thread Marcus
Josh, Are you using @Persist("client") with large array objects? If it's true, try @Persist("session") Marcus

Re: Problem on Unit Testing Page containing SpringBean

2007-05-12 Thread Kent Tong
Eko S.W. gmail.com> writes: > I've got problem on unit testing Tapestry Page using PageTester on T5. > If the page contain SpringBean, it cause Error : > getAttribute() is not supported Please see http://thread.gmane.org/gmane.comp.java.tapestry.user/46692 ---

Re: tapestry links too long for ie? [t4]

2007-05-12 Thread Lionel Touati
Josh, Sorry but I don't know, we're working on 4.1.2. You can probably get it out of SVN L. Josh Joy a écrit : Thanks Lionel. I'm receiving a NPE, and according to this link there is a fix for this. http://archives.devshed.com/forums/java-118/updated-tapestry-829-formlinkrenderer-throw

Re: tapestry links too long for ie? [t4]

2007-05-12 Thread Josh Joy
Thanks Lionel. I'm receiving a NPE, and according to this link there is a fix for this. http://archives.devshed.com/forums/java-118/updated-tapestry-829-formlinkrenderer-throws-npe-withdirectllinks-1803601.html My question is, where can I download Tapestry v4.0.3? All the links on the tapestry s

Re: tapestry links too long for ie? [t4]

2007-05-12 Thread Lionel Touati
Yes IE has a strong limit on the number of characters a GET url can be. The solution is to use a FormLinkRenderer, which will create a piece a javascript and transform your URL into a post that don't have such limits For example: renderer="ognl:@[EMAIL PROTECTED]">Lnk L. Ben Acker a écrit :

Dojo/Tapestry issue....

2007-05-12 Thread Patrick Moore
Anyone else seeing this problem with the latest version of Tapestry? I am trying to display the dropdowndatepicker: [Exception... "'Error: no loaded module named ' dojo.i18n.calendar.nls.gregorianExtras'' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XP