Is it possible to do something like the following?  I have as much code
as I want in Java classes.  This is just to make modifying the UI
easier.
 
 
<%!
public String test() {
%>
test2
<%!
}
%>
<%=test()%>
 
 
 
 
Charles Killmer
 

Reply via email to