Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
m is within a page that was produced as the result of the first ever session request to a url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
truts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 12:22:13 +0300 Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the fo

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Emmanouil Batsis
Mark Benussi wrote: There is no security implemented. Is it possible that the JSP is not session aware and thus a session is not created to carry the form (and it's fields?)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Mark Benussi
url on the server (phew!). Original Message Follows From: Adam Hardy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: Tomcat Struts form population problem in PRODUCTION Date: Tue, 07 Jun 2005 09:03:32 +0100 What sort

Re: Tomcat Struts form population problem in PRODUCTION

2005-06-07 Thread Adam Hardy
What sort of security are you using? Container-managed? SSL? And what exactly do you mean? Which values disappear? The login form fields? On 07/06/05 07:08 Mark Benussi wrote: I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and th

Tomcat Struts form population problem in PRODUCTION

2005-06-06 Thread Mark Benussi
I am submitting a Struts form in my live application but the values seem to be getting lost between my browser and the population of my ActionForm. This only happens if the login page is the first request of the session. If you click around on the site (even once) and then submit the form the v