• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Modal/ Confirmation Dialog

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been searching the net but to no avail.

I want to have a popup dialog with "Continue" or "Cancel" button.
I do not want to use javascript.

I do not understand why JSF does not have it.

I know ADF Faces have it. But have to download. I working in a company and does not seem right to download it. I cant be possibily keep downloading sources from anywhere as and when I need it

any idea? please advise
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not want to use javascript.

Whether you write javascript yourself or you use a component, there will be javascript written to support such a component.

I do not understand why JSF does not have it.

I know ADF Faces have it.


Because JSF is a specification. You need to find an implementation of the JSF specification that contains the components you need and use that.

I working in a company and does not seem right to download it.

Meaning your company does not allow the use of open source software or you are concerned that the license for the library does not allow companies to use it? Most open source libraries can be used in a corporate environment without any licensing issues.
 
Ken Flor
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

thanks for your reply.

Now i am trying to use ADF.

However I have a problem. There is no popup thought i state useWindow=true.

Nothing happens.

Why is this so?

thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic