开发者

Richfaces popup disappearing when clicked on the dropdown menu item

开发者 https://www.devze.com 2023-03-28 23:28 出处:网络
I need to display the context menu when clicked on a rich:dataTable column,and开发者_运维技巧 need to show a rich:popupPanel when clicked on a menu item. I could able to get the popup but it is disapp

I need to display the context menu when clicked on a rich:dataTable column,and开发者_运维技巧 need to show a rich:popupPanel when clicked on a menu item. I could able to get the popup but it is disappearing instantly.Does anyone have an idea on this?

I am using rich:dropDownMenu (RichFaces 4.0.0.Final).

Thanks in Advance.


If you have a domElementAttachment="parent" in your popup, than change it to domElementAttachment="form". If you still have the problem I can insert the full code here.

0

精彩评论

暂无评论...
验证码 换一张
取 消