I want something like inputHidden. I have tried rendered=false and type='hidden' - not the same as inputHidden.
Simply I want to press on visible button OK, run JS function and then from JS click() hidden button.
How to do so?
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
At end it's all plain HTML whch is generated by JSF. To style HTML elements, you normally use CSS. So also in this case. You can use the CSS properties 'display' or 'visibility' for this.