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
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
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开发者_
I have this code: <%@ taglib uri=\"http://struts.apache.org/tags-logic\" prefix=\"logic\"%> <% List<String> years = new ArrayList<String>(); %>
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
I am trying to use a variable inside a custom Struts tag something like follows - for(String currentMacro : (List<String>)(request.getAttribute(\"individualMacros\"))) {
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
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
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
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.