Okay, I'm getting some weirdness with ognl. I have a component with 2 parameters:
@Parameter(defaultValue="true") public abstract boolean isShowMessages(); @Parameter public abstract Block getPreContent(); In the template, if I do "ognl:preContent" I get a "no property" exception and if I do "ognl:getPreContent()" I get a "no method" exception. But if I do "ognl:showMessages" or "ognl:isShowMessages()" those both work. Any ideas? Is tapestry not enhancing the class correctly? I have T4.0 and ognl 2.6.7. -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]