Noob question: virtual path mapping

2006-03-28 Thread Carl Sziebert
Hello all: First, I did STFU with no luck, sorry if this question has been asked and answered a million times before. I'm new to JSF and am tasked to evaluate it as a replacement for Struts. I am attempting to run the blank example application using the virtual path mapping enabled

Re: Noob question: virtual path mapping

2006-03-28 Thread Matthias Wessendorf
can you post complete web.xml ? On 3/28/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: First, I did STFU with no luck, sorry if this question has been asked and answered a million times before. I'm new to JSF and am tasked to evaluate it as a replacement for Struts. I am

RE: Noob question: virtual path mapping

2006-03-28 Thread Carl Sziebert
28, 2006 12:47 PM To: MyFaces Discussion Subject: Re: Noob question: virtual path mapping can you post complete web.xml ? On 3/28/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: First, I did STFU with no luck, sorry if this question has been asked and answered a million times before

Re: Noob question: virtual path mapping

2006-03-28 Thread Matthias Wessendorf
http://localhost:8080/blank/faces/helloWorld Aren't you calling http://localhost:8080/blank/faces/helloWorld.jsp; ? (Note: .jsp, not jsF) -Matthias

RE: Noob question: virtual path mapping

2006-03-28 Thread Carl Sziebert
question: virtual path mapping http://localhost:8080/blank/faces/helloWorld Aren't you calling http://localhost:8080/blank/faces/helloWorld.jsp; ? (Note: .jsp, not jsF) -Matthias