putting selected item into request

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
shrgh
Beginner
Beginner
Posts: 2
Joined: Thu May 04, 2006 8:05 am

putting selected item into request

Post by shrgh »

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
Post Reply