when we use interface and when we use abstraction?
Well,How can I write a Table with display tag to the response stream?
hemamalini nithyanandam wrote:will change to jstl .. will change the practice from now onwards. thank you so much for the suggestions
surya naidu wrote:Well..but My Question was how do i get it on to the JSP from an AJAX call?
An error occurred at line: 68 in the jsp file: /index.jsp
From cannot be resolved
65: {
66:
67: String from=(String)fromList.get(i);
68: out.println("<option value='" + From + "'></option>");
69: }
70: %>
71: </select>
here from is small case.String from=(String)fromList.get(i);
68: out.println("<option value='" + From + "'></option>");