You'll have a property for the list in page A and an abstract setter for this property. So now in page B just inject page A using the @InjectPage annotation, call the setter for this list and return the page object in your listener method. Or use the PropertyUtils.write(pageObject, "propertyName", valueObject) method in the org.apache.hivemind.util package.

Uli

Paolo Scopa schrieb:
Hi all,
got a bit blocked here: i need to return a value to the invoking page.
Page A calls page B -
in Page B I select a list of item from a longer list
when I press OK on page B, the browser returns to page A where the list is
set according to the selection made.
I can set the returning page but cant find a way to set there the value to
return.

I tried different ways but cant find a solution.
Any help ?

Paolo



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

Reply via email to