This seems as advanced problem...

I have a "navigation" component that is supose to render passed list of links (in a form of List of IActionListeners). Meaning, it should just render DirectLinks by looping IActionListeners.

Parent page/component should just create List of IActionListeners by calling
getListenerMap().getListener("doSomething")
in itself for constructing each IActionListener, and pass that list to navigation component, thus clicking on link inside this navigation should execute any action that was passed to it.

Has anyone done something similar?

I recall trying it some weeks ago, but it raised some exceptions, cannot remember exactly what (soory for vague description)...

BTW, I don't want to use ExternalLinks inside my navigation component, since I guess things are much easier then, I want Directlinks.

-Vjeran


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

Reply via email to