J
johkar
When you extend the javax.servlet.jsp.tagext.TagExtraInfo class and
override the isValid() method, is it possible make a value available
to another tags handler class as the page starts to process? There
are instances where I may not want to throw an error, but do something
different in another class based on the tag attribute values.
override the isValid() method, is it possible make a value available
to another tags handler class as the page starts to process? There
are instances where I may not want to throw an error, but do something
different in another class based on the tag attribute values.