Re: ProgressiveDisplay component - context retrieval

2009-11-17 Thread Andy Pahne
Thiago H. de Paula Figueiredo schrieb: Em Tue, 17 Nov 2009 11:32:40 -0200, Andy Pahne escreveu: Now I want to know: how can I access the ProgressiveDisplay's context inside my custom RetrieveAvailabilityAndPrice component. I don't know how to do that. Create a parameter in RetrieveAvailabi

Re: ProgressiveDisplay component - context retrieval

2009-11-17 Thread Thiago H. de Paula Figueiredo
Em Tue, 17 Nov 2009 11:32:40 -0200, Andy Pahne escreveu: Now I want to know: how can I access the ProgressiveDisplay's context inside my custom RetrieveAvailabilityAndPrice component. I don't know how to do that. Create a parameter in RetrieveAvailabilityAndPrice to do that. -- Thiago H

ProgressiveDisplay component - context retrieval

2009-11-17 Thread Andy Pahne
I have defined a ProgressiveDisplay component like in the snippet below. Now I want to know: how can I access the ProgressiveDisplay's context inside my custom RetrieveAvailabilityAndPrice component. I don't know how to do that. Thank you, Andy