woodstock

Netbeans VisualJSF (Woodstock) Design view not available in 6.7.1

久未见 提交于 2019-12-24 20:27:37
问题 I recently installed netbeans 6.9, but VisualJSF Design view was not available in it. I Googled and it seems design view is not available after version 6.7.1. So I downloaded that version, but now I still dont have the design view. Does anyone know how to enable design view, or is there any other option to design the UI like we do using design view? 回答1: From here: http://forums.netbeans.org/ptopic37586.html NetBeans 6.7.1 was the last version with support for the visual desinger. Be aware

JSF - Component Libraries, migrate or not migrate?

一个人想着一个人 提交于 2019-12-19 21:54:44
问题 I am using an old component library called Woodstock. Whenever I try to change something I get stuck with not find finding adequate documents about this library. I am thinking about migrating to another library like ICE Faces or Prime Faces. But I suspect that migrating to another library will end up with the same result in 3-4 years, no documents, no support anymore. Should I use JSF standard library and not use component libraries anymore, or is there a library that lasts more than 3 years

Adding CSS or JS to Woodstock JSF page

ぐ巨炮叔叔 提交于 2019-12-13 09:48:53
问题 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? 回答1: You can use the usual suspects: <script> and <style> . Depending on your JSF version, you may need to wrap them in a <f:verbatim> tag. 回答2: Heres how I do it: <f:view> <html> <head> <link rel="stylesheet" href="./style.css" /> </head> <body> <h:outputText value="Test style" style="background

JSF - Component Libraries, migrate or not migrate?

馋奶兔 提交于 2019-12-01 20:52:16
I am using an old component library called Woodstock. Whenever I try to change something I get stuck with not find finding adequate documents about this library. I am thinking about migrating to another library like ICE Faces or Prime Faces. But I suspect that migrating to another library will end up with the same result in 3-4 years, no documents, no support anymore. Should I use JSF standard library and not use component libraries anymore, or is there a library that lasts more than 3 years Woodstock was rather unique. The Woodstock components generates generally JavaScript code instead of