You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by 罗天 <ro...@gmail.com> on 2005/11/09 04:27:40 UTC

TP4 can't enhance a Boolean property of page

I tried to add a Boolean property to a page, I choose Boolean over boolean
because the previous can be null:
public abstract Boolean isSelected();

But the enhanced class did not have the property.
Is it better to let the enhancer do this, rather than force developer to
define it by hand?