1. Problem with moving JSPs under WEB-INF directory stackoverflow.comI am facing a problem when I move my JSP files along with CSS and JS files under WEB-INF/web/ directory. The problem is that, when a JSP page loads, it does ... |
2. Invalid JS/CSS resource paths when opening a JSP page through a Struts action class stackoverflow.comThis is the Struts
|
3. How can I upload photos in struts 2 into my public_html directory instead of my tomcat's directory? stackoverflow.comWhen uploading
|
4. Show jsps from different directories based on "theme" struts.1045723.n5.nabble.com> So, I want to ship 2 versions (or more) of my views. > > The will be in > /pages/jsps/theme1/x.jsp > and > /pages/jsps/theme2/x.jsp > > I want the user to be allowed to set the theme, and my result tag in the xml > be something like: > > /pages/jsps/{selected_theme}/x.jsp > > Can I do that? |
5. subfolder in JSP directory struts.1045723.n5.nabble.comHi everybody, I have a web application using Struts and Struts-Layout. I have a lot of JSP in the root JSP directory : public_html/jsp , so I want to order them by fonctionnality each in his own folder. So actually I have : public_html / jsp / jsp_file.jsp and I want : public_html / jsp / a_folder / jsp_file.jsp But I'm ... |