Re: Object creator set to null..

2011-04-11 Thread Rich M
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

Re: Object creator set to null..

2011-04-08 Thread robnangle
> } >> else if(user.getUserType().equalsIgnoreCase(null)) { >> adminUser = false; >> } >> return adminUse

Re: Object creator set to null..

2011-04-08 Thread Richard Hill
)) { > > adminUser = true; > > setAdminUser(true); > > } > > else if(user.getUserType().equalsIgnoreCase(null)) { > > adminUser = false; > >

Re: Object creator set to null..

2011-04-08 Thread Richard Hill
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

Re: Object creator set to null..

2011-04-08 Thread robnangle
} 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

Re: Object creator set to null..

2011-04-08 Thread Richard Hill
} > else { > login.recordError("Invalid Login"); > return loginPage; > } > } > > In the tml i just use the statements to determine between the different > types.. > > Any id

Object creator set to null..

2011-04-08 Thread robnangle
} } 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 -