Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-26 Thread temp temp
I am facing a problem using JS control taglib I have two perpopulated lists when the page is loaded I see the two lists with all the values . Suppose user submits the form with out touching the lists ie the page gets loded and user clicks submit with out making any changes to the

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-23 Thread Angelo zerr
No problem. I'm happy that JSControlsTags please you. Regards Angelo 2007/3/23, temp temp [EMAIL PROTECTED]: It works Thank you very much.Sorry for the complain It was my mistake i just downloaded src after ur reply i downloaded use cases i was able to run the jsp it works. Once

[JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread temp temp
I want a jsp page which should have the capability to drag and drop in the sense suppose I have a two list select size=3 optionCalifornia -- CA/option optionColorado -- CO/option optionConneticut -- CN/option /select

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread Angelo zerr
Hi, you can see JSControlsTags project at http://jscontrolstags.sourceforge.net/ . There is Swap control (see at http://jscontrolstags.sourceforge.net/controls/swap/swap.html) which is enable to swap items select to another select with drag/drop. it is based on Scriptaculous and Proototype. You

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread temp temp
I tried swap control in my application but it does not work the site has no documentation, no complte examples can I get more assistance with this ? Thanks Regards Angelo zerr [EMAIL PROTECTED] wrote: Hi, you can see JSControlsTags project at

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread Angelo zerr
Have you download usecase jscontrolstags-usecases-1.0-b1? You can found it http://sourceforge.net/project/showfiles.php?group_id=175409 Swap document is here http://jscontrolstags.sourceforge.net/controls/swap/swap.html Angelo 2007/3/22, temp temp [EMAIL PROTECTED]: I tried swap control in

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread temp temp
I downloaded all the required files but they donot have a sample application with which I can play make changes test results they have jsp code which is not complete and no tutorial on how to get started are there any other providers with good documentation and examples ? Thanks

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread Angelo zerr
There is not another documentation (it's my project). have you try to deploy the war jscontrolstags-usecases-1.0-b1.war? You sample with swap. I'm agree with you documentation is poor, I will try write it. See swap3.jsp. You have an sample. have you insert javascript and css in your page?

Re: [JSP] drag drop capability in a jsp is this possible ?

2007-03-22 Thread temp temp
It works Thank you very much.Sorry for the complain It was my mistake i just downloaded src after ur reply i downloaded use cases i was able to run the jsp it works. Once again tahnk you very much. Thanks Regards Angelo zerr [EMAIL PROTECTED] wrote: There is not another