← Prev in month
← Prev in thread
spec-2.0-draft-05:defined events
Hi Rich, when are the pre-defined events in 6.11 supposed to be delivered to the portlets? E.g. when is onLoad delivered. Say the first interaction with this portlet is through an action link, what is the execution order? 1. performBlockingInteraction 2. handleEvent (events resulting from the action) 3. handleEvent (onLoad) or 1. handleEvent (onLoad) 2. performBlockingInteraction 3. handleEvent (events resulting from the action) the later one seems to be suggested by the current spec text to me, but would be a different programming pattern then before where the action is processed first. Stefan
← Prev in month
← Prev in thread