I am using struts menu in my project. The problem is the active menu does not get high lighted.I figured out where the logic for th开发者_如何学Gois is -
I have two web applications, webapp1 (JSF-Spring) and webapp2 (Struts) running on a single Tomcat 6.0.Webapp1 uses JSF phase listener to protect all the resources within the webapp.
Basically,I am开发者_StackOverflow creating a site which will be accessible via Mobile and desktop. So i want to create 2 views.
I am trying to learn struts2, so this is a pretty basic question. I have a page input_database.jsp, and its corresponding class input_database.java
I am working in Struts and jsp. I need to keep my cookies turned off as i needmulti-tab browser support. So a solution is required to hide the session id in the URL and still keep track of the session
I want to implement Cross-site request forgery prevention for my web application which is base on struts 1.x framework.
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
i am trying to send sms through a url as follows publicvoid sendsms() throws IOException { URL sms = new URL(\"http://india.timessms.com/http-api/receiverall.asp?username=way2sijo&password=****
Can anyone please help me in making only few items out of all in a combo as bold usin开发者_开发技巧g struts.To make some options in a select different than the others, you need to apply a different s
Is it possible one of the options of html:select tag to be another select? And if not,开发者_如何学Go how can I achieve this result using Struts?Take the following code and run it in a few browsers: