I want to pass the value of resource key defined in the property file to a javascript function. I am getting error while using the following code snippet. please provide some poniters
As you've discovered, you can't nest tags like that--that's simply not valid JSP. You'd need to set the value to a variable and use either JSP 2+ EL, or the Struts EL tags if you're not running in a JSP 2+ container.