f(user.getUserType().equalsIgnoreCase(null)) {
adminUser = false;
}
return adminUser;
}
However it never goes by the first if when the user is not an admin
user..
--
View t
> }
>> else if(user.getUserType().equalsIgnoreCase(null)) {
>> adminUser = false;
>> }
>> return adminUse
)) {
> > adminUser = true;
> > setAdminUser(true);
> > }
> > else if(user.getUserType().equalsIgnoreCase(null)) {
> > adminUser = false;
> >
t; }
> return adminUser;
> }
>
> However it never goes by the first if when the user is not an admin user..
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Object-creator-set-to-null-tp42
}
return adminUser;
}
However it never goes by the first if when the user is not an admin user..
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Object-creator-set-to-null-tp4290653p4290718.html
Se
}
> else {
> login.recordError("Invalid Login");
> return loginPage;
> }
> }
>
> In the tml i just use the statements to determine between the different
> types..
>
> Any id
}
}
In the tml i just use the statements to determine between the different
types..
Any ideas as how to get around this?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Object-creator-set-to-null-tp4290653p4290653.html
Sent from the Tapestry -