Re: Setting up a very simple login page

2007-09-11 Thread Cristina
Hi Carlos, thanks so much for your explanation. Your 1st reply was already helpful as I was able to notice my mistake after you pointed it out :-). I apologize for posting sample code with such an obvious mistake in it. By the way, the page is working as it should now... Best regards, Cristina

Re: Setting up a very simple login page

2007-09-10 Thread Carlos Pita
private Employee e; [...] public LoginForm(final String id) { super(id); setModel(new CompoundPropertyModel(e)); Notice that your model is null. Regards, Carlos On 9/10/07, Cristina [EMAIL PROTECTED] wrote: Hello, I'm trying to set up a simple login