Hi everyone:)
I want example code to make two level chained drop down list box in JSF only.
n in both drop down list, items should come from database tables only...
So, please help me out.Reply...
Type: Posts; User: rahulj5; Keyword(s):
Hi everyone:)
I want example code to make two level chained drop down list box in JSF only.
n in both drop down list, items should come from database tables only...
So, please help me out.Reply...
Hi...everyone :)
Below i have attached my code. This code is working.....but i want some modification in that code such that when i select 'vegetable' or 'fruits', it should give list of that...
please i have send this my code...pleae help me out
Domain.java
package com.web.abc.integration.model;
import java.util.HashMap;
public class Domain {
private int domainId;...
I have pagination in the page. The problem I have is, I will loose the status of the checkbox when I go to second page. If I select some of the checkboxes in page 1 and go to page 2 to select some...