RichFaces modal (popup) window
Questions tagged [richfaces-modal]
23 questions
3
votes
1 answer
How to make a4j:commandLink execute action and show modalpanel?
Jsf 1.2, Richfaces 3.3.3,
I got the following code working to show a richfaces:modalpanel:
user1415683
2
votes
1 answer
RichFaces ExtendedDataTable tableState error with generated ID
I am trying to preserve state of a table using RichFaces. RichFaces has this functionality of tableState which is a json string of all information about the table. The tableState string right now looks like…

Nick01
- 349
- 2
- 8
- 22
2
votes
1 answer
form submission behaviour
I would like to understand the behaviour behind a4j on Richfaces.
I have a h:form with a h:inputText and a a4j:commandButton. The button action call a method in my bean, and the oncomplete shows Richfaces.showModal with some content.

rodrigocprates
- 498
- 6
- 22
1
vote
1 answer
How to bind component inside rich:modalPanel
I have a problem with rich:modalPanel and rich:calendar.
The code works without the modal, but when i include the components in the modal i recieve a nullpointer in the date.
Working:
…

FeAFigueiredo
- 11
- 1
0
votes
1 answer
javax.el.ELException: Function 'rich:component' not found
I am creating the model in backing bean.
My java lines of code are like this
UIColumn column = new HtmlColumn();
dynamicDataTable.getChildren().add(column);
UIAjaxCommandLink editLink = new HtmlAjaxCommandLink();
…

SDP
- 63
- 3
- 8
0
votes
1 answer
Display the last 10 rows of the database
Question: Hello everyone, I am working on a project with Richfaces I want to display the last 10 rows of my database (MySQL), this is part of the code I use to display all the rows saved in my database
CompanyBean.java
Code :
public class…

Jack Dunois
- 1
- 1
0
votes
1 answer
The modal panel does not display the correct comment when called through an a4j commandlink
I want to display an ellipsis as a link for the comment. Then when the user clicks on the ellipsis, then the full comment is displayed in the modalpanel.
If comment is more than 8 characters then an ellipsis is diplayed.
It works fine, just that the…

RohitT
- 187
- 2
- 11
0
votes
1 answer
a4j:commandButton ternary operator is not working oncomplete
I am using a4j:commandButton it's not picking up the ternary operator.
Here is the code:

user3352615
- 119
- 2
- 5
- 13
0
votes
1 answer
0
votes
1 answer
How to check whether the richface pop up panel is visible or not
In following code: code1 onClick function opensUp a RichFace popup panel. i need the onComplete fuction to execute after the closing of the popup. how can i delay the onComplete function. Is there a way to check whether the popup is visible or not…

Sudarshan Shenoy
- 59
- 8
0
votes
2 answers
Close Rich:modalPanel after save correctly
I have a form with a button that opens a Rich:modalPanel with another form inside and two buttons at bottom; Close and Save.
Close: executes onclick="#{rich:component('mp')}.hide() and hides the modalPanel.
Save: validates the fields of the forms…

S. Moreno
- 526
- 2
- 7
- 29
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
InputNumberSpinner in popup doesn't fire set-method in JSF2/richfaces4
I'm trying to place a rich:inputNumberSpinner into a modal popup but the setter-Method of the value in the Bean doesn't react to any change on the spinner.
That's the Code of the xhtml:

WLash
- 27
- 4
0
votes
2 answers
Render rich:extendedDataTable
I need a rich:popup that shows a rich:extendedDataTable, and when the user presses a button, the popup should be shown, and the extendedDataTable must be re-rendered, here is the code:
…

Arturo Volpe
- 3,442
- 3
- 25
- 40
0
votes
2 answers
How to use rich:modalPanel on top of other windows in application
I Have richmodal panel, but on browse button click I open that rich modal panel, which is not yet top on other window. some of screen portion overlapping so I could not use as modal window.
I tried many options but no luck.
Here is my…

Ghanshyam
- 1
- 1