<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 10 Feb 2014, at 14:48, Stefan Hornburg (Racke) <<a href="mailto:racke@linuxia.de">racke@linuxia.de</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 02/10/2014 02:37 PM, Gert van Oss wrote:<br><blockquote type="cite">Hi, <br><br>I’m trying to build a small app to comment on images. Probably I’m almost there but currently stuck with updating a ‘file.yml' by a html-form. <br><br>I’ve made two routes (shown below) “get ‘/:id/edit’ for showing the form with the particular image to comment on. When hitting save the ‘post ‘/edit’ will be called. My problem is that the post route doesn’t have the $id initialised. Is there someone around who can tell me how to solve this or point to me what I’m doing wrong?<br><br></blockquote><br>Do you have a hidden from field in your form which passes the id to the post route?<br><br>Regards<br><span class="Apple-tab-span" style="white-space:pre">   </span>Racke<br></blockquote></div><div><br></div><div>I don’t have a hidden field. I tried but then still wasn’t successful.</div><div>(see below.. I skipped some fields)</div><br><div><div><font face="Menlo"><form method="post" action="/edit"></font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo"><span class="Apple-tab-span" style="white-space:pre">      </span><input type="text" name="id" id="id" value="[% data.id %]" disabled="disabled"/>                </font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo"><span class="Apple-tab-span" style="white-space:pre">    </span><textarea name="description" rows="20" cols="20" id="Description">[% data.description %]</textarea></font></div><div><font face="Menlo"><br></font></div><div><font face="Menlo"><input type="submit" name="submit" value="Save" class="submit-button" /></font></div><div><font face="Menlo"></form></font></div></div><div><font face="Menlo"><br></font></div><div><br></div></body></html>