Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a confirm popup from the ServiceImpl.java class

susanlinOct 28 2014 — edited Oct 28 2014

I need to create a confirm dialog popup (OK and Cancel button) inside the ServiceImpl.java file. It needs to be created here and the OK and CANCEL needs to be handled here. Is there a way to do this without using beans and the page itself? I have tried using things such as the FacesMessageUtils Library but it does not want to import from the ServiceImpl.java file.

This post has been answered by Shay Shmeltzer-Oracle on Oct 28 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 25 2014
Added on Oct 28 2014
3 comments
236 views