Hello, I have identified a problem with my app which really puzzles me:
When I specify programmatically whether a command button should be rendered, the action method never gets called whereas the button does get rendered. See below:
When I specify declaratively whether the button should be rendered, the action method does get called. See below:
Weird, almost look like a bug. Can you post the line as rendered in HTML in the page? It would be interesting to see what is submitted in each button...