I have a checkbox:
< f:checkbox name="${attrs.checkboxName}" onclick="doToggleList(${attrs.checkboxName});"></f:checkbox>
That calls a javascript:
http://pastebin.com/6jjTqVzJ
I also have variable dropdownListMode in jelly:
< j:set var="dropdownListMode" value="generateEntries"/>
what i need to do is:
Only set the jelly variable to ...