RE: html:radio 'property' doesn't work with 'isBoolean()' type method call?

2003-11-25 Thread Turansky, Mark
o: Struts Users Mailing List Subject: Re: html:radio 'property' doesn't work with 'isBoolean()' type method call? 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? -dan

Re: html:radio 'property' doesn't work with 'isBoolean()' type method call?

2003-11-25 Thread Daniel A. Torrey
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

html:radio 'property' doesn't work with 'isBoolean()' type method call?

2003-11-25 Thread Turansky, Mark
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