-
1. a4j:commandLink need click in twice time in richfaces4.0
mausbull Apr 21, 2011 2:43 AM (in response to feuyeux)Hi,
have you tried using a <h:commandLink> instead of an <a4j:commandLink>? I experience a similar behavior when using the <a4j:commandLink> nested in a form (if you don't need a form try to put the <a4j:commandLink> outside of it).
Moreover, you could put a <a4j:region> around the things you want to submit and add execute="@region" to the commandLink.
Stephan
-
2. a4j:commandLink need click in twice time in richfaces4.0
ilya_shaikovsky Apr 21, 2011 3:26 AM (in response to mausbull) -
3. a4j:commandLink need click in twice time in richfaces4.0
feuyeux Apr 21, 2011 3:52 AM (in response to ilya_shaikovsky)Hi IIya,
Thanks firstly, and your answer is very useful for me, and I think our project seems need more than one form in the same page.
Do you have relevant experience about this? I think if jsf2 has this issue, all kinds of faces need to face it, would you remmend some approaches?
Hi Stephan,
Thanks, and what IIya said is right
-
4. a4j:commandLink need click in twice time in richfaces4.0
ilya_shaikovsky Apr 21, 2011 3:58 AM (in response to feuyeux)Lu Han, after some digging find that thread (link to JSF issue inside) http://community.jboss.org/message/591671#591671
Hope it will help you to resolve your problem!