Are you sure there is no validation/conversion error?

This is the most frequently reason fo not invoking actions.

add a h:messages tag to you page ensure this.

Regards,
 Volker



2006/12/22, support <[EMAIL PROTECTED]>:
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

Reply via email to