RE: dependable

2015-08-27 Thread Martin Gainty
{ 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

RE: dependable

2015-08-26 Thread fea jabi
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

RE: dependable

2015-08-26 Thread Martin Gainty
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

RE: dependable

2015-08-26 Thread fea jabi
$("#publisherCodeId option[text='" + ui.item.message + "']"); $("#publisherCodeId option[val='" + ui.item.text + "']").attr("selected","selected"); }); > From: zy...@hotmail.com > To: user@struts.a

RE: dependable

2015-08-26 Thread fea jabi
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

RE: dependable

2015-08-25 Thread Martin Gainty
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 > > >

dependable

2015-08-24 Thread fea jabi
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