having problem Using Indexed properties with Multi select inside logic iterate

2006-06-27 Thread krishan rathi
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

having problem Using Indexed properties with Multi select inside logic iterate

2006-06-27 Thread Krishan Rathi
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