Results 1 to 2 of 2

Thread: componentOpened not called? probably me...but....

  1. #1

    Default componentOpened not called? probably me...but....

    Hi folks, trying to fully grasp execution flow and order of events for a View....

    If I have:

    public class StartupView extends AbstractView implements PageComponentListener {


    .....and this view is the default startup view, can anyone tell me why I dont see....

    public void componentOpened(PageComponent component) {

    ....being called?

    Where is the correct place to register my view as a PageComponentListener with addPageComponentListener()

    Im doing it in createControl() ....which is likely wrong, so where si this normally done?

    Cheers and TIA

    Alan

  2. #2
    Join Date
    Sep 2004
    Location
    Ghent, Belgium
    Posts
    224

    Default

    I'll create a JIRA issue for it, and check it out.

    Peter

Similar Threads

  1. handleInvalidSubmit called, why?
    By sulam in forum Web
    Replies: 9
    Last Post: Feb 2nd, 2007, 03:11 AM
  2. Replies: 6
    Last Post: Nov 30th, 2005, 04:21 AM
  3. Forcing onSubmit to be called
    By biguniverse in forum Web
    Replies: 1
    Last Post: Aug 2nd, 2005, 01:54 PM
  4. onSubmit not called
    By christophe in forum Web
    Replies: 4
    Last Post: Jul 29th, 2005, 05:10 PM
  5. indirectly called method not intercepted
    By springtester in forum AOP
    Replies: 1
    Last Post: Sep 1st, 2004, 06:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •