Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2010-03-07 Thread Thiago H. de Paula Figueiredo
On Sun, 07 Mar 2010 15:12:49 -0300, wdahu wrote: I solved this problem. It is not caused by org.apache.tapestry5.services.ComponentSource.getPage(pageName) in my Dispatcher only by the argument of this method. I used the example from http://wiki.apache.org/tapestry/Tapestry5HowToControlAccess a

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2010-03-07 Thread wdahu
('/', nextslashx - 1); next2 = path.lastIndexOf('.', nextslashx - 1); nextslashx=(next1>next2)?next1:next2; if (nextslashx <= 1) { return false; } } -- View this message in context: http://old.nabble.com/AjaxFormLoop-Ex

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2010-03-06 Thread wdahu
I have the same problem. I noticed that it occurs when I invoke method org.apache.tapestry5.services.ComponentSource.getPage (pageName) in my Dispatcher. If someone has already solved this problem? -- View this message in context: http://old.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-29 Thread zack1403
at > there aren't multiple versions of the same lib in your classpath. > > Uli > > -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23301366.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-29 Thread zack1403
his message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23297560.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.o

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-29 Thread Ulrich Stärk
Your exact same code is working fine using 5.1.0.5-SNAPSHOT on Jetty 6.1.6 run from inside Eclipse. Could you elaborate on your environment? Also give removing and reinstalling all libs a try and make sure that there aren't multiple versions of the same lib in your classpath. Uli Am 29.04.20

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-29 Thread DH
Hi, Zack I just tried your example, but nothing wrong. Mine is 5.1.0.3. DH - Original Message - From: "zack1403" To: Sent: Wednesday, April 29, 2009 2:56 PM Subject: Re: AjaxFormLoop Exception on 5.1.0.2 upgrade > > Alright this is the simplest setup I could

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-28 Thread zack1403
; } } Sorry to be posting so much, I've just been pulling out my hair on this and (as I'm sure you all understand) we have a very tight deadline to meet. Thank you all again for all the help! Zack -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-28 Thread zack1403
gt; Joost Schouten (mailing lists) wrote: >>> >>> Here is the code related to my AjaxFormLoop which works (besides a few >>> non T5 related persistance issues in my own code ;-) >>> >>> >> >> -- >> View this message in context: >> ht

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-28 Thread Joost Schouten (mailing lists)
>> non T5 related persistance issues in my own code ;-) >> >> > > -- > View this message in context: > http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23271622.html > Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-28 Thread Joost Schouten (mailing lists)
>                                         >>>                                 >>> >>>                                 >>>                                        the >>> form fields, in my case they >>> come from a seperate component >

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-28 Thread zack1403
p://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23271622.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional command

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread zack1403
;> >> Cheers, >> Joost >> >> On Tue, Apr 28, 2009 at 6:15 PM, zack1403 wrote: >>> >>> Hmm, the jumpstart example you gave uses t:submitnotifier as well as all >>> examples (even nightly docs).  The example you gave is running on >>> 5.0.

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread Joost Schouten (mailing lists)
ould >> get down to is in my first post (page, tml, and exception).  This is >> happening application-wide once I upgraded so it must be something that has >> changed internal to tapestry.  Is there a new way to use AjaxFormLoop that I >> am missing.  Does onAddRow still retu

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread Joost Schouten (mailing lists)
event methods that >> Tapestry doesn't like. >> >> Cheers, >> Joost >> >> On Tue, Apr 28, 2009 at 3:59 PM, zack1403 wrote: >>> >>> Hey I hate to bump but this is a huge blocker f

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread zack1403
d help troubleshoot?? >> >> -- >> View this message in context: >> http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23269752.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> >> -

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread Joost Schouten (mailing lists)
com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23269752.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org &

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-27 Thread zack1403
Hey I hate to bump but this is a huge blocker for me. Is there more information I can give to try and help troubleshoot?? -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23269752.html Sent from the Tapestry - User mailing list

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-26 Thread zack1403
I just cant believe no one else is getting this with 5.1.0.2. Am I the only one having this issue? BTW, its happening with my AjaxFormLoops application wide so its not just limited to one instance. Zack -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-24 Thread zack1403
View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23222870.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapest

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-24 Thread Thiago H. de Paula Figueiredo
On Fri, Apr 24, 2009 at 1:34 AM, zack1403 wrote: > Is there something with the setup that I am doing wrong? Try using a TextField directly, without using BeanEditor and tell us what happens. -- Thiago - To unsubscribe, e-mail

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-23 Thread zack1403
/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23209682.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-22 Thread zack1403
lass snippet: >> >>   @CommitAfter >>    public Comparison onAddRow() { >>        return new Comparison(); >>    } >> >> Template snippet: >> > encoder="comparisonsencoder"> >>         >>                Add a Comparison >&

Re: AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-22 Thread Howard Lewis Ship
="comparisonsencoder"> >         >                Add a Comparison >         >         >                Remove >         > > > Any help would be much appreciated. > -- > View this message in context: > http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0

AjaxFormLoop Exception on 5.1.0.2 upgrade

2009-04-22 Thread zack1403
p would be much appreciated. -- View this message in context: http://www.nabble.com/AjaxFormLoop-Exception-on-5.1.0.2-upgrade-tp23175801p23175801.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu