Paa Kojo Konduah Amos created DELTASPIKE-511:
------------------------------------------------
Summary: Navigation seems not to work
Key: DELTASPIKE-511
URL: https://issues.apache.org/jira/browse/DELTASPIKE-511
Project: DeltaSpike
Issue Type: Bug
Components: BeanValidation-Module, JSF-Module
Affects Versions: 0.5, 0.6
Environment: Ubuntu , Java 7, Eclipse Kepler, Widfly,
Reporter: Paa Kojo Konduah Amos
>From the online documenation on the JSF Module page,
public class MyPage implements ViewConfig{} and
public Class<? extends ViewConfig? toNextPage(){
return MyPage.class;
}
My understanding is, if i clicked on a button for example whose
action/actionListener points to MyPage's toNextPage() method, the navigation
never happens.
However, when i inject ViewNavigationHandler and do the
.naviagteTo(MyPage.class), that works perfectly.
Please why is this the case?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)