Thanks Uli,
only problem is that i was planning to call page B from different pages, so
i dont know which one to inject.
Maybe will try the PropertyUtils.write, even if it seems to be a little
unsafe (does not assure that the property exists in page A when compile).
Paolo


Ulrich Stärk wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T4.1-Returning-a-list-to-a-page-tf4242051.html#a12071279
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to