FeedCluster.com - Free Community Aggregators, Blog Aggregator Hosting Create Aggregator | Submit Blog | Log In
This is a collection of posts related to Java based open source framework Struts. Feel free to post your struts blogs here.
Spring Webflow - FormAction.doValidate() isn't called when there is no validator configured
This post is relevant for the Spring Webflow 1.x users. [read more]
Struts 2 AJAX Autocomplete dropdown example
I started playing with struts 2.0.14 showcase application and thought of extracting a simple AJAX Autocomplete dropdown example from it. In this example I am trying to create a autocomplete textbox and when you select one value from th ... [read more]
Struts 2.1.8 - FreeMarker template error! - Expression parameters.pushId is undefined
I was working on a simple Ajax autocomplete dropdown box and came across this error on Struts 2.1.8. Somehow all Struts 2 Freemarker errors are not clear at telling what is the root cause of a problem. [read more]
Struts 2 Development - FreeMarker template error!
I am getting following error while using Struts 2 application. It does not trace back to my code and my JSP syntax is correct too. Dont know what is causing this, any help will be appreciated. I dont see any information or answers to ... [read more]
Backporting Struts 2 to JDK1.4 or JDK 1.3 using Retrotranslator
Struts 2 framework and its dependencies available currently are compiled using JDK 1.5 and if you want to use same framework on JDK1.4 then you will require to backport these jars. Struts 2 framework core jars and its plugin jars can be ... [read more]
How can you set devMode to dynamically load struts.xml file in Struts 2?
The constant element has a name attribute and a value attribute. The struts.devMode setting determines whether or not the Struts application is in development mode. By default, the value is false, meaning the application is not in devel ... [read more]
AJAX Example code showing XML response in a DIV tag
This is an example code which demonstrates how we can show the response from a XML file to the DIV tag. [read more]
Hello World example - AJAX
Here is example code which demonstrates AJAX interaction displaying "Hello World" along with the server response which is stored at server side in the file serverResponse.xml   Contents of HelloWorld.html   <html> <head> <titl ... [read more]
What are the status values you need to deal with when working with AJAX
The XMLHttpRequest object has few properties   onreadystatechange: The event handler that fires at every state change, typically a call to a JavaScript function.   readyState: The state of the request. The five possible values a ... [read more]
How to Create an Instance of the XMLHttpRequest Object - AJAX
XMLHttpRequest is backbone of AJAX framework. We have to first create an XMLHttpRequest object using JavaScript before we can use the object to send request. You can use JavaScript in a couple of ways to create an instance of XMLHtt ... [read more]
Struts 2 Integer Validation Example
integer validation example struts 2, struts 2 integer validation, number validating struts 2, regular expression validation struts 2, struts 2 validator [read more]
Struts 1 vs Struts 2
Here are few comparison of Jakarta Struts framework version 1.X and 2.X The entire approach has been changed in Struts 2 by introduction of dependency injection and interceptors. Here are few key differences... [read more]
Struts 2 - AJAX Drop down Example
Struts2 AJAX Drop down Example, struts2 ajax auto populate drop down, struts2 ajax auto select drop down, Struts2 AJAX Example, Struts2 AJAX Drop down sample Code, Struts 2, beginners example for struts2, struts2 simple application,stru ... [read more]