1 Reply Latest reply on Mar 26, 2009 8:04 AM by nbelaevski

    How to get rid of portlet id appended to the JSF components

      I am using Liferay portal, JBoss Portlet Bridge and JSF & Rich faces.

      Portlet Bridge is appending portal id to the JSF component id at run time like

      "__tnmanagementPortlet_WAR_CSO_INSTANCE_H4gj_:_viewRoot:myform"

      Here
      __tnmanagementPortlet_WAR_CSO_INSTANCE_H4gj_ is portlet id
      _viewRoot is view id
      myform is JSF component id

      My requirement is to avoid the portlet name and _viewRoot to the component Id.

      Is there any solution to get rid of appending portlet name and _viewRoot?