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
- {OT] Re: Jumping in and out of JSP Charles P. Killmer
- {OT] Re: Jumping in and out of JSP Jason Bainbridge
