Actually, I am not sure how to to it you way Igor. Here is what I tried:
*
@OnEvent(value = EventConstants.ACTION, component = "modify")
Object modifyJobPosting() {
   return componentResources.createEventLink(EventConstants.ACTION,
jobPosting);
}
*
*<t:actionlink t:id="modify" context="jobPosting.idJobPosting"
>modify2</t:actionlink>*

However I know it does not make sense. Can you please help?

Regards,

Julien.

2011/7/25 Julien Martin <bal...@gmail.com>

> Thanks to both of you.
>
> @NilleHammer: it works with the page link. Thanks.
> @Igor: if I want to follow your suggestion, can I still use an actionLink
> or do I need an Eventlink instead?
>
> J.
>
>
> 2011/7/25 nillehammer <tapestry.nilleham...@winfonet.eu>
>
>> Me again, I have a typo in the pagelink (damn copy and paste). The value
>> for
>> the context parameter must be "jobPosting" of course.
>>
>> -----
>> http://www.winfonet.eu
>> --
>> View this message in context:
>> http://tapestry.1045711.n5.nabble.com/Beginner-needs-help-with-PageActivationContext-and-page-navigation-in-Tapestry-tp4631566p4631615.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>

Reply via email to