Michele Mariotti
Results
2
issues of
Michele Mariotti
Hello, this problem has been discussed on [StackOverflow](https://stackoverflow.com/questions/58537251/jsf-mojarra-externalcontext-redirect-creates-a-httpsession) the code of `redirect()`: @Override public void redirect(String requestURI) throws IOException { FacesContext ctx = FacesContext.getCurrentInstance(); doLastPhaseActions(ctx, true); if (ctx.getPartialViewContext().isPartialRequest()) { if...
Hello, This method with int param is missing :)