Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing Hidden varable in URL

843840Sep 21 2007 — edited Sep 24 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2007
Added on Sep 21 2007
9 comments
314 views