| Author |
Help with navigation in JSF portals in websphere
|
Praveen Raj
Greenhorn
Joined: Jun 17, 2008
Posts: 8
|
|
hi am a newbee, so this might be a silly question. My index page on submit sends the
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
"Rsp", Please check your private messages. -Ben
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Praveen Raj
Greenhorn
Joined: Jun 17, 2008
Posts: 8
|
|
I want to access a bean value set by a class to be used by another class. Can i pass the value by means of Faces-Config? I have done that using struts-config, but not faces-Config. Also i want to navigate from a class to another action class, that is java to java and not java to jsp so how should the faces config look for that. <navigation-rule> <from-view-id>/index.jsp</from-view-id> <navigation-case> <from-action>#{actionmsg.redirect}</from-action> <from-outcome>next</from-outcome> <to-view-id>(</to-view-id> </navigation-case> </navigation-rule>
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Thanks [ June 17, 2008: Message edited by: Ben Souther ]
|
 |
 |
|
|
subject: Help with navigation in JSF portals in websphere
|
|
|