RE: Displaying images from database.

2006-07-25 Thread David Soler
Try the following: /*** JSP file / <%@ taglib uri="/tags/struts-html" prefix="html" %> <% HashMap params = new HashMap(); params.put("ID", request.getParameter("ID")); pageContext.setAttribute("params", params); %> /*** Action class */ import javax.servl

RE: A problem with form-based login

2006-07-25 Thread David Soler
u in the right direction. Jose Cardoso jr -Original Message- From: David Soler [mailto:[EMAIL PROTECTED] Sent: 25 July 2006 12:27 To: user@struts.apache.org Subject: A problem with form-based login Hi, I have a problem with form-based login. This way of login remembers the page wher

A problem with form-based login

2006-07-25 Thread David Soler
Hi, I have a problem with form-based login. This way of login remembers the page where you want to go when the session expires, but I don't want this. I always want it to go to the index page, because the index page must do some operations before entering the page. Somebody knows how to do