Hello everybody, When using jsp:forward, it forwards me to the page I desire. But it doesn't rewrite the URL properly.
I forward from the root directory to "pages/". But it won't display "pages/" but the URL where the index.jsp welcome file is. Now I don't want to set absolute paths in every jsp/xhtml file. How can I work around this? I know, this isn't an actual myfaces question, but I think at least somebody might have had the same problem... thanks in advance, Andreas

