RE: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Raible, Matt
ts/tags-tiles"; prefix="tiles" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/display"; prefix="display" %> <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> <%@ taglib uri="http://jakarta.apache.org/tag

RE: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Wendy Smoak
e 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

Re: [Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Kris Schneider
I think you get include, message, page, resource, size, and struts. So, not all of them are EL-enabled, but the others can probably be handled with JSTL. Quoting "Raible, Matt" <[EMAIL PROTECTED]>: > Is it possible to replace: > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; pref

[Struts EL Tags] Is it possible to replace the standard tags?

2003-06-16 Thread Raible, Matt
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? Thanks, Matt ---

Re: Struts-el tags

2003-01-08 Thread Justin Ashworth
Struts 1.1 b3 is packaged with the Struts-el tags in the contrib directory. Try downloading 1.1 b3 from here: http://www.apache.org/dist/jakarta/struts/binaries/ - Original Message - From: "william" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAI

Struts-el tags

2003-01-08 Thread william
Hi, >From where can I donwload struts-el tags ? I tried at jakarta and the page could not be displayed. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>