url « Servlet « JSF Q&A





1. I need to have "profile url" functionality in my jsf application, is there any way apart from filters I can achieve this?    stackoverflow.com

I need to have "profile url" functionality in my jsf application, is there any way apart from filters I can achieve this? For ex: www.website.com/dan.thomas should take me to the Dan Thomas`s ...

2. How to call a servlet from JSF without using dispatch(url)    coderanch.com

Hi I am working on a task where i have to generate and display reports in the same page when the user clicks Run Report commandButton. In a servlet i wrote all the jasper coding to generate the report. To call sevlet from my jsf page i used a method called callMyServlet(). In callServlet method i have used context.getExternalContext().dispatch(url) to call ...