Hi, I have a general JSR-168 question:
is it possible to share a attribute between two portlets which are not in the same portlet application in a JSR-168 portlet ? I want to write two portlets: one displays the TreeNode data structure from javax.swing.tree.* and stores a navigation status (String) in the context (with the application context it should work), the other portlet retrieves the navigation status and shows the chosen contents. Problem: I plan a generic navigation portlet which can switch its TreeNode content in run time. I mean one navigation portlet for many content portlets. I don't found a way to realize this communication. I think I have to pack the navigation portlet with each content portlet together as portlet application....I am not very happy with this solution....any ideas ? Thanks in advance Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
