2. JSP has a div id name "Results" which will be displayed as a POPUP after the ajax call.
3. The EJB process does some DB query and has the results in a Java Object with get/set methods put in the request attribute.
4. I want to populate the resuts div with the data from the above mention java object which is available in the request scope.