• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A lil project that lets JSF run without writting inline scripts.

 
Ranch Hand
Posts: 99
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey, I'm working on a plugin that allows JSF to run without rendering inline scripts. I'm curious of what you guys think of it and have some feedback since it's the first time I don't code only for myself. It's easy to install (just drop 2 files in your project) and it also features some helper tags.

You can find the project here : https://github.com/eevitcA/NoInlineJsf

In other words when using a tag like



With vanilla JSF on majorra it will generate something like :

now it just generates:



just check it out, I think it's cool and useful for some headers that prevent inline scripts for security reasons.
reply
    Bookmark Topic Watch Topic
  • New Topic