Hi i am trying to use a multi select box in logic iterate
in this way
in the form bean i have following code.
private Map selectedBooks;
public Object getBookMapped(String index) {
return selectedBooks.get(key);
}
public void setBookMapped(String index,Obj
Hi i am trying to use a multi select box in logic iterate
in this way
in the form bean i have following code.
private Map selectedBooks;
public Object getBookMapped(String index) {
return selectedBooks.get(key);
}
public void setBookMapped(Stri
2 matches
Mail list logo