0 Replies Latest reply on Jul 27, 2007 8:36 AM by alexanderbelov

    Attribute description in *.tld

      Good day!

      I have used Glassfish server for my applications. But now I have tried to use Resin. Now I have an exception about RichFases *.tld.

      My application is built on JSF 1.2, JSP 2.1.

      I see the following description in rich.tld:

      <attribute>
       <name>binding</name>
       <rtexprvalue>false</rtexprvalue>
       <description>The attribute takes a value-binding expression for a component property of
      a backing bean</description>
       </attribute>


      According to JSP 2.1 Specification, static attibutes must have false as rtexprvalue. Dynamic attributes must have true as its value. Becides, there must be deferredValue declared (possible with type).

      It seems that Glassfish ignores this information. But there are real problems with Resin (maybe, with other AS, too).