| Author |
getInitParameter confusion
|
Chris Pat
Ranch Hand
Joined: Aug 27, 2005
Posts: 156
|
|
Hello What is the correct syntax in the struts-config.xml and the syntax in the Action, to establish/retreive an initialization parameter for the default application. I have tried: web.xml <context-param> <param-name>totalSamples</param-name> <param-value>3</param-value> </context-param> action String textNum =totalSamples = servlet.getInitParameter("totalSamples"); What is the correct way? tia.
|
 |
 |
|
|
subject: getInitParameter confusion
|
|
|