struts
request parameters not working properly when called from inside iframe
I have a search page called search.jsp. I have a corresponding struts search action for this page. Everything works perfect when u click开发者_C百科 on \"search\" link.[详细]
2023-03-24 02:39 分类:问答How to send a URL string to a struct method using ajax
I have a string which is basically a URL \"http://www.demopage.com/sid=23&pop=wsa&jingle=yu Now i want to send this url to the server using agax request. How can i do it.? Just send it as str[详细]
2023-03-23 19:35 分类:问答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 分类:问答How to add Struts 1.x to Eclipse Java EE?
I download eclipse java EE from eclipse.org and download struts 1.3 from apache.org. Now I want to add struts framework to eclipse so that i can use struts library. I read many pages but each one says[详细]
2023-03-23 11:20 分类:问答Selectively deny access to a subset of actions for a logged in User
In my struts application, I want to selectively redirect some Users (based on their role) to a static page when they access some of the actions.[详细]
2023-03-23 11:00 分类:问答struts 1.x form scope, why is request scope faster?
struts 1.x I have always defined a struts form action mapping with scope=\"request\" unless forced into session.An Example:[详细]
2023-03-22 20:36 分类:问答how will container start ApplicationContext.xml file
I already have an application implemented in Struts. I am trying to move it to Spring so I am doing everything step by step. First plan is to implement IOC (DI). now I got my DAOs fixed, i got my appl[详细]
2023-03-22 07:22 分类:问答Content-Type all of a sudden goes missing
Really strange issue has been occurring lately with two legacy Struts applications running on separate RedHat 5/Tomcat 6 servers. Some brief details:[详细]
2023-03-21 22:01 分类:问答Will tomcat creates a new session for every forward to a jsp page
I want my web application to contain only one session created at login. But my server is creating a separate session fo开发者_如何学运维r every request to a jsp page. How can I configure to have only[详细]
2023-03-21 21:17 分类:问答Any problem with creating a new Struts Action instance from the Action's execute() method?
I\'m using Struts 1.1开发者_C百科 (don\'t get me started), and upgrading is not an option right now.Unfortunately, the whole singleton action approach drives me nuts and makes the action rather compli[详细]
2023-03-20 18:46 分类:问答