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
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
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
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?
I am working on struts1.2 application. I created a formbean extending validatorform, then override the method validate().
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
I have this line of code in my JSP. (I\'m using struts 1.3) <html:form action=\"screening/mine.do\" method=\"post\">
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
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
In Struts action class how do I get the application path? I want to read an XML file from webcontent开发者_高级运维\\applicationName\\Config\\myxml.xml