Johan Compagner wrote:

> > The tags listed in "struts.tld" (and implemented in the org.apache.struts.taglib 
>package) are
> > the Struts 0.5 version of the tags, and are only kept for backwards compatibility. 
> New code
> > should use the separate tag libraries.
>
> and for complete backwards compatibility you can't point the old struts.tld to the 
>new code.
> if struts.tld goes away, where does the ifAttributeMissing goes to?
>

All of the "if" tags have been replaced by much more powerful and generalized tags in 
the "logic"
library.  For example, <struts:ifAttributeMissing> becomes just one of the cases 
supported by the
<logic:present> tag.

In addition to checking for the presence of attributes, <logic:present> can check for 
the presence
of particular bean properties, cookies, request headers, and request parameters.

For more information on this particular set of tags, see

    http://jakarta.apache.org/struts/struts-logic.html

>
> johan

Craig McClanahan


Reply via email to