Re: EXTJS

2010-03-06 Thread Howard Lewis Ship
Currently, those changes are inside my client's code base. I'm keeping track of them and looking to make them open source in the future. The biggest challenge is that both Prototype and ExtJS add a method named defer() to the JavaScript Function prototype and the methods work differently and take

Re: Why does nesting break my Ajax?

2010-03-06 Thread Pierce T. Wetter III
On Mar 5, 2010, at 7:13 PM, Howard Lewis Ship wrote: > Often what happens is that some invaild JS on the client causes an > exception, and (for whatever reason) that results in the original > event continuing as a full-page (non-Ajax) request. This is where > FireBug is your friend. I know it sh

Re: What's the page that cause the redirect to the login page ?

2010-03-06 Thread Jonathan Barker
Try something like this in your Start page that uses the SavedRequest that gets put in the session by Acegi. Note that I use Spring Security so you will need to adjust the constant naming accordingly. (I think you should add a line to clear the AbstractProcessingFilter.SPRING_SECURITY_SAVED_REQUES

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-t

Re: [T5.2.0] two problems when extending Autocomplete

2010-03-06 Thread Howard Lewis Ship
On Fri, Mar 5, 2010 at 7:39 PM, Joost Schouten (ml) wrote: > Hi, > > I have found another problem when extending the Autocomplete Mixin which has > been introduced by recent changes on the 5.2.0-SNAPSHOT version. > > - The @Override methods (eg. generateResponseMarkup(MarkupWriter writer, > List m

[T5.1.0.5] Ajax submission "Event.stop is not a function"

2010-03-06 Thread lebenski
I have bound the zone parameter to my form: And the zone itself: This has been working fine until recently. I was forced to upgrade to prototype 1.6.1 using tapx-prototype and ever since I'm observing that my forms that were previously submitting as XHR requests are now submitting as plai

Re: [T5.2.0] two problems when extending Autocomplete

2010-03-06 Thread Joost Schouten (ml)
I think that is a good idea, but it is not the problem I am faced with here. I have no need to change the js file, it's just that tapestry now tries to find the js file at the classpath of the extending class. On the current snapshot I get a "Unable to locate asset 'classpath:com/joostschouten/

Re: [T5.2.0] two problems when extending Autocomplete

2010-03-06 Thread Robin Komiwes
Hi! Yes, in someway, it should be possible to change the automatically included JS when extending a component. Already encountred this problem too. Had to create and advice/decorator on asset source to fix the thing without forking the component. On Sat, Mar 6, 2010 at 4:39 AM, Joost Schouten (ml