Re: Emulate a modal screen (Struts newbie)

2004-08-24 Thread Erik Weber
Perhaps the J2EE pattern "Use a Synchronizer Token" could be of use or even be a complete solution. Struts has built-in support for this in the form of several Action methods (such as isTokenValid(HttpServletRequest) -- which checks to see if the value of a "timestamp" stored as a session attri

Re: Emulate a modal screen (Struts newbie)

2004-08-23 Thread lixin chu
i am tring Struts Workflow Extension, which I guess should be able to support your use case. however, I am not sure how it handles multiple window in the same session. --- "Varley, Roger" <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to write what is esentially a web based > data entry program

Emulate a modal screen (Struts newbie)

2004-08-23 Thread Varley, Roger
Hi I'm trying to write what is esentially a web based data entry program using struts. I obviously can't use pessimistic database locking and optimistic locking becomes a nightmare when the client is able to open multiple edit windows across multiple records at the same time - so I'd like to si