Hi all, I have a portal based on Jetspeed 1.4b4, and my customer wants to use JSPs to render the content of the portal instead of using velocity. I am basically using the velocity context object as is and adding it to the request so that I can pull it out on the JSP pages and then pull what it contains to do the logic on each page. All is well in that regard, however I see some strange behavior whenever I get to anything that calls Portlet.getContent().
All of our pages use panes to organize the content, but the pages seem to be rendering upside down, where the portlets are on top, then the tab sets in reverse order. Has anyone seen this behavior before? Any thoughts on where I might start to look for what's going on? It would seem to me that if a JSP page were rendering, the part above the call to getContent() would show up on the screen, then the getContent method would execute, then the stuff on the JSP after the call would show up on the screen, but this is not happening at all. Any help or points in the right direction would be helpful. Thanks! -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
