I have two
JSP file. One has JSP code and other one has
JSF code (declares two JSF tags (c & h), and uses those tags).
When I run "JSP one" (right click on it, and run on server (WAS)), I get URL sth like this:
http://localhost:9080/JSFApp/aJSP.jsp And when I run "JSF one", I get URL:
http://localhost:9080/JSFApp/aJSF.faces Why so? I mean, where it happened and why?
Thanks.

[ February 22, 2008: Message edited by: ankur rathi ]