re: Testing a boolean function

2005-08-30 Thread Leon Rosenberg
. Regards Leon > -Ursprüngliche Nachricht- > Von: Murray Collingwood [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 31. August 2005 03:56 > An: user@struts.apache.org > Betreff: Testing a boolean function > > Hello > > I want to place a 'Configuration' link

Testing a boolean function

2005-08-30 Thread Murray Collingwood
Hello I want to place a 'Configuration' link on a page if the currently signed on user has an appropriate security level. My security level (as a column in my User table) is defined as INT with a value from 0 through 10. The user needs to have security of 10 in order to see this link. I hav