aspose file tools
The moose likes JSF and the fly likes .jsp or .jsf Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark ".jsp or .jsf" Watch ".jsp or .jsf" New topic
Author

.jsp or .jsf

Rajkumar balakrishnan
Ranch Hand

Joined: May 29, 2008
Posts: 445

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
Hi,

When you going to change the extension , you need to change into the web.xml this as <url-pattern>*.jsp</url-pattern>.

Regards
Ganesan
Rajkumar balakrishnan
Ranch Hand

Joined: May 29, 2008
Posts: 445

Yes i already give it as *.jsp in web.xml... but no use..it still shows me error....
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: .jsp or .jsf
 
Similar Threads
Please HELP me. How To Hard Code Values in Each Row of a dataTable?
Problems with running JSF in Eclipse 3.1
param needs unique ID even if in different forms?
Choose what appears in h:messages
inputCalendar - absolute uri problem