Modal Dialog/ConfirmDialog - RC2

UI Components for JSF
Post Reply
m.hakci
Posts: 7
Joined: 26 Aug 2010, 14:08

13 Dec 2010, 11:57

Hi all,

In my application I need to use dialogs and confirmDialog with modality.

However, when I use "modal='true'", my dialog block all of the page, and you cannot use buttons in dialogs.
I tried to change z-index, but it didn't work. Also I tried in firefox, IE and Chrome, but there was no change.

When I type, "modal='false'" everthing works fine.

Here, my codes..

Code: Select all

<h:form>
(...)
<p:dialog header="Comment" draggable="false" resizable="false" width="300" height="200" widgetVar="commentDialog" modal="true">
	<h:panelGroup id="commentDialogUpdate">
		<h:inputTextarea value="#{userTaskListBean.dialogComment}" disabled="true" styleClass="textarea"/>
	</h:panelGroup>
</p:dialog>
</h:form>
I'm using, Primefaces 2.2 RC2 - Tomcat 6.0.18 - JSF 2.0

thank you

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 25 guests