Hi,
I'm new to
displaytag, so maybe I'm just missing things :-)
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). After
fixing these TLD issues, I got this:
16:27:52,699 ERROR
[ExceptionManager] Handling Exception: javax.servlet.ServletException:
org/apache/taglibs/standard/tag/common/fmt/BundleSupport
Not sure why.
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.
All of this is using
displaytag 1.0 beta3 on WebLogic 8.1.
Any thoughts for
me?
Jason
Carreira