[Wicket-user] Redirect form on timer

2005-04-22 Thread Gili
I've got my email form up and running now. On failure it places a message in the feedback panel complaining about invalid email addresses. Thing is, now I want to do something similar on success and I'm not sure how. On success I want to invoke info() to display a success message, then five

Re: [Wicket-user] Redirect form on timer

2005-04-22 Thread Eelco Hillenius
You can't do that with the current request cycle. However, you could use the same trick as in the 'redirect to outside wicket in tree' discussion, but instead of meta wicket:id=redirect http-equiv=refresh content=0; url=app you could do meta wicket:id=redirect http-equiv=refresh content=5;