How can I have a dialog box in jsf?

前端 未结 2 1009
生来不讨喜
生来不讨喜 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条回答
  • 2021-01-23 15:58

    Try a rich:modalPanel.

    0 讨论(0)
  • 2021-01-23 16:19

    You can do it by using JavaScript yourself.

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

    0 讨论(0)
提交回复
热议问题