| Author |
Autocomplete page does not come out
|
Carlo Malones
Greenhorn
Joined: Jul 17, 2012
Posts: 5
|
|
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.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
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.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Carlo Malones
Greenhorn
Joined: Jul 17, 2012
Posts: 5
|
|
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
|
 |
 |
|
|
subject: Autocomplete page does not come out
|
|
|