RE: determining session timeout value

2004-04-22 Thread hernans
Yeap! http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.html#getMaxInactiveInterval() I think getMaxInactiveInterval on the HttpSession should give you what you want. -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 13:36 To:

Re: Validator question

2004-04-22 Thread hernans
In de Struts Validator guide, under the title Conditionally required fields is an example of how to do conditional requirement. http://jakarta.apache.org/struts/userGuide/dev_validator.html Hope it helps Hernan Hi all, I need help on struts validator. I have a form bean with two

setLocale

2004-04-22 Thread hernans
Hi. I have been trying to get to work the i18n in an application I'm working on and can't make it work. I found something wrong in the setLocale. In the login Action I'm using the following code: --- LoginAdminForm f = (LoginAdminForm) form; if (f.getLang().equals(es)) {