Re: Cannot add new records

2007-05-02 Thread jyrgen
hi Danielle, generally i would suggest to separate the views for these different actions. For example the edit view needs to contain the item ID (as a hidden field or whatever) while the add view doesn't. However you can include shared elements as "elements". Try to post some code, part of your

Cannot add new records

2007-05-02 Thread Danielle Tilley
I am using the same view for both add and edit. When I click submit with an existing record everything works as it should and the changes are saved or the validation errors are returned. When I click submit with a new record - nothing happens the form is refreshed as if I had just called the