I have a command link that is only rendered if a property is set in the
back end bean. When I click the button it is supposed to add a row to a
database. When the page is first rendered the [Add] button appears, I
enter info into the inputText boxes and click [Add] and the information
gets inserted, however when the page returns, a second add does not work.
When the [Add] button is clicked, it never hits the backend bean at
all. I am quite sure of this. The commandlink has a rendered tag that
determines if the commandlink & img is rendered at all.
Is there any reason it would work the first time but not the second time?
Thanks
Roger