type-ahead in select box

Greetings. I've been asked to implement a select box with true type-ahead functionality so that typing "mar" selects Maryland. I'm not supposed to use JavaScript. I'm using Struts. Any solutions? Thanks!
[213 byte] By [HowellCa] at [2007-10-2 5:15:43]
# 1
You aren't supposed to use Javascript? Then you are SOL. Unless you want to use an applet for the form. You can look to AJAX, but that's based on Javascript. You can look at what Yahoo! Mail does with their address book, but that's Javascript also.
bsampieria at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
agreed without Javascript its impossible.
pgeuensa at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
or a form in Flash.
bsampieria at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
with struts you can use struts-lauout taglibrary.for more info visit: http://struts.application-servers.com/suggest/index.html
Rahul.Guptaa at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
that taglib will still use javascript
pgeuensa at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
By naming struts, do you mean that struts doesn't recommend java script? but anyway for capturing the keypress and keydown events you have to use the javascript.
Rahul.Guptaa at 2007-7-16 1:18:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...