Hi Albert Thinking you could possibly hook JS function to doubleOnSelect of first component to highlight 3rd but would you have an example of 3 tag-components wired together?
Martin ______________________________________________ ________________________________ From: albert kao <albertk...@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 - Apache Struts 1<https://struts.apache.org/tag-developers/doubleselect-tag.html> struts.apache.org Edit on GitHub doubleselect. Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works. It renders three HTML select elements with the third one changing displayed values depending on selected entry of second one, and the second one changing displayed values depending on selected entry of first one. A generic triple select tag component is desired. If not, a slim down version is welcome. I googled and saw s:doubleselect tag examples but did not find anything about triple select tag. Please suggest any websites, blogs, examples or implementation tips. Thanks.