webtier@glassfish.java.net

Empty id attribute is not allowed

From: <forums_at_java.net>
Date: Wed, 6 Jul 2011 12:54:37 -0500 (CDT)

I'm assigning id value dynamically to a inputText tag.

I'm sure that dynamic value is not null.

JSF throw this error: “Empty id attribute is not allowed”

It's a bug?

 

I'm using Glassfish 3.0.1 with Mojarra 2.0.2 (FCS b10) and this is part of my
code:

 

<h:inputText id="#{properyValue.modelProperty.name}"
label="#{properyValue.modelProperty.label}" value="#{
properyValue.valueDecimal }"
required="#{properyValue.modelProperty.required}" > </h:inputText>

--
[Message sent by forum member 'angelcervera']
View Post: http://forums.java.net/node/819422