Questions tagged [struts2-jquery]

A Struts 2 plugin that provides Ajax UI widgets based on jQuery and jQuery UI.

Johannes Geppert's Struts 2 jQuery plugin.

392 questions
-2
votes
1 answer

jQuery function returning only else's part

function checkId(val){ alert("hello " + val); if(val == "yes"){ <% req.getSession().setAttribute("buttonValue","yes"); %> } else { <% req.getSession().setAttribute("buttonValue","nil"); %> } } Value keeps changing to 'yes' &…
-2
votes
2 answers

Tomcat not starting (Struts 2 jquery issue)

While starting tomcat, I got this error : Caused by: java.io.FileNotFoundException: http://struts.apache.org/dtds/struts-2.3.dtd at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1401) at…
Abhishek
  • 471
  • 1
  • 4
  • 12
1 2 3
26
27