RE: html:error dynamic usage

2003-06-13 Thread Mike Jasnowski
Sent: Friday, June 13, 2003 11:50 AM To: Struts Users Mailing List Subject: Re: html:error dynamic usage On Jun 13, 2003, "Mike Jasnowski" <[EMAIL PROTECTED]> wrote: |There is no Struts facility that does what you describe. This topic has come |up fairly recently on this list, and

RE: html:error dynamic usage

2003-06-13 Thread Krishnakumar N
resending, as the original mail seems to have got lost > -Original Message- > From: Krishnakumar N > Sent: Friday, June 13, 2003 9:28 PM > To: 'Struts Users Mailing List' > Subject: RE: html:error dynamic usage > >

RE: html:error dynamic usage

2003-06-13 Thread Krishnakumar N
Struts Users Mailing List > Subject: Re: html:error dynamic usage > > > > On Jun 13, 2003, "Mike Jasnowski" <[EMAIL PROTECTED]> wrote: > > |There is no Struts facility that does what you describe. > This topic has come > |up fairly recently on t

Re: html:error dynamic usage

2003-06-13 Thread Gregory F. March
On Jun 13, 2003, "Mike Jasnowski" <[EMAIL PROTECTED]> wrote: |There is no Struts facility that does what you describe. This topic has come |up fairly recently on this list, and I believe one or two patches have been |submitted that address this issue. If you look through bugzilla you should

Re: html:error dynamic usage

2003-06-13 Thread Sandeep Takhar
Someone just asked that... I think there is a custom tag..LabelTag? sandeep --- "Gregory F. March" <[EMAIL PROTECTED]> wrote: > > Boy, I'm just full of questions this morning! Musta > been something in > my oatmeal. :-) > > I would like to have a page that changes the color > of the text > ass

RE: html:error dynamic usage

2003-06-13 Thread Mike Jasnowski
There is no Struts facility that does what you describe. This topic has come up fairly recently on this list, and I believe one or two patches have been submitted that address this issue. If you look through bugzilla you should be able to find them. Basically they entail a tailored version of the

Re: html:error and tag

2003-06-11 Thread Gemes Tibor
Gregory F. March írta: On Jun 11, 2003, "Gregory F. March" <[EMAIL PROTECTED]> wrote: |On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: | | |You need to reload the application in order to make the container reread | |the properties file. | |Alas... I did that. Twice. Arg! Third time

Re: html:error and tag

2003-06-11 Thread Gemes Tibor
Gregory F. March írta: On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: |You need to reload the application in order to make the container reread |the properties file. Alas... I did that. Twice. http://cvs.apache.org/viewcvs/jakarta-struts/src/share/org/apache/struts/taglib/html/Er

Re: html:error and tag

2003-06-11 Thread Gregory F. March
On Jun 11, 2003, "Gregory F. March" <[EMAIL PROTECTED]> wrote: |On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: | | |You need to reload the application in order to make the container reread | |the properties file. | |Alas... I did that. Twice. Arg! Third time's a charm. Sorr

Re: html:error and tag

2003-06-11 Thread Gregory F. March
On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: |You need to reload the application in order to make the container reread |the properties file. Alas... I did that. Twice. /greg -- Gregory F. March-=-http://www.gfm.net:81/~march-=-AIM:GfmNet --

Re: html:error and tag

2003-06-11 Thread Gemes Tibor
Gregory F. March írta: On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: |use errors.prefix error.posfix errors.header and errors.footer to |configure. | |errors.header= |errors.footer= |errors.prefix= |errors.postfix= Ok, I'll bite. I tried this (switching postfix to suffix) by putting t

Re: html:error and tag

2003-06-11 Thread Gregory F. March
On Jun 11, 2003, Gemes Tibor <[EMAIL PROTECTED]> wrote: |use errors.prefix error.posfix errors.header and errors.footer to |configure. | |errors.header= |errors.footer= |errors.prefix= |errors.postfix= Ok, I'll bite. I tried this (switching postfix to suffix) by putting these items into

Re: html:error and tag

2003-06-11 Thread Gemes Tibor
Gemes Tibor írta: Anurag Garg írta: Hi, I am facing a very simple problem . I have got ActionError in my ActionErrors Object. Now I want to add tag after every Action error object in . use errors.prefix error.posfix errors.header and errors.footer to configure. I have errors.header= errors.f

Re: html:error and tag

2003-06-11 Thread Gemes Tibor
Anurag Garg írta: Hi, I am facing a very simple problem . I have got ActionError in my ActionErrors Object. Now I want to add tag after every Action error object in . use errors.prefix error.posfix errors.header and errors.footer to configure. I have errors.header= errors.footer= errors.prefi

RE: RE : html:error and tag

2003-06-11 Thread Anurag Garg
2:29 PM To: 'Struts Users Mailing List' Subject: RE : html:error and tag Or use tag before message ressources ... -Message d'origine- De : O_Parthasarathy Kesavaraj [mailto:[EMAIL PROTECTED] Envoyé : mercredi 11 juin 2003 11:06 À : 'Struts Users Mailin

RE : html:error and tag

2003-06-11 Thread Le Goff, Yoann
Title: Message Or use tag before message ressources ... -Message d'origine-De : O_Parthasarathy Kesavaraj [mailto:[EMAIL PROTECTED]]Envoyé : mercredi 11 juin 2003 11:06À : 'Struts Users Mailing List'Objet : RE: html:error and tagAdd the tag in your message resou

RE: html:error and tag

2003-06-11 Thread O_Parthasarathy Kesavaraj
Add the tag in your message resources after your error messages. eg:error.user=username required > -- > From: Anurag Garg[SMTP:[EMAIL PROTECTED] > Reply To: Struts Users Mailing List > Sent: Wednesday, June 11, 2003 2:24 PM > To: Struts Users Mailing List > Subject:

RE: html:error tag

2002-06-06 Thread Galbreath, Mark
The name of the property in Application.Resources. -Original Message- From: Schmidt, Carl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 6:07 PM The docs for the property attribute of this tag state: "Name of the property for which error messages should be displayed". The prop

Re: html:error tag

2002-06-06 Thread Nicolas Lapenne
There is a propertie file define in web.xml (for behind, it's ApplicationResources.properties located in youProject/source/ ) application ApplicationResources where you add an error to you ActionError, you do : errors.add("nom", new ActionError("error.modifProfil.no

Re: html:error tag

2002-06-06 Thread Nicolas De Loof
Property of the FormBean that is used by jsp tags to build HTML input fileds. if your JSP uses : ... ... if validation failed on birthdate property, error will be displayed just before this text field Nico > The docs for the property attribute of this tag state: > "Name of the property for