Has anyone else run into this? Or am I implementing this wrong?<br><br>
<div><span class="gmail_quote">On 5/9/07, <b class="gmail_sendername">Matt Campbell</b> <<a href="mailto:mattcampbell.85@gmail.com">mattcampbell.85@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>I'm running into some problems where parameters are not being passed when the<br>user clicks the Edit symbol next to an element on the page. When the user is
<br>done editing and they click "Save and Exit", OpenCms attempts to forward<br>back to the edited page, but receives an error.<br><br>The page they are editing has a date passed in on the URL. I then parse the<br>
date and format it on the jsp. When the user attempts to "Save and exit"<br>they receive a null pointer, due to the date not being passed on the URL.<br><br>I'm using the following code on the jsp:<br><br><cms:contentload collector="singleFile" param="${
opencms.uri}"<br>editable="true"><br>       <h2><cms:contentshow element="PageLabel"/></h2><br><br>       <div class="cmscontent"><cms:contentshow element="PageText" /></div>
<br></cms:contentload><br><br><p><fmt:formatDate value='${parsedDate}' pattern='EEEE, MMMM dd, yyyy'/></p><br><br>Variable "parsedDate" is passed on the url and is causing the null pointer.
<br>How do I get OpenCms to pass the parameters when going to the edit page and<br>back?<br>--<br>View this message in context: <a href="http://www.nabble.com/OpenCms-Edit-Mode%3A-Not-passing-parameters-tf3717364.html#a10399613">
http://www.nabble.com/OpenCms-Edit-Mode%3A-Not-passing-parameters-tf3717364.html#a10399613</a><br>Sent from the OpenCMS - Dev mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br><br>_______________________________________________
<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br></blockquote></div><br>