Re: InjectPageLink and InjectExternalLink

2006-12-13 Thread jimlaren
done! http://issues.apache.org/jira/browse/TAPESTRY-1184 andyhot wrote: Looks interesting. Please add a JIRA and attach the files there. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: InjectPageLink and InjectExternalLink

2006-12-13 Thread Renat Zubairov
Hi, Very good, indeed very good proposal. I'll use it right away. Thank you. Renat On 12/12/06, jimlaren [EMAIL PROTECTED] wrote: As a return type of listener method,ILink can be used to perform a redirect-after-post.So it will be a great convenience to inject ILink using annotations.

InjectPageLink and InjectExternalLink

2006-12-11 Thread jimlaren
As a return type of listener method,ILink can be used to perform a redirect-after-post.So it will be a great convenience to inject ILink using annotations. @InjectPageLink(Home) public abstract ILink getHomeLink(); @InjectExternalLink(ShowCategory) public abstract ILink getCategoryLink(Long

Re: InjectPageLink and InjectExternalLink

2006-12-11 Thread andyhot
Looks interesting. Please add a JIRA and attach the files there. jimlaren wrote: As a return type of listener method,ILink can be used to perform a redirect-after-post.So it will be a great convenience to inject ILink using annotations. @InjectPageLink(Home) public abstract ILink