Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [timbo] add multiple - error messages

Quote Reply
Re: [timbo] add multiple - error messages In reply to
OK, that's working fine now (including the change to get logging working you suggested in the other thread).

I had to make a change to the add_success.html template.

I had
<%include header.html%>
<%ifnot m%>
....
<%Dbsql::HTML::generate_add_success%>
....
<%endif%>
<p>
<%include footer.html%>

I now have

<%include header.html%>
<%ifnot m%>
....
<%Dbsql::HTML::generate_add_success%>
....
<%endif%>
<%if m%>
....
<%Dbsql::HTML::generate_add_success%>
....
<%endif%>
<p>
<%include footer.html%>

Seems to work. Thanks for your help.
Tim Ault
Oxford UK
Subject Author Views Date
Thread add multiple - error messages timbo 3819 Nov 13, 2003, 10:31 AM
Thread Re: [timbo] add multiple - error messages
604 3705 Nov 14, 2003, 10:01 AM
Thread Re: [TheStone] add multiple - error messages
timbo 3697 Nov 14, 2003, 10:12 AM
Post Re: [timbo] add multiple - error messages
timbo 3692 Nov 14, 2003, 11:35 PM