Matt wrote:
> Is it possible to replace:
> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean"
%>
> with:
> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-el";
prefix="bean" %>
> And get all of the same functionality that "tags-bean" has?

Perhaps I misunderstand, but the point of the Struts-EL tags was to port
only that which JSTL could not handle.  What I did was globally change
'bean' to 'bean-el' in a JSP, then set about fixing the compilation errors
by changing (for example) <bean:write> to <c:out>.  Similarly,
<logic:iterate> changes to <c:forEach>, etc.  

HTH,
-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Public Affairs, Information Resources Management
Arizona State University, Tempe AZ 

Reply via email to