[
https://issues.apache.org/jira/browse/DELTASPIKE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880870#comment-13880870
]
Ron Smeral commented on DELTASPIKE-511:
---------------------------------------
I tried reproducing this in WildFly 8.0.0.CR1 and DS 0.5, but the navigation
works, there's no problem. The only difference is that I used
{{h:commandButton}} instead of {{p:commandButton}}.
Is it possible there is some problem with PrimeFaces?
And I agree with Karl, a better place for such discussion is in
[email protected].
> 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)