Re: Error when extending from ERXAjaxApplication

2009-10-02 Thread Chuck Hill
On Oct 1, 2009, at 10:00 PM, Matt Stokes wrote: P.S: I have not been able to get Ajax Text Hints working in any tab other than the first one. Could this be related to back tracking error? It could be. The tabbed panel is a bit of a hack. I've never tried those other components on it.

Re: Error when extending from ERXAjaxApplication

2009-10-01 Thread Matt Stokes
Mike: >>> You're getting backtrack errors doing what and using which components? It is a test app based on the Ajax Example. Using AjaxTab + AjaxTextHinter + AjaxAutocomplete. Two of the 3 tabs have simple forms (which is where I use the Autocomplete and pre-filled text hints). BTW, when I see b

Re: Error when extending from ERXAjaxApplication

2009-09-29 Thread Mike Schrag
ERXApplication itself extends ERXAjaxApplication ... You're not getting @unique because ERXAjaxApplication doesn't do any of the other Wonder extensions other than just enough to support Ajax. I'd need more info about the backtrack errors to be able to help you there. You're getting backtr

Error when extending from ERXAjaxApplication

2009-09-29 Thread Matt Stokes
This is what I had - but I got occasional back track limit exceed errors: public class Application extends *ERXApplication* { public static void main(String[] argv) { *ERXApplication*.main(argv, Application.class); } So now Application class extends from ERXAjaxApplication public class