ModalPanel « RichFaces « JSF Q&A





1. JBoss Richfaces ModalPanel - condition based invokation    stackoverflow.com

I am using JBoss Richfaces and I need to invoke rich:modalPanel when a particular condition happens. The sample code is here-- This is the modalpanel

<rich:modalPanel  id="show_alert" height="125" width="325" zindex="2000">
      ...

2. How to hide rich:modalPanel on Ajax response in JSF    stackoverflow.com

I am using jsf reach faces in one application. I am using rich:modalPanel for popup reading some details and submitting tha panel using a4j command button after response from server I ...

3. Passing action in     stackoverflow.com

There is some way to pass action in . I want to write simple popup with "Yes" and "No" button, and I want to reuse this popup in different pages, that's ...

4. Drag and drop the inside of a modalPanel    stackoverflow.com

Using Richfaces 3.3.0GA, jsf 1.2_14 and facelets. I have a richfaces ModalPanel with an image inside as follows:

<ui:composition>
        <a4j:outputPanel id="#{prefix}_a4jImagePanel">
     ...

5. Printing the contents of a ?    stackoverflow.com

Attempting to print the contents of a <rich:modalPanel /> in my application results in a complete mess on the printed page. The complete HTML underlying the <rich:modalPanel /> appears on the printed ...

6. Call rich:modalPanel for every ajax request with out using a4j:status?    stackoverflow.com

I am developing web application using JSF richfaces.I have one rich:modalpanel in main templete. This modalPanel have 'Your request is processing....." message. I want to show this message(modalPanel) every action(ajax request). But ...

7. modalPanel lazy rendering when displayed    stackoverflow.com

Motivation: I want to reduce the size of the page when is accessed, so I thought that lazy rendering on modalPanels would help. The idea is to render the modalPanel when ...

8. Print contents of ModalPanel    stackoverflow.com

Is it possible to print just the contents of <rich:modalPanel>?

9. Rich modalpanel closes automatically    stackoverflow.com

I face the same issue as described here Rich modalpanel closes automatically I'm using richfaces 3.3.0 (Included in seam 2.12). I tried to isolate the problem, Firebug shows that after ...





10. rich:modalpanel will not show more than when invoked from form    stackoverflow.com

I have a problem with showing a <rich:modalPanel> more than once. I have a form that has a <a4j:commandlink onclick="#{rich:component('mp')}.show()" (have also tried a rich:componentControl). This approach works fine once. Inside the modal panel ...

11. simple textbox validation in using JavaScript    stackoverflow.com

I have a with a textbox and which submits the modalPanel. On Click of the button, I want to check if the text box has been filled through ...

12. scroll in modalpanel    stackoverflow.com

I have a modal panel which contains the dynamically included page.The page contains search form.After click the search button it shows the contents.Intially the page height is less than 300px.After search ...

13. Open modalPanel with a parameter    stackoverflow.com

I'd like to have modal panel in a page, but I would like to be able to supply a parameter. Now I do it like this: Panel:

<rich:modalPanel id="panel" width="500" height="435">
  ...
  ...

14. Richfaces modalPanel load with Ajax    stackoverflow.com

I use richfaces in my project and particularly the tag rich:modalPanel which allows to display popups in pages. So to do this, I include my popup like this:

<ui:include src="popup.xhtml" />
This popup contains ...

15. How to access passed parameter in modalPanel    stackoverflow.com

I have a requirement in which on click of the image I need to display the bigger size of the same image on the modal panel. For this what I did was ...

16. rich:modalPanel appearing for some seconds only    stackoverflow.com

I have used rich:menuItem to display rich:modalpanel. Code of rich:menuItem is as follow:

<rich:menuItem>
    <a4j:commandLink
        value="Add Machine"
      ...





17. RichFaces: Work with two modalPanel    stackoverflow.com

I've got a problem with the rich:modalPanel. I have amodalPanel shown by a rich:menuItem.

<rich:menuItem value="#{lang.msg_edit}" submitMode="none" id="editLink">
<rich:componentControl for="modalEditPanelId"
    attachTo="editLink" operation="show" event="onclick" />
</rich:menuItem>
In this modalPanel there is a rich:fileUpload and ...

18. rich:modalPanel validation / redisplay issues    stackoverflow.com

I have the following scenario: I have a modal panel which is a wizard and has editable fields and submit functionality. Assume I have a modal panel with 2 controls, ...

19. How to capture input entered within a rich:modalpanel?    stackoverflow.com

I have an edit buttton on a search result page, That button whenever pushed should prompt the user to enter a date prior to continuing on to the next page. Button ...

20. How to RichFaces ModalPanel scroll to top    community.jboss.org

21. Richfaces programatically modalPanel    coderanch.com

Hi, i'm trying to achieve the next in richfaces, but i'm really stucked: I have a richfaces page, wich needs some info to be preloaded into the system, the data is supossed to be loaded by the user. in the case that the data exists, the page should render as supossed, in the case there's no data i need a modal ...

22. Troubles with rich:modalPanel    coderanch.com

Sorry for my bad English. I need to save a draft of a form. The user clicks on "save draft" then a popup appears and the user put the name of the draft them I save the draft with the name. One problem is that with I need to have a separate form for the modal panel. But I need ...

23. rich:modalPanel display problem    coderanch.com

27. Need Help with please    coderanch.com

28. rich:modalPanel window validation    coderanch.com

31. Fire an ajax Request inside a rich:modalPanel    coderanch.com

Hi all, I have this code which works perfectly,but now I must put it in a rich:modalPanel Produtos