This content has been marked as final.
Show 5 replies
-
1. Re: a4j:commandLink doesn't work in rich:popupPanel
kenfinni Sep 27, 2012 1:48 PM (in response to jeromej)Jerome,
Is that facelet snippet above accurate?
If so, the problem is that h:commandLink is not inside a h:form
-
2. Re: a4j:commandLink doesn't work in rich:popupPanel
jeromej Sep 28, 2012 6:26 AM (in response to kenfinni)the code looks like :
<rich:popupPanel>
<h:form>
<h:commandLink action="..."
</h:commandLink></h:form>
</rich:popupPanel>
A double click on action button make the exception, a single click work fine.
-
3. Re: a4j:commandLink doesn't work in rich:popupPanel
kenfinni Sep 28, 2012 8:20 AM (in response to jeromej)Sorry, missed the mention of a double click in your original post.
I've found a couple of links that may be related to what you're experiencing:
-
4. Re: a4j:commandLink doesn't work in rich:popupPanel
jeromej Sep 28, 2012 9:54 AM (in response to kenfinni)i read this. I search a solution.
i will return to give a solution if i find one lol
-
5. Re: a4j:commandLink doesn't work in rich:popupPanel
jeromej Oct 16, 2012 5:37 AM (in response to jeromej)Finally we use :
<h:form>
<a4j:commandLink
with last version of JSF, PB and RF