Re: [S2] doubleselect problem with Maps

2008-08-31 Thread Wes Wannemacher
Gabriel, I can't get your JSP to render either. If I use list="{'fruit', 'other'}" then the page seems to render properly. I need to look closer at the source before I can explain why it's broken. I haven't used this tag before. -Wes On Sun, 2008-08-31 at 16:45 -0300, Gabriel Belingueres wrote:

Re: [S2] - Bamboo broken build

2008-08-31 Thread Nils-Helge Garli Hegvik
Except I can't Only getting "No such host is known. (https://svn.apache.org)"... On Sun, Aug 31, 2008 at 11:46 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]> wrote: > Ok, I'll comment it out for now. > > On Sun, Aug 31, 2008 at 7:58 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: >> yeah,

Re: [S2] - Bamboo broken build

2008-08-31 Thread Nils-Helge Garli Hegvik
Ok, I'll comment it out for now. On Sun, Aug 31, 2008 at 7:58 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > yeah, jetty is throwing a NPE which it should not, we will probably have to > comment that test out for the moment. > > musachy > > On Sun, Aug 31, 2008 at 1:55 PM, Nils-Helge Garli Hegvi

Re: [S2] doubleselect problem with Maps

2008-08-31 Thread Dave Newton
I'd wonder if it's a typing issue; String v. Map.Entry, but that's without looking into the template, which creates the JavaScript. Dave --- On Sun, 8/31/08, Gabriel Belingueres wrote: > Hi Wes, no it didn't worked: > > Here is my test page: > > encoding="ISO-8859-1" ?> > <%@ page language="j

Re: [S2] doubleselect problem with Maps

2008-08-31 Thread Gabriel Belingueres
Hi Wes, no it didn't worked: Here is my test page: <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri="/struts-tags" prefix="s" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Insert

Re: Struts 2 archetypes

2008-08-31 Thread Wendy Smoak
On Sat, Aug 23, 2008 at 6:35 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Looking closer... the docs only explain how to use the _starter_ > archetype, not the blank one. So if the starter archetype is working, > let's release that so we can finally point users to a stable released > archetype.

Re: Struts 2 archetypes

2008-08-31 Thread Wendy Smoak
On Tue, Aug 26, 2008 at 1:08 PM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > I also prepared some example, you can try it with > mvn -U archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven > -U is needed to upgrade to the latest maven-archetype-plugin (where > you have generate goal

Re: [S2] - Bamboo broken build

2008-08-31 Thread Musachy Barroso
yeah, jetty is throwing a NPE which it should not, we will probably have to comment that test out for the moment. musachy On Sun, Aug 31, 2008 at 1:55 PM, Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>wrote: > Had some problems with a failing test locally and looking at the > Bamboo build, it appea

[S2] - Bamboo broken build

2008-08-31 Thread Nils-Helge Garli Hegvik
Had some problems with a failing test locally and looking at the Bamboo build, it appear to be broken there as well: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN/latest It's the StaticContentTest that's failing. Looks like there's an issue with the prepare/execute filters. Nils-H --

[S2] - Bamboo broken build

2008-08-31 Thread Nils-Helge Garli Hegvik
Had some problems with a failing test locally and looking at the Bamboo build, it appear to be broken there as well: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN/latest It's the StaticContentTest that's failing. Looks like there's an issue with the prepare/execute filters. Nils-H --