>
>     <init-param>
>       <param-name>
>         message
>       </param-name>
>       <param-value>
>         Hello
>       </param-value>
>     </init-param>

>       message = config.getInitParameter("message");

These two are not compatible. Write the xml removing whitespaces.
       <param-name>message</param-name>
       <param-value>Hello</param-value>


--rp


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to