struts-1
The problems in error handling using Struts validation framework
I have following defined in struts-config.xml: <struts-config> <form-beans> <form-bean name="LoginForm" type="com.actionform.LoginForm"/>[详细]
2022-12-27 23:18 分类:问答How to use javascript to include struts html tag?
I have a check box and a text box. I have used struts tagsand Now i need to validate that if the check box is checked, i should gray out (disable) the text box. If it is unchecked the text box shold[详细]
2022-12-23 04:50 分类:问答AJAX with Struts 1.x Version
I am having an application developed with Struts1.3, Jboss4.X version and jdk1.5 Now as an enhancement we are planning to implement AJAX to the web application[详细]
2022-12-21 14:41 分类:问答FormFile Throwing ConversionException
I have a Struts 1 application with the following ActionForm: import org.apache.struts.upload.FormFile;[详细]
2022-12-21 04:00 分类:问答Maven archetype for integrating Struts 1 and Spring 2.5
I have a project that integrates Struts 1 with Spring. I now wish to port it under Maven 2. I have searched for the开发者_如何学C proper maven archetype but can\'t seem to find a proper match. Any sug[详细]
2022-12-18 22:18 分类:问答