Hi All,
I have a custom action that is implemented with a tag file.
It has one attribute and if this attribute is used, the custom action body must be empty, and vice-versa.
How would I enforce this rule? If this were implemented with a java class, I would simply throw a JSPException, but not sure what to do with a tag file.
Thanks.