css « Facelets « JSF Q&A





1. How to change the width of h:outputLabel    stackoverflow.com

I am having a hard time trying to change the width of my h:outputLabel, but I still could not get it changed. By using CSS, I can change the color, font, frame, ...

2. Problems referring a css from an XHTML    stackoverflow.com

In my JSF Application (My faces 1.2.3) , I am referring to a css file as

<link href="css/nav.css" type="text/css" rel="stylesheet" />, 
This worked when the rendered HTML is accessed as an ...

3. CSS dont work on browsers, but it does on Eclipse    stackoverflow.com

Im building JSF pages with styesheets. THey seem to work when I use the preview funktion in Eclipse but as soon as I test them on IE8 they dont seem to ...

4. How to equally distribute columns width in HTML table when the number of them is unknown?    stackoverflow.com

I am working with JSF/ICEFaces and I need to generate a table from a dynamic tree structure with an unknown (at run-time) number of rows and columns. The table must have ...

5. How to use JSF generated HTML element ID in CSS selectors?    stackoverflow.com

I've been working with a simple Java EE project using JSF.

<h:form id="phoneForm">
    <h:dataTable id="phoneTable">

    </h:dataTable>
</h:form>
It generates an id for this table phoneForm:phoneTable. I can't ...

6. Facelets strategy to identify current selected list item    stackoverflow.com

I am looking for a strategy to avoid code duplication across my site. The problem is that I have a unordered list that get's repeated in each page I code. The reason is ...

7. Two similar projects: one finds the CSS, other does not    stackoverflow.com

I have created two Netbeans projects and both have the same configuration in web.xml:

<servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
   ...

8. Generating pure javascript/css files using JSF 1.2/Facelets    stackoverflow.com

I need to generate a pure JavaScript file or pure css file dynamically using JSF 1.2/Facelets. When I mean 'pure' I mean without any markup like xml, html open/close tags. Is this ...





10. Problem while using CSS with Facelets...    coderanch.com

Hi, I am new to facelets and in the application im doin now i hav to use css aloing with facelets....when i include css as a separate file and use element in the xhtml page its showing.... May 16, 2008 6:30:10 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet Faces Servlet threw exception com.sun.facelets.FaceletException: Error Parsing /style.css: Error Traced[line: 2] Content ...

11. Lost CSS using Facelets + JSF    coderanch.com