I have a simple User object with two boolean values in the class:
        locked
        active

I use the 'isLocked()' and 'isActive()' convention instead of 'getLocked()' and 
'getActive()'.

Does html:radio work with 'is' instead of 'get'?  I am having page compilation 
problems telling me that 'getLocked' and 'getActive' cannot be resolved.

btw, I searched the archives for this question to prevent a redundant question, but 
Nagoya.apache.org is 1) way too slow to be useful and 2) people don't use descriptive 
enough subjects to be browseable.

thanks in advance,
mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to