Re: variable substitution in html:textarea
> How to do variable substitution in html:textarea? e.g. Java code > package util; > public interface Literals {public static final String LAST_NAME > = "lastName";} > my.jsp > <%@ page import="util.Literals" %> > > > > I try to m
variable substitution in html:textarea
How to do variable substitution in html:textarea? e.g. Java code package util; public interface Literals { public static final String LAST_NAME = "lastName";} my.jsp <%@ page import="util.Literals" %> I try to make "lastName" to appear at m