How to fetch input hidden value into jelly script??
Hi,I have an input hidden field <input type="hidden" id="mytext" value="dummy" />I want to fetch the value into jelly tag.I tried this :<g:evaluate var="jvar_notes_text" expression ="RP.getWindowProperties().get('mytext')" />Then i printed the vari...
