1 Reply Latest reply on Feb 26, 2009 6:00 PM by nbelaevski

    looking something like eclipse console with richfaces pannel

    rbarun

      Hi All,
      I am looking something like eclipse console which display server start etc from top to bottom and it scrolls to the last line . Is there anything we have on Richfaces component so that I can grap and display server log info from a file to the frontend.

      Here is what I am doing
      1. Thread reads a file line by line
      2, put it in the backing bean
      3. render it on the panel #{polling.logValue}

      Problem is that always I replace the logvalue, so the panel comes back to the top and not able to see at the bottom
      2. End of line disappears and everything is on the same line..

      Thanks for your time guys