Hi Jim, action is on server side and javascript is on browser side, they don't interact, You can generate js server side but that's it. Js will be run in browser so it has no access to stack or action variables.
Best greetings, Paweł Wielgus. 2009/12/17 Jim Collings <[email protected]>: > So I have two actions and one jsp. The idea is that one is for the > entire page and another is for putting into a <div> via a JavaScript > method. > > Question: How do I get items off of the value stack for use in JavaScript? > > > Jim C. > > --------------------------------------------------------------------- > 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]

