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:
What I am missing?
Thanks in advance,
Julien.
Gabriel Claramunt
Ranch Hand
Joined: May 26, 2007
Posts: 375
posted
0
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...