How to display error message coming from DynaValidatorForm?

2003-08-14 Thread Laurent MARQUEZ
I would like to display error message coming from my DynaValidatorForm. /html:error doesn't work. html:form action=/project table width=45% border=0 tr tdbean:message key=project.data.name/:/td tdhtml:text property=name//td

RE : How to display error message coming from DynaValidatorForm?

2003-08-14 Thread Julie . Huang
message coming from DynaValidatorForm? Ok for typo, but does html:errors / work with dynaValidatorForm? -Message d'origine- De : Jeff Kyser [mailto:[EMAIL PROTECTED] Envoyé : jeudi 14 août 2003 14:09 À : Struts Users Mailing List Objet : Re: How to display error message coming from

Re: RE : How to display error message coming from DynaValidatorForm?

2003-08-14 Thread Jeff Kyser
14:09 À : Struts Users Mailing List Objet : Re: How to display error message coming from DynaValidatorForm? Don't know if you've just got a typo in your e-mail or not, but html:errors/ (plural) works fine. or for your specific field below, html:errors property=name/ -jeff On Thursday

RE : How to display error message coming from DynaValidatorForm?

2003-08-14 Thread Laurent MARQUEZ
Ok for typo, but does html:errors / work with dynaValidatorForm? -Message d'origine- De : Jeff Kyser [mailto:[EMAIL PROTECTED] Envoyé : jeudi 14 août 2003 14:09 À : Struts Users Mailing List Objet : Re: How to display error message coming from DynaValidatorForm? Don't know if you've

Re: How to display error message coming from DynaValidatorForm?

2003-08-14 Thread Jeff Kyser
Don't know if you've just got a typo in your e-mail or not, but html:errors/ (plural) works fine. or for your specific field below, html:errors property=name/ -jeff On Thursday, August 14, 2003, at 07:02 AM, Laurent MARQUEZ wrote: I would like to display error message coming from my

display error message including dynamic data

2002-11-28 Thread Cathy Osekizoglu
Hi: According to the result from my action class, I need to display message to user using the dynamic data. This is what I am doing: In my action class, I got the result that user can only retrieve maximum 50 dollars from his credit card. When user try to retrieve more than 50 dollars, I want

display error message including dynamic data

2002-11-28 Thread Cathy Osekizoglu
Hi: According to the result from my action class, I need to display message to user using the dynamic data. This is what I am doing: In my action class, I got the result that user can only retrieve maximum 50 dollars from his credit card. When user try to retrieve more than 50 dollars, I want

Re: display error message including dynamic data

2002-11-28 Thread Patrice
retrieve more that {0} dollars {0} will be replaced by the content of dynamicAmount. Hope it helps Patrice - Original Message - From: Cathy Osekizoglu [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 28, 2002 8:12 PM Subject: display error message

Re: display error message including dynamic data

2002-11-28 Thread Cathy Osekizoglu
by the content of dynamicAmount. Hope it helps Patrice - Original Message - From: Cathy Osekizoglu To: Struts Users Mailing List Sent: Thursday, November 28, 2002 8:12 PM Subject: display error message including dynamic data Hi: According to the result from my action class, I need

RE: display error message including dynamic data

2002-11-28 Thread Sven Frederik Pohl
To: Struts Users Mailing List Subject: Re: display error message including dynamic data Hi, Patrice: That works. Thank you so much! One more question. If I have two or more dynamic data which I want to display them in the error message. How can I achieve that using the above approach? Thank you. Cathy

Re: display error message including dynamic data

2002-11-28 Thread Patrice
[EMAIL PROTECTED] Sent: Thursday, November 28, 2002 9:10 PM Subject: Re: display error message including dynamic data Hi, Patrice: That works. Thank you so much! One more question. If I have two or more dynamic data which I want to display them in the error message. How can I achieve that using

Re: display error message including dynamic data

2002-11-28 Thread Cathy Osekizoglu
. Best regards Patrice - Original Message - From: Cathy Osekizoglu To: Struts Users Mailing List Sent: Thursday, November 28, 2002 9:10 PM Subject: Re: display error message including dynamic data Hi, Patrice: That works. Thank you so much! One more question. If I have two or more

display error message

2002-03-18 Thread Ivan Siviero
A question about showing errors. let's suppose i have this page (just image the page on the browser): first name: textfield last name: textfield phone n.: textfield How can i reach the following result when showing error message ? first name: textfield error

RE: display error message

2002-03-18 Thread Jesse Alexander (KADA 12)
be included. hope this helps Alexander -Original Message- From: Ivan Siviero [mailto:[EMAIL PROTECTED]] Sent: Montag, 18. März 2002 11:09 To: Struts Users Mailing List Subject: display error message A question about showing errors. let's suppose i have this page (just image the page

Re: display error message

2002-03-18 Thread MARK NICHOLS
Read the section on Displaying Error Messages here: http://jakarta.apache.org/struts/doc-1.0.2/api/org/apache/struts/taglib/html/package-summary.html#doc.Other ___ - mark h. nichols - dhsv022 at dhs dot state dot il dot us The best laid plans o'mice and men

Re: display error message

2002-03-18 Thread Ivan Siviero
position on the page Thanks again Ivan. - Original Message - From: Jesse Alexander (KADA 12) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, March 18, 2002 11:52 AM Subject: RE: display error message The error- and message-tags that have been introduced

Re: display error message

2002-03-18 Thread Ivan Siviero
Thanx Mark for your answer. I visited the link and found out what i was looking for. Thank you Ivan. - Original Message - From: Ivan Siviero [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 18, 2002 2:14 PM Subject: Re: display error message Thanx

Re: display error message

2002-03-18 Thread Jay sissom
If you read the documentation here, it will tell you exactly how to do this: http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#errors On Mon, 18 Mar 2002, Ivan Siviero wrote: A question about showing errors. let's suppose i have this page (just image the page on the browser):