Questions tagged [commandlink]

JSF tag to create a POST link.

The <h:commandLink> is a JSF UI component which generates a HTML <a> element which submits its parent <form method="post"> using JavaScript.

208 questions
1
vote
0 answers

Why Ajax Function XMLHttpRequest called from commandlink using onclick doesn't work?

My problem is when I call some function than render in a definite div, not send my request. This is my function.