2 things
1) Are you trying to use el? If so you need a $ in front of {. You also need your web.xml to state that you are using el.
2) For the RT expression - make sure you tag lib declaration allows runtime expressions.


For both of the above - there are plenty of net articles on the specifics of how this is done.

-Tim

Peter Maas wrote:


What do you get in the page source when it runs?

Do you get "<jsp:param name="BroadcastId" value="{parameterValue | <%= BroadcastId %>}" />"

??

If so, then something is terribly wrong. If you get the include okay, but the value of "BroadcastId" is
"{parameterValue | <%= BroadcastId %>}", then something else is wrong :(



This is exactly what I get......



BTW, I'm running tomcat 5.0.12 and am able to replicate this on a winxp and a redhat 9.0 box...



Peter



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to