Attributes in Custom JSP tag can be set as required by using the following snippet:
<attribute>
<name>imageId</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
Is there any way to specify one of two attributes as required?