Wednesday, May 19, 2010

Customizing URL Pattern in JSF

To Customize URL Pattern you need to add below code to web.xml

<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/subin/*</url-pattern>
</servlet-mapping>

Once you write this code faces keyword will be replaced by subin.

JSF Related topics: JCaptcha in JSF, Integrating Richfaces with JSF,Getting client and server sessionId in JSF,PopUp AlertMessagebox for JSF and more.....

No comments:

Post a Comment