struts
image servlet in the spring setup
I have a application set up with Spring and Struts. I am trying to display an image in the jsp using the servlet. In the servlet i need to fetch the image to be displayed from the db for which dao is[详细]
2023-04-07 00:36 分类:问答Use HTML5 input with Struts?
Is it possible to convert my <html:text... in HTML5 format (type=email, number, etc...) Is it possible 开发者_StackOverflowwith Struts tags ?You\'d need to take the existing tag library and convert[详细]
2023-04-06 21:32 分类:问答File upload with other form fields(Like Text inputs) in struts 1.3
I am trying to upload an Excel file onto my server. There is one more form field which I need, the Sheet Name. Now i have to use the org.apache.struts.upload to do this. But i am not able to fi开发者_[详细]
2023-04-06 05:30 分类:问答Why does struts iterate inserts blank lines in the source code?
I have this code: <%@ taglib uri=\"http://struts.apache.org/tags-logic\" prefix=\"logic\"%> <% List<String> years = new ArrayList<String>(); %>[详细]
2023-04-06 01:15 分类:问答SEVERE: Exception sending context initialized event to listener instance of class org.apache.struts2.tiles.StrutsTilesListener
While building the war file (Struts2.0) and deploying it on the local tomcat everything is working file and I can able to access the web page but when I am trying to deploy it on the remote server I a[详细]
2023-04-05 04:33 分类:问答Variable in an attribute in Struts custom tag
I am trying to use a variable inside a custom Struts tag something like follows - for(String currentMacro : (List<String>)(request.getAttribute(\"individualMacros\"))) {[详细]
2023-04-04 19:51 分类:问答Display the Hindi encoded values in my select box
I am working on struts framework in java and I have a jsp which has a select box. Onchange of this select box I am displaying some values in a second select box. The first select box is displaying the[详细]
2023-04-04 17:00 分类:问答Questioning in the same JSP page
I have a problem creating one application. For example I have a List or Array of string lines - these are questions. I have a servlet and JSP page, in JSP page there is a button \"next\" a one questio[详细]
2023-04-04 08:53 分类:问答Struts basic class loading issue
I have a basic Struts application, which has currently just one action - login. I confirmed that I set up my mappings correctly, and then wanted to add a real action behind it (i.e. something to verif[详细]
2023-04-04 08:50 分类:问答How to expire webpage when back/forward from browser button
I want to implement following features to my one of the website project; I Don\'t want to let user navigate between pages. Page must be expired. Like onlinesbi or some other secure site.[详细]
2023-04-04 05:40 分类:问答