throws JspException {
if (name != null) {
// if the name attribute was set, look for a corresponding
// namespace
DomainBean domain =
StrutsTagUtils.findDomain(this, pageContext);
namespace = getNamespace(domain, name);
} else {
// use the default namespace, if available
namespace = StrutsTagUtils.findNamespace(this, pageContext);