Using a javabean inside a servlet?
843841Sep 2 2005 — edited Sep 8 2005Basically i want to fill data inside a javabean using a servlet. I've tried using the out.println statement to generate HTML but it just prints out <jsp:useBean id= statement. Inserting the usebean statement into the servlet just invokes a compilation error (i knew that wouldn't work simply because servlets are .java files) Any ideas?