It appears to me that Datagrid requires JSTL 1.0 and JSP 1.2 from reading the thread below. This means that unless you can patch Datagrid yourself or wait for the bug to be patched , you'll have to downgrade a few things like JSTL jar file, Web Container that supports JSP 1.2.
http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-user/200412.mbox/[EMAIL PROTECTED]
You're doing everything right. The problem is that the datagrid tag was made for JSP 1.2 working with JSTL 1.0. I will try to modify the tag to see if I can make it work with JSP 2.0. It shouldn't be a lot of work.
Feel free to report a bug on Bugzilla: http://jakarta.apache.org/site/bugs.html , if there is no duplicate in Bugzilla. -Regards Rashmi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
