Questions tagged [popuppanel]
51 questions
0
votes
1 answer
popupPanel not show in rich:dataTable
Base on the sample from:
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=dataTable&sample=dataTableEdit&skin=blueSky
I did a bit modify on the xhtml page and CarBean to include a button to display the result. Result display as…

songjing
- 545
- 4
- 22
0
votes
1 answer
close richfaces popupPanel if method call has certain outcome
I'm trying to get build a simple Login Panel. The Panel is a rich:popupPanel. When the "Login" link/button is clicked I want the Panel to stay open if the login was unsuccessfull (due to wrong username/password, Database errors ... what ever). But…

Blank Chisui
- 1,043
- 10
- 25
0
votes
1 answer
validation and rich: popupPanel don't work
My intention is to display a message to the user in a rich: popupPanel after insert a record in BD.
With the code below I get to do what I want, but with a problem. Only works when I type all page fields correctly. If one of the fields does not pass…

roggaioso
- 15
- 2
- 6
0
votes
2 answers
SmartGWT: Selected Record from Listgrid bind to TextBox in another Window
Im new to SmartGWT,
I have two Windows. Button1 in Window1 shows a Window2 containing a listgrid. On Press of Button2 in Window2 the selected record in listgrid must be shown in TextBox in Window1. What is the best approach for this?
Any help is…

allshakeass
- 1
- 1
0
votes
2 answers
GWTP error using SmartGWT Window and PresenterWidget
I am using SmartGWT 3.0 and GWTP 0.7.
I am trying to do a simple PresenterWidget showing a SmartGWT Window. This is the code for the widget presenter:
import com.gwtplatform.mvp.client.PresenterWidget;
import…

miguialberto
- 316
- 1
- 3
- 14
0
votes
1 answer
How to prevent Richfaces popupPanel from being moved in JavaScript?
Im using rich:PopupPanel components to display some content and I want them to be able to being maximized and restored by user. I've already implemented resizing and positioning of the component, but the problem is how to prevent popupPanel from…

Tomasz Bekas
- 666
- 6
- 15