RE: Re: Security and information passing

2007-05-09 Thread Bruno Melloni
follow the rules. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Tuesday, May 08, 2007 12:27 PM To: user@struts.apache.org Subject: Re: Security and information passing Thom Burnett wrote: > What are the options within Struts (version 1) for pass

Re: Security and information passing

2007-05-08 Thread Laurie Harper
Thom Burnett wrote: What are the options within Struts (version 1) for passing information from one request to the next on a multi-page struts application? I can pass some information as request parameters and hidden inputs on forms but that's not acceptable for credit card numbers, password

Security and information passing

2007-05-08 Thread Thom Burnett
What are the options within Struts (version 1) for passing information from one request to the next on a multi-page struts application? I can pass some information as request parameters and hidden inputs on forms but that's not acceptable for credit card numbers, passwords, etc. What are the oth