Hello all,

I am writing in hopes of getting the "RowTag" added to Struts.  I think this
is a Tag - allowing for alternate row colors inside an iterate tag.  I have
added this class to the latest version of struts, and added its description
to struts-logic.tld, but everytime I checkout a new version of Struts, it
overwrites my changes.

Therefore, this e-mail is sent in hopes of getting this tag added to Struts
soon.

This e-mail is based on a posting found at:

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg07855.html

Thanks,

Matt


<tag>
        <name>row</name>
        <tagclass>com.amarda.framework.taglib.RowTag</tagclass>
        <bodycontent>JSP</bodycontent>
        <info>
          Format a HTML Table Row (i.e. <TR>....</TR>)
        </info>
        <attribute><name>oddColor</name></attribute>
        <attribute><name>evenColor</name></attribute>
        <attribute><name>oddStyleClass</name></attribute>
        <attribute><name>evenStyleClass</name></attribute>
        <attribute><name>align</name></attribute>
        <attribute><name>valign</name></attribute>

<attribute><name>onblur</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onchange</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onclick</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>ondblclick</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onfocus</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onkeydown</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onkeypress</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onkeyup</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onmousedown</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onmousemove</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onmouseout</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onmouseover</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>onmouseup</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>style</name><rtexprvalue>true</rtexprvalue></attribute>
<attribute><name>styleClass</name><rtexprvalue>true</rtexprvalue></attribute>
</tag>

RowTag.java

Reply via email to