Results 1 to 2 of 2
Thread: Combobox Problem?
- 07-27-2010, 10:27 AM #1
Member
- Join Date
- Jul 2010
- Posts
- 1
- Rep Power
- 0
Combobox Problem?
Dear ,
i have 4 combo box, By first combo box i am getting values in second and third combo box through itemstatechange event.
And by third combo box i am getting values in 4th combo box .
But when i select any other valure from first combo box. It irritate me by no effect rather just null values.
I saw the code and find one line code combobox3.removeallitem();
when i remove this line of code then it run perfectly but in combobox3 the old and new values are making dublicates. There is any solution for removeallitem(); code because its giving me the problem.
Urgent reply please...
- 07-27-2010, 10:56 AM #2
Before you remove the items from combobox3 you have to remove it's itemListener. The listener will fire when you remove all items.
Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]
The Ubiquitous Newbie Tips
Similar Threads
-
problem with <rich:comboBox>
By raj18 in forum JavaServer Faces (JSF)Replies: 1Last Post: 11-15-2009, 05:26 AM -
problem in combobox
By 435.mahesh in forum AWT / SwingReplies: 3Last Post: 05-04-2009, 05:12 AM -
Problem in combobox
By santhosh_el in forum AWT / SwingReplies: 4Last Post: 04-03-2009, 04:01 AM -
Need Help combobox
By kwink in forum AWT / SwingReplies: 3Last Post: 03-21-2009, 10:05 AM -
problem with combobox as a TableCellEditor
By sandeepsai39 in forum New To JavaReplies: 0Last Post: 03-20-2009, 11:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks