Knowing that that simple example worked for everyone, I started hacking away at my app module. Finally narrowed down what was causing the issue:
public void contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration, @InjectService("AuthDispatcher") Dispatcher authDispatcher) { configuration.add("AuthDispatcher", authDispatcher, "before:PageRender"); } In this case, the error sure didn't help the situation at all. I am pretty sure I am adding my dispatcher correctly as it performs as expected everywhere else. For some reason it is messing with ajaxformloop. Tested my other ajaxformloops and they all work after commenting out these few lines. I guess I'm on to another issue of why this is causing issues :( Really, thanks again for everyones help. This error does sound like something that is being misreported as it is unrelated to the actual cause. Maybe a bug? Zack Ulrich Stärk wrote: > > 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 > > -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org