struts-1
ACEGI Tag to Access Currently Logged In User Object
I have a legacy java webapp which uses Acegi Security. I am trying to remove all java scriplets from jsp pages. Is there any ACEGI tag which could be used to replace the following expression:[详细]
2023-02-03 09:33 分类:问答Struts 1.1 validation.xml: myList.size() == 0. How to check for this
I have a situation where a list of JobTitles can have 0 length, and if it does, thefield jobTitleId should not be validated.[详细]
2023-01-31 11:12 分类:问答what is the use of <html:html in struts?
what is the use of <html:html 开发者_运维问答in struts?Actually, there would be no difference if you use <html> instead of plain <html:html>.[详细]
2023-01-31 01:46 分类:问答Verify user when he come back after logout
we are developing a web application using Struts 1.2. In that application, when user presses logout, it will logout the user,but when he presses back button, it will take him inside without asking for[详细]
2023-01-30 12:57 分类:问答Cross-site request forgery prevention using struts token
I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework.[详细]
2023-01-27 23:06 分类:问答Regarding Struts configuration files
Where do we need to put the struts configuration files in a web applicatio开发者_开发问答n? And, what is the differences between struts.xml and struts-config.xml? For Struts 2 applications, which one[详细]
2023-01-27 21:57 分类:问答EJB and Hibernate in Struts application
I have an application that has a struts 1.1 and EJB 2 combination, but now we are introducing a new piece into it with hibernate 3.2. The hibernate DAO\'s run in parallel with the EJB 2 session bean D[详细]
2023-01-24 09:23 分类:问答Struts 1.1 + Hibernate 3.2 Integration
I am trying to integrate hibernate into an existing struts + ejb 2.0 application. I had to write a struts-hibernate plugin for the session creation from hibernate.cfg.xml. I also created model and hbm[详细]
2023-01-24 04:51 分类:问答How to store value which is sharable at the application level in struts1 like session?
I have to store the one String object at the application l开发者_如何学运维evel and have to access it in the JSP page. How to do this?Please give me some sample.The ServletContext.setAttribute(key, va[详细]
2023-01-22 21:52 分类:问答struts 1.2 with Ajax
how to make synchronous Ajax call using dojo.event.connect. Basically for asynchronous Ajax call, if two call is there开发者_StackOverflow means it will load parallel. So i want make a call synchronou[详细]
2023-01-21 16:53 分类:问答