I have combobox which goes has to appear in all the pages jsp, it has an action which processes the request, the problem is that I must redirect to jsp the forward but this is not same jsp but that must return of the page that I invoked it, because it is going to appear in all the pages of the application, if somebody knows how redirecting of action to the page that I am invoked and shared that knowledge would thank for it.
Marcus