hi i am using public servlet insteadof jsp so tell me how can i do this in servlet:
<code>
<meta content="none" name="decorator" />
</code>
If i write this in servlet
out.write("<code>");
out.write("<meta content=\"none\" name=\"decorator\" />");
out.write("</code>");
Then I don't get any exception but I get
"<code>
<meta content="none" name="decorator" />
</code>"
in response but i don't want it with my responce.