Hi all!
I have an non-immediate inputText in my form, and an immediate commandButton to delete some selected rows in a table. When the user enters some text in the inputText and deletes some rows after that, the same JSF page is redisplayed, but the inputText is empty again. Why isn't the submitted value of the inputText rendered? Regards, Matthias

