Hi,
I want to inject a service in a page with service id,when I use
@Inject
@Id("serviceid")

It seems that does not inject the service with "serviceid".

Instead of use

@Inject
@Servcie("serviceid")

It works well.

Does the @Id annotation can't be used in a page class?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to