this looks like a bug...

to go arround it you can call:
    private void onActionFromLink1()
    {
            // Some Business logic
            // Navigation logic
            this.componentResources.triggerEvent( "Link2", null,null );
    }
but beware this will not generate anothers request,
and any hibernate session will be the same for onActionFromLink1
and for onLink2

Davor Hrg

On Feb 20, 2008 6:40 PM, jeffrey ai <[EMAIL PROTECTED]> wrote:
>
> Sorry, I don't quite get how is that related.
> In this case, I am not using onActivate and onPassivate at all.
> I am just trying to get an action link in an event handler method.
>
> Cheers,
> Jeffrey Ai
>
>
> quick guess ....
> are you returning any null values in onPassivate ?
>
> Davor Hrg
>
> --
> View this message in context: 
> http://www.nabble.com/T5-5.0.10%3A---ComponentResources.createActionLink-broke-after-upgrade-from-5.0.6-to-5.0.10-tp15562416p15594441.html
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to