You might need to implement/extend your own MethodBindingProcessor, then
you need to some how get the return value of userActivate.perform(..)
[probably the MethodBinding.invoke() returns that value].  Then use
NavigationHandler.handleNavigation(...).  You need to look at the source
code of MethodBindingProcessor and javax.faces.el.MethodBinding..  It
shouldn't be too hard.

-Bill
                                                                       
             Ingo Düppe                                              
             <[EMAIL PROTECTED]                                         
             eppe.com>                                                  To
                                       [email protected]           
             09/26/2006 10:12                                           cc
             AM                                                        
                                                                   Subject
                                       Remoting and Outcome            
             Please respond to                                         
             [EMAIL PROTECTED]                                         
                   .org                                                
                                                                       
                                                                       
                                                                       




Hello,

I have defined a userActivate managed bean with a String perform() method.
This methods returns a faces outcome depending on the results during
execution.

Calling the method by /dynamic/userActivate/perform.jsf?code=XYZ works
fine, but what do I have to do that
shale evaluates the outcome of this method and displays the according
views?

Regards
Ingo


Disclaimer: This electronic mail and any attachments are confidential and may 
be privileged. If you are not the intended recipient, please notify the sender 
immediately by replying to this email, and destroy all copies of this email and 
any attachments. Thank you.

Reply via email to