How to change the destination of request on the fly ?

2005-09-28 Thread wolfgang127us
Hi gurus, Let's say when a user accesses "http://whatever/faces/index.jsp";, I want the user actually sees "http://whatever/faces/XXX/index.jsp"; where XXX is from database. (The second index.jsp contains JSF tags.) There're two ways I can think of. 1, In /faces/index.jsp, use a RequestDispatch

Re: Which source code invokes StartupServletContextListener ?

2005-09-28 Thread wolfgang127us
Hi Mike, Thanks for the quick response. I found it ! Regards, Wolfgang -- Know more about Breast Cancer http://pr.mail.yahoo.co.jp/pinkribbon/

Which source code invokes StartupServletContextListener ?

2005-09-28 Thread wolfgang127us
Hi there, I'm looking for a source code invoking StartupServletContextListener. I couldn't find the listener invoking StartupServletContextListener in web.xml. And I found the following comment in StartupServletContextListener.java /** * TODO: Add listener to myfaces-core.tld instead of web.xml

About the installation...

2005-09-26 Thread wolfgang127us
Hi there, I got a question regarding the installation of MyFaces. I just downloaded MyFaces examples(myfaces-1.1.0-examples.zip) and installed one (simple.war) of examples into Tomcat 5.5.9. The simple.war worked well !! But the page (http://wiki.apache.org/myfaces/Tomcat_5%2e5%2e9_configuration)