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 Grade: A Views: 625
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 Grade: A Views: 81
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 Grade: B Views: 210
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 Grade: A Views: 5
Hi,
I am using Struts 2 (porting an existing Struts 1 project) for an internal application.
I am trying to dynamically build an html select box from a database query, I can get a list of valu...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_237320...
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...