Questions tagged [popuppanel]
51 questions
1
vote
1 answer
f:ajax inside rich:popupMenu can't execute component from different form
I have a tag and inside of it I use events. Therefore the also needs to have a inside of it. In my ajax event I need to grab a value form the 'main page' therefore I list it in the execute list…

srd.pl
- 571
- 10
- 22
1
vote
1 answer
Closing a popup Panel by clicking a button in its child panel
I have the following Panel hierarchy:
Custom Panel 1 contains PopupPanel contains DecklayoutPanel contains CustomPanel 2 contains FlowPanel contains Button.
How do i close the Custom Panel 1 or PopupPanel by clicking the button?

Ash S
- 275
- 1
- 8
- 16
0
votes
1 answer
How to active action method in h:commandButton in rich:popupPanel in richFaces 4.2.0
In my case, I want to add an action to my rich:popupPanel like this:

Hung Phan Dang
- 360
- 1
- 4
- 20
0
votes
1 answer
How to add minimize and maximize button in rich: popup panel window
Like below, how can we add minimize and maximize button at the upper right corner of the page in richface popup panel?
Using the below code, we can add the 'X' at the upper right corner and, on click of this, popup window gets closed.

Jaikrat
- 1,124
- 3
- 24
- 45
0
votes
2 answers
How to display richPopupPanel window from javascript
I have one code like below of Rich PopupPanel.
Code:-

Jaikrat
- 1,124
- 3
- 24
- 45
0
votes
0 answers
popuppanel is called by clickhandler of hyperlink on another popuppanel
I have 2 gwt PopupPanel in one class. The second popup is expected to be shown when the user clicks the hyperlink on popuppanel1. How can I fix this problem? Thanks
Problem:
Click the hyperlink on popuppanel1
- the popuppanel2 is not shown at…

Ming Leung
- 385
- 2
- 13
0
votes
1 answer
GWT PopupPanel incorrect popup position
I'm using GWT PopupPanel to display a popup above a button when user clicks it.
I am setting popup's position and showing it like so:
panel.setPopupPosition(leftPos, topPos);
panel.show();
However, when I inspect the popup's top value after it…

OMGitzMidgar
- 689
- 2
- 10
- 28
0
votes
1 answer
a4j command button not working under popup panel
I want to add a popup panel. In this panel there is a close button. On this button click a method should be invoked and popup should get hide. I have tried below code but not working kindly help me with this. Here settingPopUpClose is a method and…

Siddharth Singh
- 65
- 2
- 12
0
votes
1 answer
Show rich:popupPanel on click of rich:tab
One page contains the rich face tab panel and having 4 tabs. In one of the tab, I have text box and save button . Without saving the data If i move to another tab, It should show the popup saying unsaved data and prevent the navigation.
I tried…

Firu
- 199
- 1
- 5
- 15
0
votes
1 answer
how to make richfaces popup the popuppanel upwards
The link contains an example of richfaces 4 popuppanel:
richfaces popuppanel example
Here is the code:

Ikthiander
- 3,917
- 8
- 37
- 54
0
votes
1 answer
Richfaces popup panel not working
Whenever error is coming in Java code, I am redirecting my page to error page. Please find below my code. but nothing is coming in my IE.

user2578580
- 1
- 3
0
votes
1 answer
Rich popupPanel does not resize automatically
I got a rich:popupPanel like the following:
…

Chris311
- 3,794
- 9
- 46
- 80
0
votes
0 answers
Different behavor of a tooptip for different mouse events in richfaces is possible?
Is there any way to make a tooptip behave differently deppending on if a mouse is over the element or it is clicked?
I need to have the same element working as a tooltip if the mouse is over and to open a popup panel if the mouse is clicked.
I…

André Henriques
- 75
- 1
- 6
0
votes
1 answer
GWT popupPanel:Child element do not aware of visibility of parent element
There is the main panel in that panel there are different fields like text box cell, integer box cell which contains popup panel.Popup panel is instantiated from the text box or integer box.So when popup panel is fired from the cell, application…

Ganesh
- 103
- 10