webtier@glassfish.java.net

f:attribute usage

From: <webtier_at_javadesktop.org>
Date: Thu, 25 Feb 2010 03:43:16 PST

I'm using JSF 2.0 and I try to use the <f:attribute/> tag.
The following usage works only for the attribute "title".

<h:inputText id="ioFld">
   <f:attribute name="size" value="#{Integer.valueOf(2)}"/>
   <f:attribute name="title" value="bla"/>
</h:inputText>

The "size" attribute is not applied. Can any body tell me why?
Where can I found a good online documentation on jsf 2.0?

May thanks in advance ... Raffaele
[Message sent by forum member 'rmerico' (merico_at_less.ch)]

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