> Is there any documentation about Struts-el? Or how I can move from
> Struts tags to Struts-el? .. all the books available for Struts do not
> cover Struts-el. Probably Ted has some kind of follow up for his great
> book.

There is a README file in the contrib directory where the struts-el files
live.  It explains which JSTL tags you should use to replace the "original"
Struts tags.  If there is no JSTL replacement, then you use the Struts-EL
tag.

To convert, I changed all my <%A taglib uri=... %> declarations over to
struts-el and then replaced all the <html: with <html-el:, etc.  Then I
tried to load the page and dealt with the "no tag found" messages by looking
at the README.

For instance, there isn't a <logic-el:iterate> tag because you're supposed
to use <c:forEach>.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management
 

Reply via email to