Re: Struts Form Population

2006-02-06 Thread [EMAIL PROTECTED]
From: Niall Pemberton [mailto: [EMAIL PROTECTED] To: user@struts.apache.org, [EMAIL PROTECTED] Date: Mon, 6 Feb 2006 15:39:49 +0000 Subject: Re: Struts Form Population Indexed properties strictly speaking should be arrays - although inearlier JDK versions they worked with Lists as well - BeanUti

Re: Struts Form Population

2006-02-06 Thread Niall Pemberton
Indexed properties strictly speaking should be arrays - although in earlier JDK versions they worked with Lists as well - BeanUtils allows for lists or arrays. Collections don't have a position or index - so you can't have Collection backed index properties. Niall On 2/6/06, [EMAIL PROTECTED] <[

RE: Struts Form Population

2006-02-06 Thread [EMAIL PROTECTED]
feel free to share. --- On Mon 02/06, Garner, Shawn < [EMAIL PROTECTED] > wrote: From: Garner, Shawn [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Mon, 6 Feb 2006 09:22:23 -0600 Subject: RE: Struts Form Population I believe it is the get method.So if you're property

Re: Struts Form Population

2006-02-06 Thread [EMAIL PROTECTED]
< [EMAIL PROTECTED] > wrote: From: Frank W. Zammetti [mailto: [EMAIL PROTECTED] To: user@struts.apache.org Date: Sat, 04 Feb 2006 08:46:38 -0500 Subject: Re: Struts Form Population Hi Paul,The question is really what will BeanUtils do because Struts uses BeanUtils to populate the form.Looking

RE: Struts Form Population

2006-02-06 Thread Garner, Shawn
tates; } Shawn -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Saturday, February 04, 2006 12:37 AM To: user@struts.apache.org Subject: Struts Form Population When struts auto populates the form, does it look for set methods? And does it check that the method

RE: [SPAM] Re: Struts Form Population

2006-02-05 Thread Jitendra Kumar
I didn't receive any content in the mail. Please re send you mail. thanx -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 11:36 AM To: Struts Users Mailing List Subject: [SPAM] Re: Struts Form Popul

Re: Struts Form Population

2006-02-04 Thread Dakota Jack
You can do what Frank suggests, which I agree with in total, or you can just try it and see what happens. Probably is quicker to try it and see than to ask on this list. On 2/3/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > > When struts auto populates the form, does it look for set methods? > An

Re: Struts Form Population

2006-02-04 Thread Frank W. Zammetti
Hi Paul, The question is really what will BeanUtils do because Struts uses BeanUtils to populate the form. Looking at the docs, I see this: java.lang.IllegalAccessException - if the caller does not have access to the property accessor method java.lang.IllegalArgumentException - if bean or n

Struts Form Population

2006-02-03 Thread Paul Benedict
When struts auto populates the form, does it look for set methods? And does it check that the methods are public? For instance, if the "foo" parameter comes in and my setFoo method is protected or private, will it ignore it? Paul - Bring

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