I am reposting this question because I didn't get an answer previously.

I have this below in my component class. As I understand it, this should set 
the 'showDescription' parameter I am describing to default to true. However, 
at runtime, the parameter is defaulting to false. 

@Parameter(defaultValue="true")
public abstract boolean isShowDescription();
public abstract void setShowDescription(boolean showDescription);

Does anyone have any ideas why this doesn't work as expected? Is my 
configuration incorrect or is it a bug in Tapestry4-rc1 that I should 
register on JIRA?

regards,
Scott

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

Reply via email to