you don't need to define a property in your .jwc unless you need to
persist your property or set an initial-value.
to define a property you just add an abstract getter method. Tapestry
will make that a property.
The equivalent to <property persist...> is @Persist.
currently there is no annotation to set initial property value, so you
have to use the .jwc, see http://issues.apache.org/jira/browse/TAPESTRY-602
ציטוט Henri Herscher:
Hi,
I cannot see the equivalent of the <property-specification> tag in T4
annotations. I want to create a persistent property in my component
that is not a <parameter>.
Any ideas ?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]