RE: ErrorsTag (was /contrib)

2001-07-12 Thread Howard Moore
Since you are making changes in this area how about also extending the ActionError class so that it can hold an exception if one has been thrown? What I want to do when a serious problem occurs is to divert to an error page, display a friendly error message and write details of the problem as

ActionMapping not always stored in the HttpServletRequest

2001-06-06 Thread Howard Moore
have, or need, an ActionForm so on some pages it doesn't work. If nobody can think of a reason not to I'll submit a patch to fix this. --- Howard Moore Senior Software Engineer Datapulse CTI Tel : +44 (0)1491 418000 Fax : +44 (0)1491 411459 E-mail: [EMAIL

RE: Iterating over collections with null values

2001-03-05 Thread Howard Moore
I prefer (3) because it makes the loop behave in exactly the same way as it would in any other language. I don't like (2) at all because it removes information (the null values) that is likely to have been included in the collection for a reason. Also, if the iterate tag is ever extended to

RE: Support for submitting unchecked checkboxes

2001-02-22 Thread Howard Moore
riginal Message- From: Johan Compagner [mailto:[EMAIL PROTECTED]] Sent: 22 February 2001 10:23 To: [EMAIL PROTECTED] Subject: Re: Support for submitting unchecked checkboxes Yes but how do you set that hidden field if the checkbox value changes? You must also use javascript then i believe

RE: LinkTag

2001-02-15 Thread Howard Moore
tom?param=value" not a href="/some/page.html?param=value#bottom" -Original Message- From: Howard Moore Sent: 29 January 2001 09:21 To: '[EMAIL PROTECTED]' Subject: RE: LinkTag The example I chose wasn't very good. In that case it would be much simpler to do as you

RE: LinkTag

2001-01-29 Thread Howard Moore
R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 27 January 2001 04:13 To: [EMAIL PROTECTED] Subject: Re: LinkTag Howard Moore wrote: Another tag modification for consideration. I've modified the LinkTag so that if both name and linkName are specified a link to a target on a page is