Re: Triple select tag

2018-04-16 Thread Yasser Zamani
On 4/15/2018 12:01 AM, albert kao wrote: > My requirement is triple select tag component implemented with Struts 2 > only, without any JS function. > I am still learning how s:doubleselect tag works. > I downloaded the source code from > https://www.mkyong.com/struts2/struts-

Re: Triple select tag

2018-04-14 Thread albert kao
Martin, My requirement is triple select tag component implemented with Struts 2 only, without any JS function. I am still learning how s:doubleselect tag works. I downloaded the source code from https://www.mkyong.com/struts2/struts-2-sdoubleselect-example/, compiled and run it successfully

Re: Triple select tag

2018-04-14 Thread Martin Gainty
rtk...@gmail.com> Sent: Saturday, April 14, 2018 8:49 AM To: Struts Users Mailing List Subject: Triple select tag I am looking for a triple select tag component which is similar to the s:doubleselect tag ( https://struts.apache.org/tag-developers/doubleselect-tag.html). Tag Developers Guide -

Triple select tag

2018-04-14 Thread albert kao
I am looking for a triple select tag component which is similar to the s:doubleselect tag ( https://struts.apache.org/tag-developers/doubleselect-tag.html). It renders three HTML select elements with the third one changing displayed values depending on selected entry of second one, and the second