Hi!
When I load this page, I get the text "this is an example", but the servlet (serverdate) doesn't load. When I run the servlet on its own it works, but when calling it from an SHTML page it does not. Any help would be much appreciated.
Here is the code inside the body tags....
<body bgcolor="#eeeeff">
this is an example
<servlet code="Web-inf/classes/serverdate"></servlet>
</body>
When I load this page, I get the text "this is an example", but the servlet (serverdate) doesn't load. When I run the servlet on its own it works, but when calling it from an SHTML page it does not. Any help would be much appreciated.
Here is the code inside the body tags....
<body bgcolor="#eeeeff">
this is an example
<servlet code="Web-inf/classes/serverdate"></servlet>
</body>