Chandran Madesh

Greenhorn
+ Follow
since Nov 30, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chandran Madesh

Hi,

Did you find a way to pass the <bean:write> tag to java script function?, If yes could you pl share the details. Am also stuck with same problem.

Regards,
Chandran
13 years ago
Hi Shankar,

Thanks for your post.

Already i tried this onclick action. As far as i know, the one option to get the selected value is iterate all the multibox and check is it selected, if <Multibox>.checked==true read the value. The below is the js function i used to read the Multibox value. This is working fine when the mutibox is selected. But when the Multi box is delected i couldn't get the value as the current deselected box fail for the .checked==true condition.


Do you see any other option.

>
13 years ago
Hi,

In one of my jsp page, i am iterating some values with Multibox. As part of requirement, i need to populate the selected multibox value in another text box. Also the value needs to be removed from the text box when the corresponding multibox is unchecked.

I was able to make the first part(populate the value when a multibox is selected) working with the help of onclick JS function. But i couldn't make the second part work properly. I tried using hidden variable, JS array, but i could not get the value when a multibox is unchecked.

I want to know is there a way to get the value when a multi box unchecked.

Any suggestions / input would be appreciated.

Thanks in Advance,
Chandran
13 years ago
Hi,

I am new to WebService. i wanted to create and deploy a sample WebService. I just browse through the internet. i am seeing lot of technologies (like Axis, GlashFISH), IDEs, Packages(like SJWSD) are there.

I wanted to know which WebService technology is mostly used in real time Web Application.

Can somebody give me an Idea on this?

Thanks,
Chandran M
14 years ago