Hi,
I want to implement doubleselect functionality using the
struts s:div tag in my application.
On
jsp page there is Department and Employee Select tag, when user selects department i want to populate the employee select tag with the employee in that Department.
The struts2 select tag for Department is as follows:
and the script function is follows:
when i hit the URL it will populate the Employee Select Box with Defalut values which we have assigned to Headerkey in Department Tag....
But it will never display me alert box ? Can you please tell me what is the problem in this code ?