Send the selected value in jsp custom tag as a parameter

两盒软妹~` 提交于 2021-02-17 05:14:26

问题


I want to send the selected value from A custom tag to B custom tag as a parameter. The value of the B custom tag depends on the value selected in the A custom tag. Please help me.....

<li>    
    <label for="classType">A</label>
    <eco:rndDtlCombo name="rndDtlNm" id="rndDtlNm" rndList="${rndList }" userId="${member.userId}"></eco:rndDtlCombo>
</li>

<li>    
    <label for="classType2">B</label>
    <eco:performCombo name="performNm" id="performNm" performList="${performList }"></eco:performCombo>
</li>

来源:https://stackoverflow.com/questions/66183041/send-the-selected-value-in-jsp-custom-tag-as-a-parameter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!