Re: populate formbean from jsp

2008-01-22 Thread Laurie Harper
Hans Hedung wrote: In my frombean I have the values String reportName = ""; String reportDescription = ""; With approiate getters and setter Im populating the reportName value in my formbean through the following in my jsp (dropdown) <% java.util.ArrayList reportList = new ArrayL

populate formbean from jsp

2008-01-22 Thread Hans Hedung
In my frombean I have the values String reportName = ""; String reportDescription = ""; With approiate getters and setter Im populating the reportName value in my formbean through the following in my jsp (dropdown) <% java.util.ArrayList reportList = new ArrayList(); reportList.add