aspose file tools
The moose likes JSF and the fly likes Autocomplete page does not come out Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Autocomplete page does not come out" Watch "Autocomplete page does not come out" New topic
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
    
    7

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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Autocomplete page does not come out
 
Similar Threads
JSTL and bean data
Component ID frm1_window viewid has already been found in the view
Trying to refresh a dataTable on a JSP after data is updated but so far no luck
How to pass JSF inputText & outputText value into javascript code ?
I need to open a popup from a jsf page.