JSP rendering (encoding) with Netbeans: CSS problems
Baltasar Iglesias
Greenhorn
Joined: Mar 09, 2009
Posts: 3
posted
0
Im using Netbeans 5.5.1. (we have to use this version in project I`m working for) and I´ve found some CSS errors in the code that Netbeans generates in render process.
Netbeans add two extra attributes in the style of layoutPanel1: position: relative; -rave-layout: grid; If I try with any style, (with style="") I get style ="position: relative; -rave-layout: grid;"
Why? How?
Thanks in advance
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
That's apparently a feature or bug of the JSF component library used. I assume that it is Woodstock. As I don't have hands-on experience with it, I can't help you much with this. I can only tell that they have a forum at their own homepage where you could post this issue. I can also tell that this project is almost dead for roughly one year and officially abandoned since january this year. Users are suggested to migrate to RichFaces or IceFaces.
I´ve reported on Netbeans Forums and they tell It must be a problem with the JSF Component Library too.
But I'm not using Woodstock, I only use the Sun Web Components Design-Time Support that Netbeans adds to my project libraries by default.
All the classes I'm using are from com.sun.rave.web.ui package.
Dou you think It could be a bug on this library ?
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Sorry, no idea about this library. I am only familiar with Sun JSF reference implementation and also with Apache Tomahawk component library. I can't say if it is a bug or a feature of the library in question. Read its documentation.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: JSP rendering (encoding) with Netbeans: CSS problems