<br><font size=2 face="sans-serif">I am doing a Report in the Administrative
view, up to now I have manage to get the new icon and the JSP in the workplace/mytool
and the jar file with:</font>
<br>
<br><font size=2 face="sans-serif">public class CmsMyReport extends A_CmsListDialog</font>
<br>
<br><font size=2 face="sans-serif">and because this report is dependen
of a input screen a have also created a 2do icon in Administrative view,
plus JSP and the class in the jar :</font>
<br>
<br><font size=2 face="sans-serif">public class CmsReportInputDates extends
CmsWidgetDialog</font>
<br>
<br><font size=2 face="sans-serif">I have also made my bean to hold the
values entered  another class and my manifest.xml </font>
<br>
<br><font size=2 face="sans-serif">My problem is that i can seen to find
the place to connect the 2 classes, or send the data.</font>
<br>
<br><font size=2 face="sans-serif">I think the way to get the data there
is through getDialogObject is it ?</font>
<br>
<br><font size=2 face="sans-serif">and I tried to do page forward through:</font>
<br>
<br><font size=2 color=#3f8080 face="Courier New">getToolManager().jspForwardTool(this,
forwardPath, param);</font>
<br>
<br><font size=2 face="sans-serif">But to no use.</font>
<br>
<br><font size=2 face="sans-serif">I also tried to play with the properties
but I dont think thats the way.</font>
<br><font size=2 face="sans-serif"><br>
<br>
Thanks in advance <br>
<br>
Eric </font>
<br>
<br><font size=2 face="sans-serif">PS thanks Roman for the help last time
;-)</font>