It's working for me, Struts 1.1 & Tomcat 4.1.29. My method is called "isActive()". Can you post your JSP, User source,struts-config.xml?
-daniel Daniel A. Torrey daniel at datorrey dot net Quoting "Turansky, Mark" <[EMAIL PROTECTED]>: > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

