James Strachan wrote:
From: "Wannheden, Knut" <[EMAIL PROTECTED]>

Sounds cool!

IMHO, the tags and attributes could have slightly more intuitive names.

Agreed...


E.g.

<bcel:class name="org.foo.Test" superClass="java.lang.Object">

how about extends="java.lang.Object" instead of superClass?



   <bcel:property name="bar" type="int" setter="false"/>
   <bcel:property name="bam" type="String"/>
</bcel:class>
Yes, then maybe something like this as well

<bcel:class name="org.foo.Test" extends="java.lang.Object" implements="java.awt.ActionListener,foo.Bar">

or maybe

<bcel:class name="org.foo.Test" extends="java.lang.Object">
<bcel:implements class="java.awt.ActionListener"/>
<bcel:implements class="foo.Bar"/>

I'll have to change my code over to the MapTagSupport. But thats not hard.



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to