struts-1
POST getting converted to GET across OS
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[详细]
2023-03-30 02:18 分类:问答javax.servlet.jsp.JspException: Cannot find bean: "departments" in any scope
JSP PAGE <%-- Document: DeptListing Created on : 20-Aug-2011, 10:12:36 Author: LenasalonM01 --%> <%@page contentType=\"text/html\" pageEncoding=\"UTF-8\"%>[详细]
2023-03-29 14:49 分类:问答Good resources for becoming more familiar with Struts 1 (for a legacy project)
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[详细]
2023-03-28 08:13 分类:问答How to configure mutiple struts-config.xml by module wise for single project?
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[详细]
2023-03-27 20:23 分类:问答struts - logging for each layer (Action, DAO)
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.[详细]
2023-03-25 11:29 分类:问答Struts redirect with params
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[详细]
2023-03-25 04:49 分类:问答How to preselect struts html:radio button
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[详细]
2023-03-23 19:38 分类:问答how do i find html of struts?
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[详细]
2023-03-23 16:41 分类:问答Read a form bean property to pass on to a forward
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[详细]
2023-03-22 23:50 分类:问答is this struts 1.x form bean in session scope or request scope?
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[详细]
2023-03-22 03:30 分类:问答