Surendra Meka

Greenhorn
+ Follow
since Jan 06, 2011
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 Surendra Meka

thanks for the reply..

But in my case the List values will vary dynamically...so i cannot now the the values present in list.
at this scenario i'm getting this issue.

with regards,
Surendra.
13 years ago
JSF
Hi,

I need some clarification in slectManyListBox.

I have a selectManyListBox which have values "One","two","three".
tried to show the "two" as select in the List from backing bean as [selectManyListBox.setValue("two");]..it is working fine.
tried to set the value of "four" [selectManyListBox.setValue("four")] to List which was not there..okay ..it is not showing as select in the List as its work fine.
then i tried to get the selected values like [selectManyListBox.getValue();] then it is giving "four" as that is not there in the List.
But here it should'nt give the "four" as it is not there in the List & it is not selected.

Can anyone share some suggestions to overcome this.

waiting for the reply...

Thanks,
Surendra.
13 years ago
JSF