Hi All,
I am including my JS file in JSP in the following way:
<script type="text/javascript" src="includes/js
/Search.js"> </script>

I have struts tag in the js file like
var key = <bean:write name='KEY' />;

When I run my jsp it is giving syntax error. But when I have
the js code in my JSP itself it is working fine.
Please help me in this issue. Am I doing something wrong in
the code?
Any help would be grateful.

Thanks, 
Venkat
-- 
View this message in context: 
http://www.nabble.com/Error-when-including-Javascript-file-in-JSP-which-has-struts-tags-in-it.-tp22011702p22011702.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to