| Author |
How to call servlet from JSF ?
|
Heba Fahmy
Greenhorn
Joined: Feb 03, 2012
Posts: 4
|
|
I have a JSF bean , and I want to call a servlet and send to that servlet paramter from the bean , how can I do that ?
any help ??!!
|
 |
Abhinav Taduka
Greenhorn
Joined: Feb 02, 2012
Posts: 6
|
|
You can call servlet from FacesContext. In order to pass parameters to servlet you can use query params. Sample code for that will be as follows.
|
 |
Heba Fahmy
Greenhorn
Joined: Feb 03, 2012
Posts: 4
|
|
The problem that I have a navigation , so when I did this approach I got the following exception
javax.servlet.ServletException: Cannot forward after response has been committed
so how can I provide a navigation role which is important to display the user message that the user's parameters were submitted .
and in the same time I can call the servlet ??
I tried to provide that by the servlet it self , but the response format of the servlet as xml and it must be that because the system logic requires that.
any help ??
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
|
Please don't ask the same question twice.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
 |
|
|
subject: How to call servlet from JSF ?
|
|
|