Muthumuthu Kumaran

Greenhorn
+ Follow
since Oct 29, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Muthumuthu Kumaran

I am Muthu... newer to struts...
Thank you very much srikanth... i was searching for this kind of book...

b.muthukumaran@yahoo.co.in
17 years ago
hi to all,,
i have set a initparameter in web.xml....
But i cant access those values in jsp file...

My web.wml content

<servlet>
<servlet-name>Muthu</servlet-name>
<jsp-file>jsp/MyJsp1.jsp</jsp-file>
<init-param>
<param-name>user</param-name>
<param-value>MuthuKumaran</param-value>
</init-param>
</servlet>

My Jsp Content

<%out.println( getServletConfig().getInitParameter("user"));%>
<%=config.getInitParameter("user")%>

I HAVE GOT OUT PUT AS "NULL"
[ October 29, 2006: Message edited by: Muthumuthu Kumaran ]
17 years ago
JSP