[
https://issues.apache.org/jira/browse/DELTASPIKE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879785#comment-13879785
]
Karl Kildén commented on DELTASPIKE-511:
----------------------------------------
actionListener is not for navigation.
Afaik it works fine you might want to post real code here so there's something
to look at?
> 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)