org.apache.myfaces.component.html.util.ExtensionsFilter
</filter-class> <init-param> <param-name>uploadMaxFileSize</param-name> <param-value>10m</param-value> </init-param> <init-param> <param-name>uploadThresholdSize</param-name> <param-value>1k</param-value> </init-param> <init-param> <param-name>uploadRepositoryPath</param-name> <param-value>/temp</param-value> </init-param> </filter> <filter-mapping> <filter-name>ExtensionsFilter</filter-name> <servlet-name>FacesServlet</servlet-name> </filter-mapping> <listener> <listener-class>com.sun.faces.config.ConfigureListener
</listener-class> </listener>-----Ursprüngliche Nachricht-----Have you updated your web.xml and included the extensionFilter?
Von: Martin Marinschek [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 21. September 2005 14:32
An: MyFaces Discussion
Betreff: Re: InputSuggest Example not working
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:![]()
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.gifWhy are the selectitems shown out of the input box?
Thx!
--
http://www.irian.at
Your JSF powerhouse -
JSF Trainings in English and German
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

