Re: customize fielderror

2009-05-31 Thread Dave Newton
isfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la

RE: customize fielderror

2009-05-31 Thread Martin Gainty
tes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement oblig

Re: customize fielderror

2009-05-31 Thread Dave Newton
Martin Gainty wrote: can we assume fieldErrors is some sort of List ? http://java.sun.com/javase/6/docs/api/java/util/List.html#get(int) No, fieldErrors is a map, the entries of which are a list--as the JSP snippet implied, and as in the docs. (would be easier to follow example if we coul

RE: customize fielderror

2009-05-31 Thread Martin Gainty
ets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sun, 31 May 2009 13:07:19 -0700 > From: gutostra...@gmail.com > To: user@struts.apache.org > Subject: Re: customize fielderror > > > Hi all! > > I had the same pr

Re: customize fielderror

2009-05-31 Thread gutostraube
- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/customize-fielderror-

Re: customize fielderror

2009-05-20 Thread Dave Newton
manub wrote: Yes. renders also and tag, and I don't need them. I'm in need of a way to showing only the errors for a specific field without having any HTML tag (I need only the plain text). You'd either need to create/extend/modify the theme, use CSS, or just do it manually. Dave ---

Re: customize fielderror

2009-05-20 Thread manub
-- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/customize-fielderror-tp2

Re: customize fielderror

2009-05-19 Thread Dave Newton
manub wrote: I used the iterator trick described before and it works, showing me all field errors. Nested into the 2 iterators tag, there's a tag which I could use to print only the errors for a specific field using ? Are you asking about the tag? Dave --

Re: customize fielderror

2009-05-19 Thread manub
e="simple" but the tag ul and li are still >>> exist. >>> >>> >>> Thanks >> >> ----- >> To unsubscribe, e-mail: user-unsubscr...@struts.apach

Re: customize fielderror

2009-05-19 Thread manub
; >> Thanks > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message

Re: customize fielderror

2009-02-13 Thread Sonny Gill
Ahh...right. Assuming that you are using simple theme as default, You will need to extract fielderror.ftl from the struts2 jar, modify it to suit the way you want it, and then add it to your applicaiton. Instructions here - http://struts.apache.org/2.0.14/docs/template-loading.html The other opti

Re: customize fielderror

2009-02-12 Thread Po Po
Hi, Sorry, for mistype. it should be I try to add attribute theme="simple" but the tag ul and li are still exist. Thanks --- On Thu, 2/12/09, Sonny Gill wrote: > From: Sonny Gill > Subject: Re: customize fielderror > To: "Struts Users Mailing List" , semu.

Re: customize fielderror

2009-02-12 Thread Sonny Gill
Not sure what is, but try adding theme="simple" to it. On Fri, Feb 13, 2009 at 12:39 PM, Po Po wrote: > Hi, > > I use struts 2.1.6, > When I used , it's generated html with tag and . > how to configure the component, so the html result is only plain > text message (without html formating ul d

customize fielderror

2009-02-12 Thread Po Po
Hi, I use struts 2.1.6, When I used , it's generated html with tag and . how to configure the component, so the html result is only plain text message (without html formating ul dan li) ? Thanks - To unsubscribe,