I am using jsp include to include a jsp in a jsp.
<jsp:include page="{relativeURL | <%= expression %>}" flush="true" > <jsp:param name="parameterName" value="{parameterValue | <%= expression %>}" />+ </jsp:include> I want to pass dynamic value to name attribute is this possible. <jsp:param name="<%"string from an object"%>" value=<%"string from an object"%>/> I want to pass property of a bean for the value of name attribute .How can I acheive this. thanks®ards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]