• 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
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Peter Rooke
Bartenders:

does jsf work when javascript is disabled?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am investigating the ability of jsf to work when javascript is disabled and there are conflicting options.
Does anyone have a take here?
 
Bartender
Posts: 29143
215
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Andy!

Basic standard JSF does not use or need JavaScript. JSF2 has some JavaScript support, but that's mostly for AJAX, I think, and AJAX doesn't work without JavaScript enabled on any platform.

There are third-party tag libraries such as RichFaces that use (and generate) JavaScript, but how well they work depends on how the library was developed. Ideally, a tag library should revert to non-JSF equivalents where possible if it detects that JavaScript was disabled, but I'm not sure how well any of them do that.
 
reply
    Bookmark Topic Watch Topic
  • New Topic