It's just:
http://localhost:9999/crm/client/listclients

in SearchClient on submit button I run:
        Object onSuccess() {
                listClients.setClient(client);
                return listClients;
        }

the client is the object that holds data thanks to which I want to retrieve
clients in ListClients.onActivate()

Thanks again for help.


cordenier christophe wrote:
> 
> Can you give us the URL that fails ?
> 
> 
> 2009/10/6 976 <amsc...@gmail.com>
> 
>>
>> You mean in ListClients?
>> When I add EventContext it's always class EmptyEventContext.
>>
>>
>> Thiago H. de Paula Figueiredo wrote:
>> >
>> >
>> > Em Tue, 06 Oct 2009 10:58:03 -0300, 976 <amsc...@gmail.com> escreveu:
>> >
>> >> Thanks for fast response.
>> >> ListClients:
>> >>      public void onActivate(){
>> >
>> > You're ignoring the activation context. You should get it through an
>> > onActivate(EventContext context) method and then set the field(s)
>> > containing the search criteria.
>> >
>> > --
>> > Thiago H. de Paula Figueiredo
>> > Independent Java consultant, developer, and instructor
>> > http://www.arsmachina.com.br/thiago
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> > For additional commands, e-mail: users-h...@tapestry.apache.org
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/passing-values-between-pages-%28search--%3E-result%29-tp25765698p25769572.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/passing-values-between-pages-%28search--%3E-result%29-tp25765698p25772409.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to