RE: useage of context-param in web.xml

2000-07-16 Thread Dave Smith
- From: Jen Hsien Huang [mailto:[EMAIL PROTECTED]] Sent: Friday, July 14, 2000 8:45 PM To: Orion-Interest Subject: RE: useage of context-param in web.xml Sorry , I have tried this too, none of them work. = out.println("param:"+getServletConfig().getInitParameter("Webmaster&

Re: useage of context-param in web.xml

2000-07-14 Thread Martin Mavrov
- Original Message - From: "Jen Hsien Huang" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 13, 2000 6:50 PM Subject: useage of context-param in web.xml > what is "context-param" in web.xml? > how

RE: useage of context-param in web.xml

2000-07-14 Thread Jen Hsien Huang
m.out.println("param:"+config.getInitParameter("Webmaster")); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell Sent: Friday, July 14, 2000 4:33 PM To: Orion-Interest Subject: Re: useage of context-param in

Re: useage of context-param in web.xml

2000-07-14 Thread Christian Sell
read carefully: and then try context.getInitParameter(). Done it before. -Original Message- From: Jen Hsien Huang <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Date: Freitag, 14. Juli 2000 10:16 Subject: RE: useage of context-param in web.xml >I have t

RE: useage of context-param in web.xml

2000-07-13 Thread Jen Hsien Huang
I have try to use it in this way , but it donest work Webmaster [EMAIL PROTECTED] out.println("param:"+getServletConfig().getServletContext().getAttribute("Webmaster")); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent

Re: useage of context-param in web.xml

2000-07-13 Thread Eric Richardson
Hi Jen, --From the dtd --this are parameters that apply to the application scope it looks like to me in your app grab the values from the application scope. Let us know if it works for you. eric :-) Jen Hsien Huang wrote: > what is "context-param" in web.xml? > how to use it ? c

useage of context-param in web.xml

2000-07-13 Thread Jen Hsien Huang
what is "context-param" in web.xml? how to use it ? can anybody give me a code snip for example. Regards., Jen Hsien Huang