Hi,
I believe the following does not work. The include action cannot have
runtime access of variables "i.e. session.getAttribute("baseUri") ). I want
to confirm whether this is the case:
<jsp:include
page="<%=session.getAttribute("baseUri")%>include/stylepicker.jsp"
flush="true" />

I get the following exception:
org.apache.jasper.compiler.ParseException:
/domain/checknames/english_form.jsp(6,51) Attribute baseUri has no value

Thanks

Reply via email to