DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file [EMAIL PROTECTED] changed: What|Removed

DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file --- Additional Comments From [EMAIL PROTECTED] 2003-09-15 21:55 --- I mispoke earlier. You can put the header and footer around the tag. Y

DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file --- Additional Comments From [EMAIL PROTECTED] 2003-09-15 21:44 --- The last time I updated this my comment got lost so here it is

DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file --- Additional Comments From [EMAIL PROTECTED] 2003-09-15 20:56 --- You could just place the prefix and suffix around . Page markup gen

DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file [EMAIL PROTECTED] changed: What|Removed

DO NOT REPLY [Bug 23186] - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file [EMAIL PROTECTED] changed: What|Removed

DO NOT REPLY [Bug 23186] New: - Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file

2003-09-15 Thread bugzilla
gzilla/show_bug.cgi?id=23186 Add ability to html:errors tag to override the default settings for header, footer, prefix and suffix in resource file Summary: Add ability to html:errors tag to override the default settings for header, footer, prefix and suf

Getting only global errors via the html:errors tag

2002-07-07 Thread James Turner
GLOBAL_ERROR. Would it be appropriate for the html:errors tag to take an addition attribute, perhaps called global, that would signal that you wanted only global errors? James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

DO NOT REPLY [Bug 5342] - html:errors tag currently requires errors.header & errors.footer to be defined

2002-03-16 Thread bugzilla
gzilla/show_bug.cgi?id=5342 html:errors tag currently requires errors.header & errors.footer to be defined [EMAIL PROTECTED] changed: What|Removed |Added Status|U

DO NOT REPLY [Bug 5342] New: - html:errors tag currently requires errors.header & errors.footer to be defined

2001-12-10 Thread bugzilla
gzilla/show_bug.cgi?id=5342 html:errors tag currently requires errors.header & errors.footer to be defined Summary: html:errors tag currently requires errors.header & errors.footer to be defined Product: Struts Version: Nightly Build

Re: Problem with html:errors tag

2001-10-16 Thread David Winterfeldt
The validator:errors tag header and footer are optional. So you can do something like this below. or Also in the nightly builds there is an html:messages tag that works like validator:erro

Problem with html:errors tag

2001-10-16 Thread Alexander Jesse
Hi, I have a problem with the errors-tag. In my app I want to have a list of all errors on top of the page. In addition each field in the form must have the specific errors close by. Theoretically this is possible using the property-attribute of the error-tag. But: The logic in the errors-tag

Re: html:errors tag implementation

2001-09-26 Thread David Winterfeldt
The string you pass into ActionError must be a key from your message resource property file. Otherwise the property for error messages is just a key to look up messages and the convention is to make it match the property name. errors.add ("bar.foo[3].xyz", new ActionErrorError ("error.requ

html:errors tag implementation

2001-09-26 Thread Henry Mugasha
Hi All, Does the current stable struts release support assigning errors to nested indexed propertys of ActionForms? For example, I have an ActionForm called fooBean with the property bar that is a class with a reference to the collection whose reference is foo and each item in the collection h

RE: html:errors/> tag

2001-05-22 Thread Sukachevin, Stoehr
init parameter. -Original Message- From: SESHADRI Sudarshan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 03:52 AM To: '[EMAIL PROTECTED]' Subject: RE: html:errors/> tag Hi Kanna please send me the answer if u find it. thanks Sudarshan > tks > > Sudarshan &g

RE: html:errors/> tag

2001-05-22 Thread SESHADRI Sudarshan
ay 2001 8:42 To: [EMAIL PROTECTED] Subject: html:errors/> tag Hi I have been trying to use struts and wanted to use the tag. I wanted to the error messages to be read from a database instead of the ActionResources properties file. Could you let me know what exactly I am suppose to do to achive

html:errors/> tag

2001-05-22 Thread Muthu Kannappan
Hi I have been trying to use struts and wanted to use the tag. I wanted to the error messages to be read from a database instead of the ActionResources properties file. Could you let me know what exactly I am suppose to do to achive that. I wanted to changed the code at the place where it was