I am having difficulty accessing the parameters I am passing into the <s:include..> tag.
I have tried everything I can think of to get access to these parameters. Could anyone tell me where I am going wrong and how you are suppose to access the parameter values. Thanks, Scott ============================================== Page 1) <s:push value="callPass"> <s:include value="/web/common/callpassRow.jsp"> <s:param name="param1" value="'01234'"/> <s:param name="param2" value="'666'"/> <s:param name="param3" value="'1'"/> </s:include> </s:push> ================================================ Page 2 )callPassRow.jsp to be included.. <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> <tr class="campaign-<s:property value="#parameters.param1"/> id="sub-<s:property value="#parameters.param2"/>-<s:property value="#parameters.param3"/>"> <td class="canFade indent2"><s:property value="name"/></td> <td>...</td> </tr> ============================================================= --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]