struts
populating other select drop down based on first select drop down
I am using struts 1.2, I have a very general requirement that, I have two following dropdown box. now i want when we select the category, it should populate the subcatoegory select box. i tried with j[详细]
2023-03-30 23:20 分类:问答error exporting data to excel with display tag 1.1.1
We’ve a problem开发者_StackOverflow社区 with our J2EE application, which uses Display Tag library 1.1.1. The problem is that we’ve a \"Java heap space\" error when we try to export the result of a S[详细]
2023-03-29 23:53 分类:问答Struts form automatically submitted when using validate() method
I am using struts 1.2. My struts flow is working properly but when I am using validate() method of action form for validation. my form is automatically submitted. and this validation method get called[详细]
2023-03-29 20:39 分类:问答JSP Struts reverse iterator
I got a jsp page where Struts iterator is used to fetch items from the db. Is there some way reverse the order of the result set?[详细]
2023-03-29 13:10 分类:问答org.apache.struts.action.ActionMessage cannot be cast to org.apache.struts.action.ActionError
I am working on struts1.2 application. I created a formbean extending validatorform, then override the method validate().[详细]
2023-03-29 09:30 分类:问答Java Remote kill user session
How I can kill a user sessionId from a web administration panel? I mean, I have multiple users entering a website with jboss 4.2 and struts 1.3 and I want to close a session of some of these users rem[详细]
2023-03-29 08:42 分类:问答POST method getting converted to GET in IE-9
I have this line of code in my JSP. (I\'m using struts 1.3) <html:form action=\"screening/mine.do\" method=\"post\">[详细]
2023-03-29 06:43 分类:问答Passing value from Child to Parent and setting the values in Parent Form to save Child details
I have a Child javascript popup window jsp which generates dynamic table of values. I want these table values to be passed to the Parent window 开发者_运维百科jsp and from there on click of Submit the[详细]
2023-03-28 11:20 分类:问答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 分类:问答Application path in Weblogic server
In Struts action class how do I get the application path? I want to read an XML file from webcontent开发者_高级运维\\applicationName\\Config\\myxml.xml[详细]
2023-03-27 18:40 分类:问答