Abhishek Dhote
Abhishek Dhote

Reputation: 1648

How can I have a dialog box in jsf?

I need to have a dialog box in my jsf application which should pop up on click of a link or an image. I need to put signup form on this dialog box and submit should submit this form. Is this possible with JSF?

Upvotes: 1

Views: 3770

Answers (2)

BachT
BachT

Reputation: 1068

You can do it by using JavaScript yourself.

However, check this out (PrimeFaces): LightBox and Dialog

Upvotes: 1

Don Roby
Don Roby

Reputation: 41127

Try a rich:modalPanel.

Upvotes: 0

Related Questions