• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

autocompleter Struts-jquery-tag

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I am having following code in jsp(Struts).I am using struts-jquery-tag plugin.Autocompleter is working properly but I am not able to see dropdown arrow for this autocompleter due to which I am not able to see whole list by selecting dropdown.
I was using the struts-dojo before struts-jquery-tag but due to IE10 compatibility issue it can't work it now.so please give me a solution asap.
<jq:autocompleter id="auto1" selectBox="true" selectBoxIcon="true" list="%{attributeList}" listKey="attributeId" listValue="attributeName"></jq:autocompleter>
Thanks in advance...
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't give us a lot of information to work with. Have you looked at the examples in the documentation (click here, click the "Widgets" link in the menu and click "Autocompleter")?
 
Shripad Katkamwar
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you sir.I got the solution for that.I used jquery for that.thank you again sir for you guidance.
 
ice is for people that are not already cool. Chill with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic