when i encounter an exception in an action method, i want go back to the
current page. this seems to be working, but i loose my query parameters.


does anyone have any suggestions?

thanks,
scott

Controller level forward:
       @Jpf.Forward(name = "currentPage", navigateTo =
Jpf.NavigateTo.currentPage)





           Forward currentPage = new Forward("currentPage");
           currentPage.addOutputForm(form);
           //TODO: add query parameters   getRequest().getQueryString() is
returning null.

Reply via email to