Title: Message
 
> I started by using the regular TLD for displaytag, and it's working ok. I tried to switch to the EL version of the TLD and I got two problems. The type declared in the TLD for the export and defaultSort attributes is wrong for the TLD (the export says it's type boolean, the defaultSort says it's type int, but both are Strings).
 
Known, and already fixed in CVS/nightly builds for rc1 (http://displaytag.sourceforge.net/changes-report.html#1_0-rc1 , third item)
 
> 16:27:52,699 ERROR [ExceptionManager] Handling Exception: javax.servlet.ServletException: org/apache/taglibs/standard/tag/common/fmt/BundleSupport
Not sure why.
 
The EL version requires two more jars, see dependencies in http://displaytag.sourceforge.net/dependencies.html . You are missing jstl.
 
> So, the real issue I was trying to handle using the EL is that I need to parameterize the requestUri so I can put the parameters from the request back into the requestUri so they will be there for requests to go back and sort the table.
 
? Parameters should be already preserved and added back by displaytag, whay is not working for you?
 
fabrizio

Reply via email to