If anyone can shed some light on this i waould appreciate it, thanks in
advance.

I am building a system where i compute the name of the page.  When i do this
the page attribute in the jsp:include directive doen't get evaluated.  It is
really simple and looks like:

.....
<%
String destination = "../" + Bean.getOwnerType ( ).toLowerCase ( ) +
"/component.jsp";
%>

<jsp:include page="<%= destination %>" flush="true" />

.....

Should this work?

What am i doing wrong?

Thanks


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to