RE: How to use JSTL taglib with struts html taglib

2003-07-28 Thread Karr, David
In the "contrib" directory of the Struts distribution, you'll find the "Struts-EL" distribution, which is a "port" of the Struts tag library that uses the JSTL EL engine to evaluate attribute values. Search the archives for "Struts-EL". There is a "README" in the Struts-EL distribution, and there

Re: How to use JSTL taglib with struts html taglib

2003-07-28 Thread R Balaji
Dear Joshua, The html tags does not understand that expressions were passed and needs to be evaluated. The html-el tags will evaluate the run time expressions , where you do not even need JSTL . please do this, i believe this will work, * * with regards, Balaji* * White, Joshua A (HTSC, CA

How to use JSTL taglib with struts html taglib

2003-07-28 Thread White, Joshua A (HTSC, CASD)
I would like to use the struts html taglig to generate a bunch of checkboxes. While the following is not correct, it encapsulates what I would like to do: I am looping throught the collection using the jstl forEach tag. The problem is that c:out is not evaluated as a runtime expression (