1 Reply Latest reply on Jun 18, 2007 9:31 AM by ilya_shaikovsky

    Simple Echo project not rerendering properly

    bvaughn2

      I'm trying to do the Echo project from the developer doc and it seems the outputText is not rerendering until I type three characters. I see that the setText() method is being called on each key stroke but the screen is not re-rendering till the third event. Once rerendered everything works as expected. I tried changing the rendered attribute but that made no difference.