aspose file tools
The moose likes JSF and the fly likes How  to create PopUp in jsf Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How  to create PopUp in jsf" Watch "How  to create PopUp in jsf" New topic
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

<hutputLink
binding="#{booking.lnkSlot2}"
id="lnkSlot2"
value="javascript:popupWindow('/BookingWeb/pages/bookedDet.jsf?bookingData=#{bookingList.value['onDate']}$2')">
<hutputText
id="otSlot2"
binding="#{booking.otSlot2}"
value ="#{bookingList.value['slot2']}">
</hutputText>
</hutputLink>

it worked for me...

ALL THE BEST


Thanks & Regards,<br />Shivaji Byrapaneni.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to create PopUp in jsf
 
Similar Threads
Desktop JS?
actions & targets
To view row specific data by clicking on the row link
Popup From Desktop?
how to acces backingBean from popup