<div>Hi</div>
<div>Sorry i have no answer for that...but maybe you can help me a little:</div>
<div>I built a List for the admin view extending A_CmsListDialog and a edit page for each entry extendig CmsWidgetDialog.<br>Everything works fine except the connection between both. How do i get to the edit screen if i select "Edit" of an entry?
</div>
<div>Thanks<br>Andy <br><br> </div>
<div><span class="gmail_quote">2006/10/8, Mark Lange <<a href="mailto:mark.lange@koeln.de">mark.lange@koeln.de</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi,<br>I have made an subclass of CmsWidgetDialog (like the widgetdemos) and in the<br>function CmsWidgetDialog
<br>I add some widgets:<br>addWidget(new CmsWidgetDialogParameter("passwordwidget", new<br>CmsDisplayWidget()));<br>addWidget(new CmsWidgetDialogParameter("downloadgallerywidget", new<br>CmsDownloadGalleryWidget()));
<br>addWidget(new CmsWidgetDialogParameter("groupwidget", new<br>CmsGroupWidget()));<br>addWidget(new CmsWidgetDialogParameter("htmlgallerywidget", new<br>CmsHtmlGalleryWidget()));<br>addWidget(new CmsWidgetDialogParameter("htmlwidget", new CmsHtmlWidget()));
<br><br>In the function actionCommit() I can read the filled in values with<br>something like this:<br>       Iterator i = getWidgets().iterator();<br>       while (i.hasNext()) {<br>       CmsWidgetDialogParameter base = (CmsWidgetDialogParameter)i.next();
<br><br>               System.out.println(base.getName() +": " +<br>getParamValue(base.getName()));<br>       }<br><br>This prints out the value for every defined widget except the htmlwidget.<br>When the Form is submitted and returns to the ACTION_DEFAULT every widget
<br>keeps it's value (in the form) except the htmlwidget, the filled in value of<br>the htmlwidget is lost.<br>Does anybody know what i have to do to get the value (and keep the value in<br>the form)?<br><br>thanks<br>Mark
<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>