Jonathan Carlson wrote:

> I am very pleased that Struts 1.0 is finally here!  Thank you, developers,
> for all the effort.
>
> I have a question about the Struts 1.0 beta build.  Please tell me if I'm
> wrong, but it appears that the template tags are included in the struts.jar,
> but not in the struts.tld file.  Was this intended?
>

The "struts.tld" file documents only the old Struts 0.5 tags.  To use the
template tags, or any of the current 1.0 tags at all, you will really be using
one or more of the struts-xxxxx.tld files, including struts-template.tld for the
template tags.

See the Struts example application's approach to this as a starting point.

>
> Jonathan Carlson
>
> P.S. I would have sent this to the dev list but I haven't subscribed to that
> one yet.

Craig


Reply via email to