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
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
2 matches
Mail list logo