Those are the main ones.
In addition, there are marker annotations, used as part of service
injection, scattered about. These are used to differentiate which
particular service to inject when multiple services implement the same
service interface.
On Jan 9, 2008 1:22 PM, Franz Amador <[EMAIL PROT
[Franz Amador] By the way, is there a list of Tapestry5 annotations and what
they
do? I haven't seen one on the web site or the wiki.
[Howard Lewis Ship] I think the JavaDoc is a perfectly good reference.
Okay, but it'd still be nice to know where to look for them. I've found these:
tapestry
reference.
>
>
> - Original Message
> From: Howard Lewis Ship <[EMAIL PROTECTED]>
> To: Tapestry users
> Sent: Tuesday, January 8, 2008 7:00:54 PM
> Subject: Re: T5: beaneditform component error message
>
>
> @Component defines a component, it does no
t of Tapestry5 annotations and what they do? I
haven't seen one on the web site or the wiki.
- Original Message
From: Howard Lewis Ship <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Tuesday, January 8, 2008 7:00:54 PM
Subject: Re: T5: beaneditform component error message
@C
@Component defines a component, it does not inject an existing
component. You've ended up with two BeanEditForm components, one
named "beaneditform" (from the Java code) and one anonymous (from the
template). Change the to, say ... or (better, for your example),
remove the beaneditform variable
I'm getting this error in the console:
[ERROR] FormPage Embedded component(s) beaneditform are defined within
component class com.[...].pages.FormPage, but are not present in the component
template.
when I have this template:
Form
Form
and this page class:
public c