How can I have a dialog box in jsf?

前端 未结 2 1021
生来不讨喜
生来不讨喜 2021-01-23 15:46

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

2条回答
  •  旧时难觅i
    2021-01-23 16:19

    You can do it by using JavaScript yourself.

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

提交回复
热议问题