RE: DynaActionForm/DynaValidatorForm 'losing' state

2004-05-17 Thread Mainguy, Mike
The first things I would investigate would be #1 Do you REALLY have sticky sessions (could be misconfigured) #2 Are ALL the session timeouts set properly? Is the sticky session is set to timeout after 5 minutes but the app server session times out after 10 minutes or visa versa. #3 Is the user id

RE: [FRIDAY] [WAS]RE: EJB+STRUTS Architecture

2004-04-16 Thread Mainguy, Mike
'm not much mistaken. On 04/16/2004 03:49 PM Mainguy, Mike wrote: > I prefer to use the Singleton Business Delegate Value Object Pattern to > implement a Service Oriented Architecture ;) > > < goal>> > > -Original Message- > From: Rajesh, Harikrishnan

[FRIDAY] [WAS]RE: EJB+STRUTS Architecture

2004-04-16 Thread Mainguy, Mike
I prefer to use the Singleton Business Delegate Value Object Pattern to implement a Service Oriented Architecture ;) <> -Original Message- From: Rajesh, Harikrishnan (H.) [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 12:01 AM To: [EMAIL PROTECTED] Subject: EJB+STRUTS Architec

RE: save form fields

2004-04-16 Thread Mainguy, Mike
My quick and dirty solution is to have everylink submit the form and set an attribute that tells where it should go. The client side version is pretty much the same thing, but with a popup window. <> -Original Message- From: Mike Fotiou [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15

RE: Tiles basics

2004-04-09 Thread Mainguy, Mike
You'll want to go to http://struts.apache.org, but the tiles stuff is included with struts (at least 1.1). I'd suggest downloading a new copy of struts (especially if you're using the old 1.0 version). I believe there is even an example webapp that uses tiles included if you download the proper

RE: nesting c:forEach loops

2004-03-29 Thread Mainguy, Mike
Maybe try: > > > > > > > > > > property="courseTitle"/> > > > > > <> -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 1:08 PM To: Struts Users Mailing List Subject: RE: