In order to stop the creating of empty <ul class="error-messages"></ul> tags, I
propose the
modification of a single line of the errorMessagesFor function to include this
<cfif !ArrayIsEmpty(loc.errors)>
instead of
<cfif isArray(loc.errors)>
Original issue reported on code.google.com by rierar...@gmail.com on 9 Feb 2009 at 12:51
Original issue reported on code.google.com by
rierar...@gmail.com
on 9 Feb 2009 at 12:51Attachments: