Closed GoogleCodeExporter closed 9 years ago
Hi, When I include the libraries of "jQuery" in my Struts2 project, I get the following error when making the deploy: 12:48:29,195 INFO [TomcatDeployer] deploy, ctxPath=/VentaCelularesWEB, warUrl=.../tmp/deploy/tmp36814VentaCelularesWEB-exp.war/ 12:48:29,586 INFO [XmlConfigurationProvider] Parsing configuration file [struts-default.xml] 12:48:29,711 ERROR [[/VentaCelularesWEB]] Excepción arrancando filtro struts2 Class: java.net.PlainSocketImpl File: PlainSocketImpl.java Method: connect Line: 177 - java/net/PlainSocketImpl.java:177:-1 My JSP: <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> <html> <head> <title>Active Directory Home</title> <!-- Page styles --> <link type='text/css' href='../css/demo.css' rel='stylesheet' media='screen' /> <s:head theme="ajax" debug="false"/> <sj:head jqueryui="true"/> </head> <body > <div id='container'> <%@include file="../pages/layout/logo.jsp"%> <div id='content'> <h3>Functions</h3> <sj:dialog id="dialog" title="Presentation"> Presentation </sj:dialog> </div> <%@include file="../pages/layout/footer.jsp"%> </div> </body> </html> application Server: JBoss 4.2.2GA version struts: 2.0.14 version struts2-jquery: 2.3.1 Thanks, Jorge
Original issue reported on code.google.com by jabiancu...@gmail.com on 9 Aug 2010 at 3:49
jabiancu...@gmail.com
the jquery plugin did not work with struts 2.0.x versions. you need a version 2.1.x to use this plugin.
Original comment by johgep on 10 Aug 2010 at 7:42
johgep
Original issue reported on code.google.com by
jabiancu...@gmail.com
on 9 Aug 2010 at 3:49