html:select / html:options

2004-03-23 Thread Christian Schlaefcke
Hi Folks! for several days I mess around with html:select and html:options. I want to access a collection with names or numbers (just java.lang.String). This collection is available in the session. For testing I generated my own collection in the jsp % java.util.Collection list = new

Struts, Tiles, javax.servlet.Filter: Redirect Problem

2004-03-12 Thread Christian Schlaefcke
Hi Folks, This is the situation: A struts application that uses tiles. A user needs to logon to work with the app. A logged-on user has a value object userSessionVO with some authenication parameter in the session. A not-logged-on user could be identified by the missing session attribute. To

Re: Struts, Tiles, javax.servlet.Filter: Redirect Problem

2004-03-12 Thread Christian Schlaefcke
(request, response); rather than redirect. On 12 Mar 2004, at 10:59, Christian Schlaefcke wrote: Hi Folks, This is the situation: A struts application that uses tiles. A user needs to logon to work with the app. A logged-on user has a value object userSessionVO with some authenication

ActionForm - redirect to custom JSP after validation failed

2004-01-13 Thread Christian Schlaefcke
Hi Folks, I have a simple login.jsp that I want to validate. So I have a Class LoginForm with a validate method, that fills up the ActionErrors with the errors that might occur (missing username/password, wrong username/password). Later the execute method of the corresponding Action class

RE: ActionForm - redirect to custom JSP after validation failed

2004-01-13 Thread Christian Schlaefcke
-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Christian Schlaefcke [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 9:27 AM To: [EMAIL PROTECTED] Subject: ActionForm - redirect to custom JSP

Re: Dynamic Tiles?

2004-01-12 Thread Christian Schlaefcke
Could you check your system date (01.01.1970). Its bad getting new mails for a thread at the very bottom of a maildir. Thanks and Regards, Chris Here goes a response to your question... Pedro Salgado - PREVIOUS MESSAGE (on this mailing list) Hi Robert.. I guess you could

Different session handling between websphere and tomcat

2003-11-18 Thread Christian Schlaefcke
Hi, I´m running Struts 1.1 with Tomcat 4.1.24 and also with Websphere (wsad) 5. I have a tiny application developed under wsad running fine under tomcat. When I try to deploy the same app to websphere I´m constantly getting nullpointer exception for the objects I try to pass from my action class