Hi,
First, excellent tag library and great documentation! The display tag is exactly what I need to fit into my application. Unlike others I have tried I like the full control and clean rendering of the tables.
== I think I found some issues with the current package in terms of building it.
First I tried the "display-examples.war" file and it didn't work for me. So I would get the error,
Error 500: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found.
Research leads me to believe that it is because I am using WebSphere App Developer 5, WebSphere 4.04 engine for the built in test server. WebSphere 4 is using something like J2EE 1.2 and JDK 1.3. The war file most likely compiled using JDK 1.4.
== I used the source but found some things missing.
It appears that the source for 0.8.5 may be missing some things.
1)
Had to change the tld in web.xml to,
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
2)
Went to Jakarta and replaced all the jars with the struts 1.1 library because
I know these jars work in my container.
- commons-beanutils.jar
- commons-collections.jar
- log4j-1.2.8.jar
3)
The following jar file was missing and required to run the sample code.
- commons-logging.jar
== Final note, your test files are packaged with your "display.jar".
Regards,
Tin Pham
Technical Systems Analyst
Information Security
(: (416) 348-2191
+: [EMAIL PROTECTED]
------------------------------------------------------------
This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately.
Ce courrier �lectronique est confidentiel et prot�g�. L'exp�diteur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) d�sign�(s) est interdite. Si vous recevez ce courrier �lectronique par erreur, veuillez m'en aviser imm�diatement, par retour de courrier �lectronique ou par un autre moyen.
============================================================

