look for errors in the ajax console. igor
On Thu, Aug 25, 2011 at 7:17 AM, Mihai Toma <[email protected]> wrote: > Hi, > > > > I have a AjaxSubmitLink in a form with an AjaxFormSubmitIndicator behavior > (AjaxFormSubmitIndicator class extends AjaxFormSubmitBehavior and implements > IAjaxIndicatorAware, used to show a loading image while saving). > > > > In the method onSubmit of my AjaxFormSubmitIndicator I save my data from > form and then I make a redirect to previews page using > target.appendJavascript("history.back()"); > > > > The problem Is that this did not work. > > > > If I don't add AjaxFormSubmitIndicator on my submit button, the redirect > works fine. > > > > Any idea on how can i make this working? > > > > Thanks in advance! > > Mihai > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
