I want to display my string str as the defaultinput value and when I run ,oly the first part of the word is displayed. It skips everything after the blank space.How do I sort this out?
<%
String str="First Second";
String form="<form name='test'><in put type='text' value="+str+"></form>";
out.println(for m);
%>
<%
String str="First Second";
String form="<form name='test'><in put type='text' value="+str+"></form>";
out.println(for m);
%>