Thank you for your reply.
But I may not pass parameters through setters,because what I need is that
different parameters with different type and page navigation was just
through page link.
So is there any other suggestion?
Hi kiuma,
would you please provide me your solution more detail?
thanks.
2005/12/29, Andreas Idl <[EMAIL PROTECTED]>:
>
> Hi
>
> 1. session = use visit objects for session values.
> 2. parameters between to pages = you may call a setter of the destination
> page
>
> here an example of a directlink listener:
>
> Integer value= (Integer)cycle.getServiceParameters()[0];
> DestinationPage page = (DestinationPage)
> cycle.getPage("DestinationPage");
> page.setValue(value);
> cycle.activate(page);
>
> Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>