Hi all,
i am using Struts 2. I have a Map that looks something like this.
Map<String,Object> map=new LinkedHashMap<String,Object> ();
Suppose key-values are
q1-object1
q2-object2
q3...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23394166.html
Zones:
JSP,
Java,
StrutsDate Answered: 05/13/2008 Rating: 7.8 Views: 376
I'm having trouble finding out how to force actions to use https in Struts 2. I want to force a login action to always use SSL, perhaps using an interceptor, and I'm sure that this is a common tas...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_234315...
Zones:
StrutsDate Answered: 05/26/2008 Rating: 9.0 Views: 19
Hi, I have a application on Struts 2.
I have a personForm.jsp, form-validator.xml, struts.xml and PersontAction.java.
I look for that that. But not run.
Which's the mistake?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Q_23593626.html
Zones:
J2EE,
StrutsDate Answered: 08/05/2008 Rating: 6.4 Views: 0
I am planning on integrating my Struts2 application with Spring's IoC container. The only thing that is stopping me is that I can't seem to find out how to inject the HttpServletRequest, HttpServle...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23486347.html
Zones:
Java,
StrutsDate Answered: 09/30/2008 Rating: 8.4 Views: 62
For struts2-core 2.1.2 this code never print Yes although parameters.operation is 'edit'
Which would be the best solution for this problem?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_233648...
Zones:
StrutsDate Answered: 08/27/2008 Rating: 7.8 Views: 23
Hello,
How do I get a pop up (http authentication) when someone tries to use my servlet? How can I do simple http authentication using Struts 2? any sample exapmpe?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_238454...
Hi guys,
I have an Action which sets a value to a variable, just like this:
public MyTest extends ActionSupport {
private int qty;
// getter and setter!
public String execute() thr...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_232010...
Zones:
Struts,
JSP,
J2EEDate Answered: 09/01/2008 Rating: 8.0 Views: 0
We are currently using Struts 2 to develop a Java application. We have used a Struts 2 tag <s:checkboxlist>
The problem is when we have a big list of items it just lists them and wraps around lo...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_233264...
Zones:
Struts,
CSS,
JSPDate Answered: 08/04/2008 Rating: 8.4 Views: 161
Hi,
I'm trying to use struts 2 token-session interceptor to handle the double submissions in my application.
Here is my action class signature:
public class BusinessAction extends BaseActio...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_233906...
Still new to struts 2 and am trying to devise an elegant solution. I have an action that has to enforce a contract and fail if certain parameters aren't present. The basic flow would be
validate...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_24342482.html
Zones:
JSP,
StrutsDate Asked: 04/21/2009 Points: 125 Comments: 4