On 11/21/05, Chris Pat <[EMAIL PROTECTED]> wrote:
> Hello
> What is the correct syntax in the struts-config.xml
> and the syntax in the Action, to establish/retreive an
> default parameter for the default application. I have
> tried:
> web.xml
>
>totalSamples
>3
>
>
> action
> String te
Hello
What is the correct syntax in the struts-config.xml
and the syntax in the Action, to establish/retreive an
default parameter for the default application. I have
tried:
web.xml
totalSamples
3
action
String textNum =totalSamples =
servlet.getInitParameter("totalSamples");
What i
2 matches
Mail list logo