Rashedul: The implementation for perInfoAll in the backing bean should be a string array with its getter and setter. Sample implementation can be: private String perInfoAll[]; public String[] getPerInfoAll() { return perInfoAll; } public void setPerInfoAll(String perInfoAll[]) { this.perInfoAll = perInfoAll; }
View All Comments
| View Tutorial