exchanging values from right to left on button click
Bhavesh Sangwan
Ranch Hand
Joined: Aug 08, 2012
Posts: 38
posted
0
Hi experts! I have a problem...
In below attached screen shot with this question ,I have three UI components - I'm getting employee list on top... And list of all work(work_codes) in left container and list of work assigned to particular employee(emp_work) on right container. Now I want to push values from left to right container and want to update employee_work table in database.
So please help me solving this procedure using jsp, servlet and jdbc... I mean what to use to push values from one container to another and then update these values on database...
In any case -- this is a JavaScript issue so posting JSP code is not helpful. Post the rendered HTML and your JavaScript code, and let us know where you are having problems.
Bhavesh Sangwan
Ranch Hand
Joined: Aug 08, 2012
Posts: 38
posted
0
oh Sorry ... Bear ! I'll post it again after replacing all the scriptlet code by JSTL library... I'll also find some java script and post here... after then you can help me ..
Lets cook some code myself and let you make that Tasty...
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: exchanging values from right to left on button click