Hello,

What is the correct way to run a servlet in
a html page using orion? I have used:

    <jsp:forward page="/servlet/Test" />

And it works, but I have also seen something
like this (which I haven't been able to get
working):

    <SERVLET NAME=Test>
    </SERVLET>

Which is 'correct'?

Thanks,
Robert Karlsson


Reply via email to