Is the servlet container configured to tread *.jspx as if they are *.jsp? In tomcat this could be done by configuring <tomcat_home>/conf/web.xml, add the *.jspx to the jsp servlet mapping.
----- Original Message ---- From: ninavagyan <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Tuesday, 4 July, 2006 3:23:34 PM Subject: How to call java script in jspx ? I try to write some code in jspx it doesn't work, I try to write ir also in CDATA again it doesn't understand. <script> <![CDATA[alert("example");]]> </script> --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=36323&messageID=71153#71153 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]