users@glassfish.java.net

Re: JSF questions

From: <glassfish_at_javadesktop.org>
Date: Thu, 01 Mar 2007 08:13:17 PST

Hello All,
The problem is that there is a bug in the webui-jsf.tld shipped with the VWP. The attribute
descriptors for all id attributes should be changed to something like:
        <attribute>
            <name>id</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
        </attribute>
try editing the component library JAR and change the attribute descriptors in the webui-jsf.tld to match the above and repackage it again. It should work.

-Mag
[Message sent by forum member 'magf' (magf)]

http://forums.java.net/jive/thread.jspa?messageID=205836