just a quick question:

Philippe Lamote wrote:
> OK, I reconstructed it:
> 
> in model: class Person:
> 
>     
>     public Person() {
>         new Person("","");

what's this? you mean

          this("", "");

otherwise you won't have your fields initialzed.

>        
>     }
>     /**
>      * The user constructed from his Loginname and Password.
>      * @param login The login of the User, known by the system.
>      * @param passw The password of the User, known by the system.
>      */
>     public Person(String login, String passw){
>         this.loginName = login;
>         this.password = passw;
>     }
>     

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to