Although I don't prefer this style for my own code, I'd like to facilitate
making any code I contribute to Struts or related projects use the standard
Apache coding format. Are there any tools for converting existing code to that
format (including brace conversion)? Related to that, is there a p
If I have no validation errors, I can upload the file successfully; or if I
remove the , then I am able to forward to my dispatch
action correctly when there are validation errors.
I have however not tried with the new multipart file handler in Struts as of
the 20020728 nightly builds.
--
To
On Sun, 28 Jul 2002, Craig R. McClanahan wrote:
> Date: Sun, 28 Jul 2002 15:36:08 -0700 (PDT)
> From: Craig R. McClanahan <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: Struts Developers List <[EMAIL PROTECTED]>
> Subject: Re: Tags: write private "init()" metho
On 28 Jul 2002, David M. Karr wrote:
> Date: 28 Jul 2002 14:58:23 -0700
> From: David M. Karr <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Tags: write private "init()" method to init. vars from cons.
> and release
>
>
> "Craig" == Craig R McClanahan <[EMAIL PROTECTED]> writes:
Craig> On 28 Jul 2002, David M. Karr wrote:
>> Is there some reason the Struts custom tags have redundant initializations of
>> their instance variables, once as implicit initializations, and once in the
>> "release(
On 28 Jul 2002, David M. Karr wrote:
> Date: 28 Jul 2002 10:11:55 -0700
> From: David M. Karr <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Tags: write private "init()" method to init. vars from cons. and
> release
>
> Is there
On Sun, 28 Jul 2002, Martin Cooper wrote:
> Date: Sun, 28 Jul 2002 00:46:50 -0700
> From: Martin Cooper <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: 'Struts Developers List' <[EMAIL PROTECTED]>
> Subject: RE: Last Few Bugs for Struts 1.1-beta-2
>
>
>
> >
Is there some reason the Struts custom tags have redundant initializations of
their instance variables, once as implicit initializations, and once in the
"release()" method? I hope that this code is either generated, or someone has
carefully examined every single one to verify that the implicit i
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 27, 2002 5:23 PM
> To: [EMAIL PROTECTED]
> Subject: Last Few Bugs for Struts 1.1-beta-2
>
>
> It looks like we're on the home stretch for fixing the remaining bugs
> standing in the way o