Hi,

When I create a new cfg file it starts as shown at [1]. As you can see the
attributes supposed to be in the component tag are in the description tag
for the first component. It also misses the DOCTYPE specifying the tld
causing the error not to be picked up while parsing. This can obviously
quickly be fixed by hand. It would be more elegant if you didn't need to
though.

Thought I'd point it out.

Cheers,
Joost

[1]:

  <view>
    <component>
      <description jsfid="s:loadBundle"
componentType="org.apache.myfaces.LoadBundle"
extends="baseComponent">...</description>
      <attributes>
        ...
      </attributes>
    </component>
    <component jsfid="s:xmlTemplate"
componentType="org.apache.myfaces.tomahawk.XmlTemplate"
extends="baseComponent">
      ...
</component>
...
</view>

Reply via email to