I have a servlet which is in the same web application as the JSF servlet. How do I replace (rather than redirect) the servlet response with the JSF response?
|
|
|
|
|
|
|
Not sure I fully understand your question - but if you want to include the output from a JSF page in your servlet response, something like:
Should do the trick |
||
|
|
