Re: The method onActionFrom[componentId] doesnot work in my application .

2007-07-17 Thread 小司
romSumm() { ... Cheers, Nick. С˾ wrote: > hi: > > The method onActionFrom[componentId] doesnot work in my application . > I use OnEvent annotation does not work too.When i click the submit > button ,The method onActionFromSumm is not invoked. but the method > onSuccess(),se

Re: The method onActionFrom[componentId] doesnot work in my application .

2007-07-17 Thread Nick Westgate
e event is "Selected". So your handler for the event from Summ should be: void OnSelectedFromSumm() { ... Cheers, Nick. С˾ wrote: hi: The method onActionFrom[componentId] doesnot work in my application . I use OnEvent annotation does not work too.When i click the submit button ,The

Re: The method onActionFrom[componentId] doesnot work in my application .

2007-07-17 Thread Korben Zhang
You can use form's action. As you define, you can use: void onActionFromXxxForm(){ } void onSuccess() should work, You can choose one. On 7/18/07, 小司 <[EMAIL PROTECTED]> wrote: hi: The method onActionFrom[componentId] doesnot work in my application . I use OnEvent annotati

The method onActionFrom[componentId] doesnot work in my application .

2007-07-17 Thread 小司
hi: The method onActionFrom[componentId] doesnot work in my application . I use OnEvent annotation does not work too.When i click the submit button ,The method onActionFromSumm is not invoked. but the method onSuccess(),setupRender(),onActivate(),pageLoaded() all work well. I can not find the