1. setting a bean property from servlet and redirecting to jsp coderanch.com |
2. Passing redirect from bean class to JSP coderanch.com |
3. redirect a bean? coderanch.comHello, 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 |