In my JSP page, I do something like this:

<% String str = "my string"; %><input type="text" value=<%=str%>>

<%=str%>

 

 

Reply via email to