Arun wrote:
> jspc:

> What is wrong?

You're sending me twice as many mails as you need to, for a start.
Reply-to-all is unnecessary - just reply to the list please.



The error message tells you what's wrong, on line 10.

 "navigation.jsp(10,20) attribute for %>" is not properly terminated "

Does the html:link tag href attribute accept scriptlets?
Probably not.

Does it accept dynamic runtime expression values?
Check in the tld definition


You'll likely have to use an expression language statement instead of a
script variable, e.g.  ${pageContext.request.contextPath}


p


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to