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, * html-el:checkbox property=myItems

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's a few