> 24.09.2001 10:15:35, [EMAIL PROTECTED] wrote:
>
> >remm 01/09/24 01:15:35
> >
> > Modified: src/taglib/common/org/apache/slide/taglib/tag
> > DomainTagSupport.java
> NamespaceTagSupport.java
> > src/taglib/struts/org/apache/slide/taglib/tag/struts
> > StrutsTagUtils.java
> > Log:
> > - Also lookup the namespace name in the servlet context.
> > - Expose the enumerateNames property in the domain tag.
>
> Why that (the latter) ?
>
> The namespaces & namespace-names are already exposed by the
> DomainBean, and I don't think the tag class should duplicate that
> functionality. I also can't find where you'd be making use of the
> added method anywhere.
I wanted to have a list of the namespces on the front page, like this:
<slide:domain id="domain">
<logic:iterate id="name" name="domain"
property="namespaceNames">
....
Can I do it without modifying the domain tag ?
Remy