Hi,
I am trying to pass hidden variable as URL parameter.
Please could someone correct me what is wrong here as I always get null value though there is a value in folderId:
<input type=hidden id="folderId" value='<c:out value="${bean.folderId}"/>'/>
//passing hidden variable in URL:
<form method="POST" name="frmWorkFlow" id="frmWorkFlow" action="../../jsp/actions/workFlow.do?folderId=${folderId}">
Thanks