can someone tell me a way to get two listeners listening on one portlet? everytime i try something like that i get an exception that a listener is already registered (although they are named differently).
i have the three portlets top, side and content. side's actions are depending on a paremeter passed on from top. content's actions are depending on the parameters passed on from top and side. i would need that to create a navitagion generated dynamically out of a database. top shows the first navigation level. if i select something from top, side should show the next level beneath the one selected in top and the content-portlet should show an index.html which is in the selected point. if i select something from side the content-portlet should show the content beneath that point. is there a way to do this with three seperate portlets or are there better alternatives? thanks in advance habicht View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091026#4091026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091026 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
