Sebastian
2011/6/13 Guillaume <guigui...@gmail.com>:
> In the file ExporttoImage, there is some instructions of logs but I never
> see logs of this file in the console debug.
>
> For example :
> ("log.debug("pBean.getWidth(),pBean.getHeight()"+pBean.getWidth()+","+pBean.getHeight())
> ); line 115 ExporttoImage
>
> It is normally?
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/IEZA-IGZlVsJ.
> To post to this group, send email to openmeet...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba....@gmail.com
because you never invoked the servlet you've of course never see that
log in the console.
Sebastian
2011/6/13 Guillaume <guigui...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/Kb0EEyUXhmcJ.
that is basically the use-case of a servlet => you always invoke it by an URL.
Sebastian
2011/6/13 Guillaume <guigui...@gmail.com>:
> Ok i have to invoke the servlet in order to activate the svg export.
>
> I've got a very few knowledge about servlet so it's a little difficult.
>
> It is possible to invoke a servlet without urls ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/IfMy-MUEx7AJ.
Sebastian
2011/6/13 Guillaume <guigui...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/5KN5plqgPGUJ.
but as I have written earlier, you need to invoke this method in the
PrintService first, to create the *hash* for the servlet. Otherwise
the servlet cannot find out where to get the whiteboard-objects that
it should render.
Sebastian
2011/6/13 Guillaume <guigui...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openmeetings-user/-/Xeh1VCRgMOQJ.