Hi All

I am trying to access init-params from web.xml, in a FlowScript, and all I get are nulls.

I try this:

var smtpHost = cocoon.context.getInitParameter ("smtp-host");

with this in my web.xml:

    <init-param>
      <param-name>smtp-host</param-name>
      <param-value>smtp.host.org</param-value>
    </init-param>

I can't get any of the init-params from web.xml ....

Any suggestions?

thanks

regards Jeremy

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to