Use a meta refresh (it'll probably have to be in the tag somehow). Or javascript, to hit the same url.
@Inject private ComponentResources componentResources; @OnEvent("calculate") ResultPage calculate() { .... } public String getCalculateUrl() { return componentResources.createEventLink("calculate).toString(); } -- View this message in context: http://tapestry-users.832.n2.nabble.com/Invoke-method-after-page-is-loaded-when-method-finishes-redirect-to-another-page-tp6088155p6088324.html Sent from the Tapestry Users 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