Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using a javabean inside a servlet?

843841Sep 2 2005 — edited Sep 8 2005
Basically 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2005
Added on Sep 2 2005
3 comments
160 views