You are using bare JSF in a portal environment.
The ids given to each object while rendering DOM (forms,a) are the same at the client
side.
You may want to try <portlet:namespace/> from <%@ taglib
uri="http://java.sun.com/portlet" prefix="portlet" %>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150244#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...