Thanks Craig

Guess I should have read the documentation better :-)

I now have converted my app from 0.5 to 1.0. Took about 3 hours with no change in
behavior.

Richard Backhouse
Oak Grove Software

"Craig R. McClanahan" wrote:

> [EMAIL PROTECTED] wrote:
>
> > Craig,
> >
> > I've just completed converting my apps to struts 1.0 from 0.5 and have a couple
> > of tags that I still have to use from the original struts.tld. I couldn't find
> > equivilent functionality in any of the new tlds for these tags. They are :
> >
> > struts:htmlProperty
>
> Check out
>
>     <bean:write ... filter="true"/>
>
> >
> > struts:enumerate
> >
>
> and <logic:iterate/>.  Struts 1.0 requires Java2, and the iterate tag that was
> already present in Struts 0.5 is a superset of the enumerate tag, so only iterate
> was kept.
>
> >
> > Are there any plans to make these tags (or equivilents) in the new tlds ?
> >
> > Thanks
> > Richard Backhouse
> > Oak Grove Software
> >
>
> Craig McClanahan

Reply via email to