aspose file tools
The moose likes Servlets and the fly likes Can a Servlet be both a loaded Servlet and a Javabean in useBean? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Can a Servlet be both a loaded Servlet and a Javabean in useBean?" Watch "Can a Servlet be both a loaded Servlet and a Javabean in useBean?" New topic
Author

Can a Servlet be both a loaded Servlet and a Javabean in useBean?

Robert Paris
Ranch Hand

Joined: Jul 28, 2002
Posts: 585
I want my Servlet to both be a servlet and also be able to be used as a bean in the tag:
<jsp:useBean id="formHandler" class="FormHandler scope="request" />
I have two questions:
1. Can this be done?
2. If a form is posted and it's sent to my servlet, if the servlet is also used on the page in the "useBean" tag, and it sets non-static variables in itself, will the useBean version of it be able to get those? Can I make them the same object?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can a Servlet be both a loaded Servlet and a Javabean in useBean?
 
Similar Threads
usebean query
Mapping Beans to Servlets
useBean and class inheritance
JSP Debugging
Display pdf file contents through jsp