redirect « Bean « JSP-Servlet Q&A





3. redirect a bean?    coderanch.com

Hello, Can please someone help me with the following problem. after a login and data is taken out of the data base throu a sevlet the data is set into a bean and works fine in the first jsp file: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ page import="nl.business.dbbean.*" %> <%@ page session="true" ...

4. redirecting to a jsp page from bean    forums.oracle.com