Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:06
putting selected item into request
Poster: shrgh
Dated: Thursday May 4 2006 - 8:19:35 BST
I am using Milonic DHTML Menu Version 5.51. I am using it like this:
<logic:iterate id="emp" name="employees" type="EmployeesBean">
aI("showmenu=emp<jsp:getProperty name="emp" property="id" />; text=<jsp:getProperty name="emp" property="title" /> ;
url=/app/emp?emp-id=<jsp:getProperty name="emp" property="id" />; target=content");
</logic:iterate>
My problem is that when an employee is selected in the menu I need to put the selected id into request. Is there any way to do this? Pls help