On Fri, Dec 18, 2009 at 6:37 AM, Jim Collings <jlistn...@gmail.com> wrote:
> Here is the answer that I was provided & used: > > 1. You can use the ${somethingFromTheValueStack} notation like so: > > onclick="onjavaScriptMethod('${value}');" > > I tried this but missed the ' marks because it's been so long since I > did any JavaScript. I haven't tried this trick in an actual embedded > script or script file. Just jsp's. Would be nice if it worked. Does > anyone know if it does? > > It'll work fine in <script> tags embedded in your jsp, but it won't work in external script files. -Brian