Access value of a map inside an iterator

2008-02-22 Thread David Loup
Hi, I'm iterating over a collection of String, and for each of these String I want to access the value inside a map with that String as a key. I have tried: And And a few other things, but just can't seem to get it to work. I've used up about three keyboard

RE: Access value of a map inside an iterator

2008-02-22 Thread David Loup
quot; strings. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 22 February 2008 17:40 To: Struts Users Mailing List Subject: Re: Access value of a map inside an iterator --- David Loup <[EMAIL PROTECTED]> wrote: > > > => or

RE: Access value of a map inside an iterator

2008-02-25 Thread David Loup
e a form that I want to use to edit the contents of the map. But it puts only empty values in the map (as keys and values). -Original Message----- From: David Loup Sent: 22 February 2008 17:45 To: Struts Users Mailing List Subject: RE: Access value of a map inside an iterator Hi Dave,

redirect-action to https

2008-03-04 Thread David Loup
Hi, I'm trying to have Struts 2 redirect over HTTPS protocol. On submit of a form calling editPerson.action (on a page already on HTTPS), the following redirects to HTTP. listPersons /pages/viewPerson.jsp Is there any configur

Downloading file rendered in JSP

2008-04-08 Thread David Loup
Hi, I'm trying to make one of my pages downloadable as a CSV file. Currently my XML is configured like this: /pages/download.jsp And /pages/download.jsp renders the list as a CSV. I have changed the content type in the CSV: <%@ page contentType="text/csv" %>

RE: Downloading file rendered in JSP

2008-04-08 Thread David Loup
xplorer/ http://forum.java.sun.com/thread.jspa?threadID=233446&forumID=45 Brad Cupit Louisiana State University - UIS -Original Message- From: David Loup [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 7:42 AM To: user@struts.apache.org Subject: Downloading file rendered in JS

Include menu action with sitemesh

2008-09-01 Thread David Loup
Hi there, I'm using sitemesh with struts 2 and am currently applying a decorator to all my actions, including a static menu in a div. So something like menuitem 1 menuitem 2 menuitem 3 What I want to do is make that menu build dynamically to have, in spirit: I have my menu ac

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
che.org/2.x/docs/ajax-div-template.html Just be careful that the menu action does not get decorated by Sitemesh, otherwise the result can be pretty bizarre :) -Wes On Mon, 2008-09-01 at 10:50 +0100, David Loup wrote: > Hi there, > > I'm using sitemesh with struts 2 and am currently ap

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
55 To: Struts Users Mailing List Subject: Re: Include menu action with sitemesh You're right, tag look like? Have you tried loading up in Firebug? -Wes On Tue, Sep 2, 2008 at 7:54 AM, David Loup <[EMAIL PROTECTED]> wrote: > Hi Wes, > > Thanks for your reply. > > Am

RE: Include menu action with sitemesh

2008-09-02 Thread David Loup
Got it. Works way better with theme="ajax" in the s:div tag... -Original Message----- From: David Loup Sent: 02 September 2008 14:22 To: Struts Users Mailing List Subject: RE: Include menu action with sitemesh Yup, firebug doesn't report any errors. When looking at the Net ta

TabbedPane

2008-12-08 Thread David Loup
Hi, I'm using a tabbedPanel to include a call to several actions in tabs, each action displaying a form on its own: How can the "main" (or parent) JSP access what's in the forms of the actions in each tab? I.e., I have something like mainTabs.jsp: And for example, the first tab is render