Hi i m getting my hands into JSF and do a simple program.. I save file as quote.jsp and run the program it runs well..But when i change the extension to .jsf it won't works.. What's the issue here.. And here is my code...
:roll:
Never try to be a hard-worker. Be a smart-worker.
My Blog
Ganesan Ramakrishnan
Ranch Hand
Joined: Mar 18, 2008
Posts: 84
posted
0
Hi,
When you going to change the extension , you need to change into the web.xml this as <url-pattern>*.jsp</url-pattern>.