Guys, I have the following question, is it possible to call several
h:commandLink component inside the same h:form?

I'm asking this because nothing is done when the button (or link in this
case) is pressed.


I have several h:commandLink components and they all call different
methods of the same backing bean.

Is there any restriction when doing this?

The link is rendered like this:

<a href="#"
onclick="clear_Documents_3A_5Fid23();document.forms['Documents:_id23'].e
lements['Documents:_id23:_link_hidden_'].value='Documents:_id23:_id29';i
f(document.forms['Documents:_id23'].onsubmit){if(document.forms['Documen
ts:_id23'].onsubmit())
document.forms['Documents:_id23'].submit();}else{document.forms['Documen
ts:_id23'].submit();}return false;" id="Documents:_id23:_id29"
class="aSearch">Find Now</a>

And nothing is done when pressed.

Thanks a lot


Matias Gomez Carabias

Reply via email to