{
return Arrays.asList("Mary", "Lukasz", "Dave");
}
HTH
Martin
__
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: RE: dependable
> Date: Wed, 26 Aug 2015 22:07:57 -0400
>
> Thanks, f
vent, data) {
var ui = event.originalEvent.ui;
var message = ui.item.value;
if(ui.item.key) {
message = '( '+ ui.item.key +' ) '+message;
}
$('#topics').html('<i>'+message+'</i>');
});
});
> From: mgai...@hotmail.com
> T
MG>follow the example to the letter
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: RE: dependable
> Date: Wed, 26 Aug 2015 13:21:13 -0400
>
> I tried doing this onSelectTopics of first autocompleter to select value of
> the second autocomple
$("#publisherCodeId option[text='" + ui.item.message + "']");
$("#publisherCodeId option[val='" + ui.item.text +
"']").attr("selected","selected");
});
> From: zy...@hotmail.com
> To: user@struts.a
om: mgai...@hotmail.com
> To: user@struts.apache.org
> Subject: RE: dependable
> Date: Tue, 25 Aug 2015 07:09:12 -0400
>
> you will notice in the autocompleter tutorial posted at
> http://struts.jgeppert.com/struts2-jquery-showcase/autocompleter-json.action;jsessionid=CE13A6
be listener for
the same event topic
HTH
Martin
> From: zy...@hotmail.com
> To: user@struts.apache.org
> Subject: dependable
> Date: Mon, 24 Aug 2015 15:59:49 -0400
>
> I am new to struts2 and need help with the struts2 jquery autocompleter tag
>
>
>
I am new to struts2 and need help with the struts2 jquery autocompleter tag
Have an object
Publisher
code
description
In Action
getPublishers()
I am trying to use 2 dependable sj:autocompleter tags. In both it should
display the Publishers list but
in one it should display
7 matches
Mail list logo