Hi all,
 
need a hand....I'm getting errors of :
 
.........java:751: String not terminated at end of line.
                              newDate = "
                                        ^
.........java:757: String not terminated at end of line.
                              ";
 
for this code
 
 
 
<%
 String newDate = new String();
 newDate = "%><jsp:getProperty name="lineItem" property="date" /><%";
 
%>
 
 
can you point out what i'm doing wrong please?
 
 
Thanks,
 
Eric

Reply via email to