struts-1
Can't access a property with <html:checkbox property="..."> when iterating a list
In my Struts form I\'ve got a list. In a JSP I iterate over it like this: <c:forEach items=\"${MyForm.types}\" var=\"type\">[详细]
2023-01-04 00:11 分类:问答Struts 1 ActionForm - retrieving a collection from pure HTML
Hi all I have (just like the rest) inherited some struts 1 code. I have had need to add a few more pages to this project.[详细]
2023-01-03 20:54 分类:问答Passing a Java object from one Struts action to another
In one of my Struts action I\'ve got the following code in a method: ... List<Object> retrievedListOfObjects = c.getListOfObjects();[详细]
2023-01-03 20:34 分类:问答Pass value to another jsp
I have come in a situation where I need to create开发者_StackOverflow中文版 a hiperlink for each entry in collection[详细]
2023-01-03 11:26 分类:问答Iterating over hashmap in JSP in struts application
I have a HashMap object that I am getting on a JSP page. HashMap<Integer,Gift_product> gift_hm = new HashMap<Integer,Gift_product>();[详细]
2023-01-03 07:17 分类:问答Help with Struts Action mapping
I am having a problem with my struts application it is a class enrollment app and when the user clicks on a \"show enrolled courses\" button it is supposed to show the courses they are enrolled in but[详细]
2023-01-03 03:50 分类:问答struts.xml and struts-config.xml
What is the difference between struts.xml and struts-config.xml? Are both the same or is there any difference betwee开发者_如何学编程n them?The core configuration file for the Struts framework is by d[详细]
2023-01-02 07:46 分类:问答How to include javascript/css once with Struts 1.x
If this is the wrong approach, please suggest something better, but my current efforts have been trying to find something that exists for a single page load, such that I can cache which javascript/css[详细]
2023-01-01 22:22 分类:问答How to have dynamic css files depending on struts session variable
I have a webpage in which i want the css file to be the same name as a session variable I have set. For example;[详细]
2022-12-29 06:15 分类:问答Using Hibernate with Struts
How can I configure 开发者_运维技巧Hibernate in Struts?There\'s a good JavaWorld article on this topic called Struts Recipes: Hibernate and Struts.I suggest you start there.If you\'re really smart nei[详细]
2022-12-29 00:29 分类:问答