All the gods of J2EE out there Pls help

Hi All,

We are developing a J2EE application in which we have to make drag and drop feature in the JSP. (its a web based application). I know we can do it in swings but we have to do it in HTML,JSP only.

the situation is

a table 'll be loaded in the webpage and you can drag and drop the particular row to 2 frames beneath the same table. using drag and drop.

and when you drop the same all the data has to be populated in the frame.

Has anyone worked on similar kind of thing?

Can anyone send me sample code to do the same.

Thanks in Advance.

Pls its urgent

[616 byte] By [aks_katha] at [2007-10-2 7:57:13]
# 1
Using HTML and JSP only this is literally impossible. Not as in hard. Impossible. Can you use javascript?Drake
Drake_Duna at 2007-7-16 21:47:36 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 2

yes we can use java scripts.

the main thing is that ,we have to display the table from the database.

and use swing like features. like drag and drop. (when you drag one row from the table) there should be two frames beneath the table. so that we can drag and drop on it and as a result of which it invokes server call.

and populates the frames.

thanks for replying

Aks

aks_katha at 2007-7-16 21:47:36 > top of Java-index,Other Topics,Java Community Process (JCP) Program...