I\'m facing a very weird kind of problem while running my application. When I hit a website and login to my application, the POST is getting converted to GET automatically. Since all the request pa
JSP PAGE <%-- Document: DeptListing Created on : 20-Aug-2011, 10:12:36 Author: LenasalonM01 --%> <%@page contentType=\"text/html\" pageEncoding=\"UTF-8\"%>
I\'m working on a project with my employer that is built with Struts 1 and coming from having worked in Spring it\'s quite a difference and can be a bit frustrating. I\'ve gotten fairly comfortable al
I have 3 modules namely Supervisor,Sysadmin,users. I want to configure separate struts-config.xml for module wise. The strut-config will be placed inside WEB-INF/Supervisor same like others. Jsp pages
I am new to struts and I would like to understand how do I handle logging for each layer(JSP/ActionForm, Action, DAO) of the application.
I\'m using struts 1.2.4 but I have a need to redirect with parameters from an Action Servlet to a target page.I\'m not able to upgrade to 1.2.7+ struts, so I\'m not able to take advantage of ActionRed
How to preselect stru开发者_运维技巧ts 1 html:radio button? Thanks MariaYou should have a value in your Form object that holds the data for your radio button. You\'ll need to pre-fill that in your F
I am really new and not familiar with this...I am trying to edit this folder with a ton of files in it including .xml....I need to find the html part but it is using \"struts\" and I don\'t know much
I am using struts 1.3. I have a an action I am reusing in 3 different cases. The form bean backing this has a property that has the complete path(passed from the jsp) to which the action should forwar
I have been searching for a concrete answer for this, as much of google returns a lot of very old posts. Is this greetingActionForm in the request scope, or in the session scope? Is there any location