> Armed with my newly acquired JSP Action skills, I now suddenly > have another > question: > > What is the execution order of actions and portlet rendering? Are all > portlets with actions executed first? Can I guarantee order of execution?
AFAIK, you cannot guarantee the order or execution. > > In looking over the debug log, it appears that portlets are > rendered in the > order they appear on the page, regardless of actions. That is correct. > > My design goal is to track user clicks in one portlet, placing attributes > about the click into user temp storage, and allowing all other portlets to > render themselves based on those attributes. This, of course, > assumes that > the "click handler" is executed first. > Perhaps a custom portlet set control would do the trick. But that opens up all kinds of interesting challenges and issues. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
