[appfuse-user] Save multiple values from List box

2008-09-28 Thread Bandula Rathnasekara
emp != null && i < emp.length; i++) { String empName = emp[i]; task.addEmployee(employeeManager.findEmployeeByName(empName)); } } taskManager.save(task); } Regards Bandula

RE: [appfuse-user] Drop-Down List

2008-06-02 Thread Bandula Rathnasekara
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

[appfuse-user] Drop-Down List

2008-06-01 Thread Bandula Rathnasekara
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

RE: [appfuse-user] Passing set of User objects as Argument in HQL

2008-01-19 Thread 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

[appfuse-user] Passing set of User objects as Argument in HQL

2008-01-19 Thread Bandula
mment c where c.assignedParty in (?) AND c.changeRequest = ? ORDER BY c.sid", params); } Thanks Bandula

[appfuse-user] Model Classes (Many to many relationships)

2007-07-08 Thread 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

[appfuse-user] FW: Appfuse - Model Classes (Many to many relationships)

2007-07-08 Thread 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