I am trying to run the last example from chapter 9 and i am receiving the error
org.apache.jasper.JasperException: The absolute uri:
http://jakarta.apache.org/taglibs/mailer-1.0 cannot be resolved in either web.xml or the jar files deployed with this application
I typed in the above url"http://jakarta.apache.org/taglibs/mailer-1.0" and i receive the error page cannot be found".
I downloaded the file taglibs-mailer.jar
and saved it to taglibs-mailer.tldlib
and saved the file
taglibs-mailer.tld to taglibs-mailer.tld
But when i type in the information in the file premailer.html and click submit i receive the above error message.
Can you please advise.
My classapths are set up to pick up JavaMail1.2 and the Java Beans Framework
Can you please advise
PW