emp != null && i < emp.length; i++) {
String empName = emp[i];
task.addEmployee(employeeManager.findEmployeeByName(empName));
}
}
taskManager.save(task);
}
Regards
Bandula
Thank you very much Dustin, Paul and Richard for your detailed explanation
and for your valued time. I will try this.
Thanks
/Bandula
From: Dustin Pearce [mailto:[EMAIL PROTECTED]
Sent: Monday, June 02, 2008 8:57 PM
To: users@appfuse.dev.java.net
Subject: Re: [appfuse-user] Drop-Down
it do something
with tag libraries in? Any configuration XML file? Can you tell me where
else I need to change/correct.
If anyone has sample code on this or a place where I can find them pls let
me know.
Thanks &Regards,
Bandula
Thank you Ron, I will try this.
Bandula
From: Ron Anderson [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 19, 2008 11:29 PM
To: users@appfuse.dev.java.net
Subject: Re: [appfuse-user] Passing set of User objects as Argument in HQL
I use the following to pass in a collection as a
mment c
where c.assignedParty in (?) AND c.changeRequest = ? ORDER BY c.sid",
params);
}
Thanks
Bandula
pls help me to correct this. I appreciated if you can tell me
where I can find sample codes on these.
Problem 2
I get 2 additional tables (task_t_employee_t and employee_t_task_t) even if
many to many relationship can maintained with one additional table
Thanks in advance
Bandula
pls help me to correct this. I appreciated if you can tell me
where I can find sample codes on these.
Problem 2
I get 2 additional tables (task_t_employee_t and employee_t_task_t) even if
many to many relationship can maintained with one additional table
Thanks in advance
Bandula