| Author |
struts2 s:autocompleter tag usage
|
Manjesh Reddy
Greenhorn
Joined: Jan 04, 2006
Posts: 4
|
|
I am trying to add Ajax based search feature. I have a collection of Persons (personsList) with personNbr, lastName, firstName etc.. using s:autocompleter tag, how do I search for lastNames? is it something like this? <s:autocompleter theme="ajax" list="personsList" keyName="lastName"> </s:autocompleter>
|
 |
Nitin Surana
Ranch Hand
Joined: Jan 21, 2011
Posts: 129
|
|
This example will help you.
http://www.benmccann.com/dev-blog/struts-2-ajax-tutorial-dojo-autocompleter-example/
|
 |
 |
|
|
subject: struts2 s:autocompleter tag usage
|
|
|