chris wrote:

<snip-o-la />

MUST NOT
--------
implement a "public boolean is{ParamName}()" method
- doing so will prohibit the set{ParamName} method's invocation via the <set-property ...>

Worked that out the hard way myself two days ago. I thought the convention was to name the getter for a boolean 'isFlag()'. But not on Planet Struts. After blubbing like a stuck pig for an hour I finally stabbed in the dark and named my getter 'getFlag()'. Presto-hey! It all worked.


Frameworks...you gotta love 'em.

--
bOOyah


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



Reply via email to