[
http://issues.apache.org/jira/browse/TAPESTRY-602?page=comments#action_12330854
]
Ron Piterman commented on TAPESTRY-602:
---------------------------------------
Ofcause, there are workarounds, but the annotations cover, as far as I can see,
all the functionality of the .jwc xml. With one exception: the property default
value. Why? There is a tremendous difference between
@Property(init="actor.firstName")
and
public void finishLoad(...) {
super.finishLoad(...)
setActorName(getName().getFirstName());
}
It is very unclear in the code - you have to look for it etc.
Is it such a big deal adding a default value top the property annotation, or
why do you think its out of place?
> Add annotation to define default value of property
> --------------------------------------------------
>
> Key: TAPESTRY-602
> URL: http://issues.apache.org/jira/browse/TAPESTRY-602
> Project: Tapestry
> Type: Wish
> Reporter: Ron Piterman
> Assignee: Howard M. Lewis Ship
>
> If one uses annotations, there is currently no way to define a default value
> for a property.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]