Hello,

I see some of the examples shipped with 5.0.25 tomcat contains ${} embedded jsp commands, as below:

                 <tr>
            <td>\${1}</td>
            <td>${1}</td>
          </tr>
          <tr>
            <td>\${1 + 2}</td>
            <td>${1 + 2}</td>
          </tr>
          <tr>
            <td>\${1.2 + 2.3}</td>
            <td>${1.2 + 2.3}</td>
          </tr>

However, as I create a new tomcat application directory (Es. /myexamples) and try to use the same jsp syntax I only get symple html output, without ${} command interpretation.

Does someone know the reason? Is it some directive missing in web.xml file?

Thanks and best regards
Stefano

_________________________________________________________________
Filtri antispamming e antivirus per la tua casella di posta http://www.msn.it/msn/hotmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to