|
|
От: | stenkil | |
| Дата: | 12.12.08 09:53 | ||
| Оценка: | |||
S> FacesContext fc = FacesContext.getCurrentInstance();
S> fc.getApplication().getNavigationHandler().handleNavigation(fc, null, null);
S> FacesContext fc = FacesContext.getCurrentInstance();
String viewId = fc.getViewRoot().getViewId();
fc.getApplication().getViewHandler().createView(fc, viewId);