• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Question:My QUESTION IS IN JSP: When I gave initialization parameters to JSP in config servlets properties file and accessed the JSP, i got null values,it is unable to pickup the initArgs from the properties file.
The code goes like this
<%@ page language="java" >
<%= config.getInitParameter("name")>
WEBSERVER:LWS-2.2.1
OS:windows95/98
can anybody please clear my doubt HOW TO GIVE INITIALIZATION PARAMETERS IN SERVLET PROPERTIES FILE AND HOW TO RETRIEVE THAT VALUES IN JSP?
MyEmail:raghukamuni@yahoo.com
thanks,
Raghupathi kamuni
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic