I am developing my own component in JSF 1.2. The tag
for this component contains an attribute with a
deferred-value type of List<Blah>. How do I specify
this in the TLD? Naturally, the following does not
work:
...
<attribute>
<name>thing</name>
<deferred-value>
<type>java.util.List<Blah>
</deferred-value>
</attribute>
If I kill the generic, it all works.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com