Hi,<br><br>I have a wizard page with &quot;Next&quot; button and I would like to open new windows, each with rendered component according to checkboxes ticked on that page. It can be in callback or in onClick event.. I was able to open the new window using javascripts window.open, but have no idea how to render the component to it..? Is it even possible with seaside? <br>
<br>Page example:<br><br><br>Open calculator:&nbsp;&nbsp;&nbsp; [x]<br>View readme:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ]<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ Next ]&nbsp;&nbsp; [ Cancel ]<br><br>Thank you,<br>Tomas<br>