I want to use mutliple view's in a componente. The MulitViewDeme shows selecting views by using p:commandButton action="... Is there a posibillity to select a view via attribut or a methode ? asked 18.12.2014 at 12:50 rschreiter |
You can try to use the method
Hope this solves your problem. answered 06.01.2015 at 16:27 Reto Weiss ♦♦ Thank You very mutch.
(16.01.2015 at 16:26)
rschreiter
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 18.12.2014 at 12:50
Seen: 2,020 times
Last updated: 16.01.2015 at 16:27
In the Demo the method "nextView" is called. The return value is the name of the next view. It doesn't matter how you call this method.
My Problem is that i don't want use a CommanButton to Change the View - I want select the View on the start of the component or by using JAVA in am Methode.