aspose file tools
The moose likes JSF and the fly likes Invoking Servlet from Managed bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Invoking Servlet from Managed bean" Watch "Invoking Servlet from Managed bean" New topic
Author

Invoking Servlet from Managed bean

Abiodun Adisa
Ranch Hand

Joined: Jan 17, 2002
Posts: 495
Please is it possible to invoke a Servlet from my managed bean, i am able to invoke using outputLink but i intend to invoke a servlet from my managed bean
Andres Quinones
Ranch Hand

Joined: Oct 09, 2006
Posts: 57
have you tried doing the mapping in the faces-config.xml and in the Managed Bean output the String in order to redirect you to the servlet you want?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Invoking Servlet from Managed bean
 
Similar Threads
how to call a servlet from jsf managed bean?
how to trigger a servlet from JSF
JSF Url Mapping (Newbie)
Accessing JSF sesson bean from a servlet
Calling a Managed Bean method from Servlet