It is possible that your <filter-mapping> and <servlet-mapping> url patterns don't match in web.xml. For every filter mapping, we need a servlet-mapping. I was having similar problems with HTML editor, but after synching web.xml everything is working just fine :)
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
<url-pattern>*.faces</url-pattern>
</filter-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.faces</url-pattern>
<!-- <url-pattern>/faces/*</url-pattern> -->
</servlet-mapping>
-----Original Message-----
From: Martin Marinschek [mailto:[EMAIL PROTECTED]]
Sent: Wed 9/21/2005 6:31 AM
To: MyFaces Discussion
Cc:
Subject: Re: InputSuggest Example not working
Have you updated your web.xml and included the extensionFilter?
Look into the web.xml of one of our examples to see how this works!
regards,
Martin
On 9/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
>
> Hi all!
>
> I have now tested the InputSuggest Component and I have implement the*exact code
> * of the example (Exact classes, exact JSP and faces-config.xml), but it
> doesn't work. I have included the sandbox.jar in my WEB-INF/Lib Directory.
> Do I need something else?
>
> I'm really a beginner with JSF and that's why I would be grateful if you
> could help me.
> I have also updated my Faces-config.xml like in the example. The Result is
> the following:
> * [image: ole0.bmp]*
> If the photo doesn't work in the mailing list, you can see it here:
> http://show.imagehosting.us/show/697822/0/nouser_697/T0_-1_697822.gif
>
> Why are the selectitems shown out of the input box?**
>
> *Thx!*
>
--
http://www.irian.at
Your JSF powerhouse -
JSF Trainings in English and German
_______________
Siebel
IT'S ALL ABOUT THE CUSTOMER
Visit www.siebel.com
This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation.
ole0.bmp
Description: ole0.bmp

