Bala SRR Penumarthi wrote:
Hi,
I am new to JSF and I want to use Trees in my JSF application with drag
and drop functionality.
Right now I am using MyFaces Components.
Can some one tell me how I can impliment this drag and drop
functionality. I was successfull in creating a dynamic tree using
MyFaces Tree. So the next problem is knowing the drag source and the
drag target.
Thanks
Bala
you only can achieve this via javascript, if possible at all.
Remember you are in a stateless ui context here (although modern
html frameworks can hide that fact pretty good)
things like drag and drop in a server rendered gui are pretty hard to
achieve and probably you have to do different code for the IE and all
other browsers.