Re: Property Mapping in a iterator

2009-11-12 Thread Musachy Barroso
FAQ added for it: http://cwiki.apache.org/confluence/display/WW/Make+Struts+throw+exceptions+on+missing+properties%2C+or+log+them On Thu, Nov 12, 2009 at 8:49 AM, Musachy Barroso wrote: > You need a couple of things: > > 1. set devMode to true > > if you want to get a log of the missing property

Re: Property Mapping in a iterator

2009-11-12 Thread Musachy Barroso
You need a couple of things: 1. set devMode to true if you want to get a log of the missing property, then 2. set if you want to get an exception (the page will break), then: 2. set musachy On Thu, Nov 12, 2009 at 5:58 AM, carl ballantyne wrote: > Hi Alex, > > I thought it was supposed t

Re: Property Mapping in a iterator

2009-11-12 Thread carl ballantyne
Hi Alex, I thought it was supposed to give you more debug information including when the property does not exist. Looks like I might be wrong then. Cheers, Carl. Quoting Alex Parvulescu : hello, I did it and got nothing :) Can you explain a bit what this property does?

Re: Property Mapping in a iterator

2009-11-12 Thread Alex Parvulescu
de unbefugte Weiterleitung > oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich > dem Austausch von Informationen und entfaltet keine rechtliche > Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen > wir keine Haftung fuer den Inh

RE: Property Mapping in a iterator

2009-11-12 Thread Martin Gainty
quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 12 Nov 2009 13:16:08 +0100 > From: carl.ballant...@cast-info.es > To: user@struts.apache.org > Su

Re: Property Mapping in a iterator

2009-11-12 Thread Alex Parvulescu
hello, I did it and got nothing :) This is from the logs INFO : 2009-11-12 13:39:55,290: CommonsLogger: Parsing configuration file [struts-default.xml] INFO : 2009-11-12 13:39:55,385: CommonsLogger: Parsing configuration file [struts.xml] INFO : 2009-11-12 13:39:55,388: CommonsLogger: Overriding

Re: Property Mapping in a iterator

2009-11-12 Thread carl ballantyne
Hi Alex, I think you might need to add value="true" /> in your struts.xml file. Quoting Alex Parvulescu : hello, I have been looking at Struts2 for a couple of days now, it seems nice and easy to work with. I have a problem that I don't really understand, maybe I'm missing some config set

Property Mapping in a iterator

2009-11-12 Thread Alex Parvulescu
hello, I have been looking at Struts2 for a couple of days now, it seems nice and easy to work with. I have a problem that I don't really understand, maybe I'm missing some config settings or something. Let's say that I want to display a list of persons, and for each person I want to see the nam