G'day all,

Can someone please tell me how to retrieve the value which as been defined
using a <env-entry> tag in the web.xml file?

For example, the snipet below is what has been defined in the web.xml file:

  <env-entry>
    <env-entry-name>applicationName</env-entry-name>
    <env-entry-value>RASCAL - Development</env-entry-value>
    <env-entry-type>java.lang.String</env-entry-type>
  </env-entry>
  <env-entry>

The aim is to have something like <c:out value="..."/> where the value is
equated to the defined env entry in the web xml file.

Thanks if you can help.
AB



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

Reply via email to