tomahawk inputSuggest[Ajax]

2006-03-12 Thread tony kerz
is there any way to restrict values to only those on suggestion list? (versus something user typed in that isn't on suggestion list). kind of like selectOneMenu?

Coding in JSP page

2006-03-12 Thread sjarlier
Hi !   Could somebody tell me what is the correct way to code the following (I want to call the file webclient.properties if the locale is English fr_webclient.properties if the locale is French):   What does mean <% here ?   <%   FacesContext fc = FacesContext.getCurrentInstanc

Re: OT: within 10 miles

2006-03-12 Thread David Schlotfeldt
I have a database of zip codes, city, states, longitude, and latitude. Someone here found the database on the Internet. For a website we did we needed to list all locations of a franchise within 100 miles of a given zip code. It took a little while to find how to calculate the distance using lo

Re: tomahawk inputSuggest[Ajax]

2006-03-12 Thread Gerald Müllan
Hi, can you give a short use case? I don`t understand what you exactly mean about this. regards, Gerald On 3/12/06, tony kerz <[EMAIL PROTECTED]> wrote: > is there any way to restrict values to only those on suggestion list? > (versus something user typed in that isn't on suggestion list). > k

Re: tomahawk inputSuggest[Ajax]

2006-03-12 Thread Mike Kienenberger
Seems pretty obvious. For example, consider an inputSuggest that contained US States. You only want to match existing states like Alaska and not allow the user to type in "Antarctica". On 3/12/06, Gerald Müllan <[EMAIL PROTECTED]> wrote: > Hi, > > can you give a short use case? > > I don`t under

Re: tomahawk inputSuggest[Ajax]

2006-03-12 Thread Dennis Byrne
Gerald, There is a "suggestion provider" on the server, right ? Wouldn't the application developer just narrow the results on the server - before these values made it to the client ? Dennis Byrne >-Original Message- >From: Mike Kienenberger [mailto:[EMAIL PROTECTED] >Sent: Sunday, Mar

collapsiblePanel initialization

2006-03-12 Thread Dave
I need to do some initialization when a collapsiblePanel is opened. Is there any listener or action method that can be called?   Thanks! Yahoo! Mail Use Photomail to share photos without annoying attachments.

Re: OT: within 10 miles

2006-03-12 Thread Dave
Hi david,   Thanks! That is very helpful. How about the performance for the SQL to search a big table(possibly millions of businesses)? It has to go through all the records to calculate distance.  Is there a way to index somehow for better performance?   Thanks!David Schlotfeldt <[EMAIL PRO

Re: OT: within 10 miles

2006-03-12 Thread Dennis Byrne
David, When you say "someone here found a database", do you mean someone posted a data export ? Can you provide a link ? Dennis Byrne >-Original Message- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Monday, March 13, 2006 01:42 AM >To: 'MyFaces Discussion' >Subject: Re: OT: within 10 m