Re: To .action or not to .action.

2009-03-13 Thread DEck
I believe it's now the default behavior of struts 2.1. We recently discovered, quite by accident, that we can cause our app built on struts2 to NOT display ".action" on any of the URL's. I'd simply like to find out if this is an intended feature or a possible defect? The difference is in how

Re: datetimepicker ....unable to get it working :(

2008-12-29 Thread DEck
Try putting the inside html tags. JSP - <%@ include file="/WEB-INF/pages/common/standard-includes.jsp" %>    This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual(s) or entity to whom they are addressed. If you receiv

Re: Results Layout Question

2008-10-20 Thread DEck
How about a link? -"Peterson, Ryan" <[EMAIL PROTECTED]> wrote: - To: user@struts.apache.org From: "Peterson, Ryan" <[EMAIL PROTECTED]> Date: 10/20/2008 12:03PM Subject: Results Layout Question Hey guys, quick question on how to display results: I have a list of names/info that will be

Re: Struts 2: How can we save the parameters if we do redirect and not redirect-action

2008-09-18 Thread DEck
Yes. I should have mentioned that I used a marker interface. Dave Newton <[EMAIL PROTECTED]> 09/18/2008 02:30 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Struts 2: How can we save the parameters if we do redirect and not redirect-action

Re: Struts 2: How can we save the parameters if we do redirect and not redirect-action

2008-09-18 Thread DEck
In an interceptor that my action implemented. session.setAttribute("PARMS", request.getParameterMap()); > Where did you set the session with the parameterMap in the > servletRedirectResult.java or ? This e-mail and any files transmitted with it are confidential and intended solely for th