Quantcast
Channel: Ignite Realtime: Message List
Viewing all articles
Browse latest Browse all 12162

Re: java.lang.NullPointerException when creating public jsp

$
0
0

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.



Viewing all articles
Browse latest Browse all 12162

Trending Articles