Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Add Errors - Not!

Quote Reply
Add Errors - Not!
I have in the add.html template for serving submission errors:

<%if error%>Error:<%error%><%endif%>

the page is reloaded as you would expect, but the errors messages never shows - never.

Is this a known bug in 2.05?



~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] Add Errors - Not! In reply to
Hi,

No, but make sure you have:

<input type="hidden" name="add" value="1">

somewhere in the form.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Add Errors - Not! In reply to
That was it, thanks a lot Alex.




~ ERASER


Free JavaScripts @ Insight Eye