| Author |
code made difference, not the extension
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3820
|
|
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 ]
|
 |
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3820
|
|
It seems that it had happened at browser as browser sends request for aJSF.faces. But browser doesn�t even get that code (it gets HTML, CSS and JS only).  [ February 24, 2008: Message edited by: ankur rathi ]
|
 |
 |
|
|
subject: code made difference, not the extension
|
|
|