Re: ActionForm Stringvariables

2006-03-16 Thread Julian Tillmann
ah, ok, well thanks, that was rather illuminating :) thanks a thousand Julian > --- Ursprüngliche Nachricht --- > Von: "Leon Rosenberg" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: ActionForm Stringvariables > Datum: Thu,

Re: ActionForm Stringvariables

2006-03-16 Thread Leon Rosenberg
; Von: "Leon Rosenberg" <[EMAIL PROTECTED]> > > An: "Struts Users Mailing List" > > Betreff: Re: ActionForm Stringvariables > > Datum: Thu, 16 Mar 2006 11:06:50 +0100 > > > > 1. The general rule is: never use null. > > 2. The specific r

Re: ActionForm Stringvariables

2006-03-16 Thread manny Calaverra
OTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: ActionForm Stringvariables > Datum: Thu, 16 Mar 2006 11:06:50 +0100 > > 1. The general rule is: never use null. > 2. The specific rule for your application must be given by your > application, but in doub

Re: ActionForm Stringvariables

2006-03-16 Thread Leon Rosenberg
1. The general rule is: never use null. 2. The specific rule for your application must be given by your application, but in doubt the general rule applies. regards leon On 3/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm a newbie to struts and I have a question concerning