>
> What is the correct way to run a servlet in
> a html page using orion? I have used:
>
> <jsp:forward page="/servlet/Test" />
This is the way it should be done with JSP 1.1
>
> And it works, but I have also seen something
> like this (which I haven't been able to get
> working):
>
> <SERVLET NAME=Test>
> </SERVLET>
This was doable in JSP 0.97 etc until 1.1 I think.
>
> Which is 'correct'?
The first one should be the correct way afaik.
>
> Thanks,
> Robert Karlsson
>
>
