Questions tagged [woodstock]

Project Woodstock is an abandoned JSF 1.x component library. It was initially part of the "Visual JSF Editor" of the "Sun Java Studio Creator" IDE which is later known as Netbeans. It uses "webuijsf" as default tag prefix.

Project Woodstock is an abandoned JSF 1.x component library. It was initially part of the "Visual JSF Editor" of the "Sun Java Studio Creator" IDE which is later known as Netbeans. It uses "webuijsf" as default tag prefix.

Woodstock was abandoned after Firefox 3 beta was released by end of 2007. It turned that Woodstock generates non-compliant JavaScript code which broke on strict standards compliant web browsers. It turned out to fail as well on newer Webkit based browsers.

The library is not maintained anymore and users were recommended to migrate to another component library. There is a migration tool for Woodstock to IceFaces.

Related questions:

Related tag info pages

17 questions
0
votes
2 answers

How do I retrieve the selected rows of a woodstock table

I have a JSF woodstock table with checkboxes. When a row is selected I want to do some processing with those items. I managed to get a selection of RowKey objects but can't find out how to get the original objects I put in back. The table is…
Jasper
  • 846
  • 7
  • 14
-3
votes
3 answers

Adding CSS or JS to Woodstock JSF page

I tried to make it work for over 2 hours before I gave up. Using JSF (the Woodstock Library) is required (even though I hate it now!). How can I add CSS or JavaScript to a JSF page and have it work?
darkrain
  • 1,025
  • 4
  • 14
  • 23
1
2