Enter Keywords:
1 - 10 of 11(0.008 seconds)
Sort By:
 
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...
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...
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?
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...
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?
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?
Zones: Struts, Apache Web ServerDate Answered: 12/09/2008 Rating: 8.0 Views: 4
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...
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...
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...
Zones: Struts, Web Development, JSPDate Answered: 08/27/2008 Rating: 7.8 Views: 357
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...
Zones: JSP, StrutsDate Asked: 04/21/2009 Points: 125 Comments: 4