2 Replies Latest reply on Jun 19, 2015 4:12 AM by ls.santhosh

    rich spacer issue in Richfaces 4

    ls.santhosh

      Need a solution for one of the issue we are facing in our application. The composite component approach fixes rich spacer issue in our application where all we used "<rich:spacer>" tag in .xhtml pages. But, we are facing one more scenario where we have custom component and inside the custom component we are using HtmlSpacer like below.

       

      HtmlSpacer spacer = new HtmlSpacer();

      spacer.setWidth("20");

       

      We don't know how to replace this. What is an appropriate solution for this? Thanks in advance.

       

      Thanks,

      Santhosh