Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: JSF label doesn't render Date: Tue, 19 Apr 2011 15:49:13 -0700 Organization: A noiseless patient Spider Lines: 52 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 19 Apr 2011 22:49:18 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="cPD9BUYC7YT0KXvxatk4Yg"; logging-data="5289"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/tTR7iURtAPtbT0Lyv+HWYOeDaMkvHFug=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 Cancel-Lock: sha1:vkNnGtBdwO2AqYj7/PzCSivhRis= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3150 Hi all, I've got a weird problem with JSF rendering. For some reason, the label attribute doesn't want to render on the resulting HTML output. For example, if I have this: That label, "First Name", never shows up on the HTML. I checked the HTML source too and it's not there, so it's not a browser problem per se. There's some other oddities that are convincing me maybe it's a configuration parameter somewhere, or maybe the JSF library I'm using. I have Glassfish with the Oracle libraries, i.e. what came with NetBeans 6.9.1. However I haven't been able to locate any configuration information for Oracles JSF implementation, or even for any JSF implementation. Any help getting that label to display would be much appreciated. Here's the full JSF Xhtml test file I made to duplicate the error. A Simple JSF App

JSF Registration APP

Registration Form