• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Autocomplete page does not come out

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.. I am a beginner in jsf right now I'm having this problem with an autocomplete text field.

This is My Page where I want the autocomplete box appear



and this is the autocomplete page


Bean


and faces-config


any help would be a big thing Thank you.
 
Saloon Keeper
Posts: 28831
212
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ouch! My eyes!

#1 thing to get help is to reduce the amount of stuff you're posting to the minimum required to illustrate the problem. Anything that large requires me to print it out in order to be able to see anything, and I try to keep the number of dead trees to a minimum.

I did notice a couple of superficial things, although they don't directly affect your problem. One is that you should get rid of the "JSP" elements on your View Definition. In JSF2, JSP is deprecated. Also, backing beans are not Controllers. They are Models.
 
Carlo Malones
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I did notice a couple of superficial things, although they don't directly affect your problem. One is that you should get rid of the "JSP" elements on your View Definition. In JSF2, JSP is deprecated. Also, backing beans are not Controllers. They are Models.



thank you for the info. but can you please be more specific. thank you
 
I can't take it! You are too smart for me! Here is the tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic