I developed one web applications using struts. Now when i tried to run in another machine I am getting the following error. Following is taken from glassfish server log
hey all.. i want the user to enter a set of data such as \"name\" and \"age\" and correspondingly send it to the person bean. But the user can choose to enter any number of person\'s data at 1 go.
I am beginner to struts. I used few sample hello world applications. First of all I executed hello world example of struts 2.0.1 then I downloaded latest libraries and tried to create struts app. But
Hi I want to make reusable component in/for Struts 2 framework. For example, a login form having validations, authentication on form submission, error display, Forgot password link etc.
I am writing a struts2 application and to access the system the users has to login. The action I have works correctly and the system works fine but after the action returns \"success\" it forwards to
I am using struts2.0.1, I want to get customer info and product info in one request and show them in one jsp, now I have CustomerAction.getCustomer and ProductAction.getProduct already,is there any wa
I have two war file app1.war and app2.war deployed in a single JBoss instance. Package names for java classes for both war files starts with com.myapp
I\'ve written an action that returns a string. The returned string is an xml-string. E.g. I\'d like to return this xml, but I rece开发者_如何学JAVAive this UTF-8 format: <request><
I have Struts 2 configured to redirect any java.lang.Exception to a special Action which logs the exception. My redirection works, but my Action always gets a null exception (even when I explicitly th
I am working on a Struts 2 application .I have a JSP pagein which there is a normal html table. In one of the columns , I have a link called \'update\' . When I click on the \'update\' , a new popup w