Nelvin Corbita

Greenhorn
+ Follow
since Mar 01, 2016
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 Nelvin Corbita

I did by doing this:


But I get the error CheckComboBox cannot be cast to java.util....
7 years ago
I already get the values of the CheckComboBox by using getSelectedItem() method of jcombobox. My problem now is how to store it in an array so that it will display list of selected items because whenever I tried it I always get the exception CheckableItem cannot be cast...
7 years ago
I have a CheckedComboBox class that display jcheckbox inside jcombobox. I am having problems in getting the selected items in the CheckedComboBox and put it in a variable to be used for database insertion. I have also having problem in populating it with data from database. Here is the snippet of my code:


And this is the CheckedComboBox:



Note: Feel free to copy and use the CheckedComboBox...
7 years ago
Yes I did that and it really returns empty and check also the pictures that I posted. The script is missing in elements view that is why it's returning undefined...
I changed my code to

I removed also the onchange in the select control but no result...
I tried this code but none is shown in the console and no alert
I looked up in elements and search the showDeliveryDays script that I created but it was not there..... Please check the attached jpg
I already using console log and it's pointing in the


I am using chrome and I also tested my project in my mozilla and console log returns this onchange() means empty....
I have a view:


in my js script:


and in my controller:


I am laready using the codes above in my other projects and I have no problem at all but when I use it in my current project I always get Uncaught ReferenceError: function is not defined every time I add a function in select onchange but my other scripts is working fine.....