I copied the MessAdmin folder into doc root, added jars, and ran the ant task to update web.xml. After futzing around with it a bit, I discovered that it was missing the TLD files in WEB-INF. I opened up the messadmin.war and copied them (taglib-core.tld and taglib-fmt.tld) to my WEB-INF and all is well now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for your kind words.
The TLD files are embedded in MessAdmin-Core.jar, and should be discovered automagically by your application server.
Which server (and version) are you using? Did you have to declare the TLDs in your web.xml too?
Regards,
Cédrik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wonderful project. Very nice work.
I copied the MessAdmin folder into doc root, added jars, and ran the ant task to update web.xml. After futzing around with it a bit, I discovered that it was missing the TLD files in WEB-INF. I opened up the messadmin.war and copied them (taglib-core.tld and taglib-fmt.tld) to my WEB-INF and all is well now.
Hi Alan,
Thank you for your kind words.
The TLD files are embedded in MessAdmin-Core.jar, and should be discovered automagically by your application server.
Which server (and version) are you using? Did you have to declare the TLDs in your web.xml too?
Regards,
Cédrik