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]

Reply via email to