| Author |
How to create PopUp in jsf
|
gaurav bhardwajj
Greenhorn
Joined: Aug 04, 2008
Posts: 7
|
|
Hi Friends, Can we create popup in jsf without using PanelDialog,as it has few limitations. Best Regards, Gaurav Bhardwaj
|
 |
Kumar Gaurav
Ranch Hand
Joined: Apr 08, 2008
Posts: 108
|
|
|
you can use trinidad specification tags which supports javascript and with the help of javascript you can easily display a pop up.
|
Regards,
Gaurav
|
 |
gul kaur
Greenhorn
Joined: Dec 09, 2008
Posts: 8
|
|
|
You can create dialog using launchDialog of requestContext.
|
 |
prasad kolla
Greenhorn
Joined: Jul 19, 2008
Posts: 12
|
|
|
you can use trinidad compenent tr:commandLink and set the property useWindow="true" and the action set as "dialog:XXXXXX".
|
 |
Shivaji Byrapaneni
Greenhorn
Joined: Oct 20, 2008
Posts: 22
|
|
simply use like this <h utputLink binding="#{booking.lnkSlot2}" id="lnkSlot2" value="javascript:popupWindow('/BookingWeb/pages/bookedDet.jsf?bookingData=#{bookingList.value['onDate']}$2')"> <h utputText id="otSlot2" binding="#{booking.otSlot2}" value ="#{bookingList.value['slot2']}"> </h utputText> </h utputLink> it worked for me... ALL THE BEST
|
Thanks & Regards,<br />Shivaji Byrapaneni.
|
 |
 |
|
|
subject: How to create PopUp in jsf
|
|
|