On Jul 5, 2005, at 2:17 PM, Denis Souza wrote:
2. What do I do when I want to use Tapestry Annotations to create a
non-persistent property? Since there is no @Property annotation,
I'd have to
use @Persist to create a property, but I'm assuming that it
necessarily
creates a persistent property.
The docs have it hidden away under the "Managing Server-Side State"
section of the user guide. It appears all you need is the abstract
accessor and based upon that, the property name and type is inferred
from Tapestry automatically, which is pretty cool.
--
Kevin