Hi Peter,

> Has anyone come up with a good way to hang printable reports 
> off webwork actions which supply the report data ?

We finally went for flash printing, i.e.
- view to a jsp-page containing the flash code ref,
- from the flash-code, call the print-action,
- let the printaction supply a jsp generating XML,
- let flash read, layout and print the stuff,
- let flash call another action for finishing up.

You can also layout on screen and use javascript:
- frames['MAIN'].focus(); frames['MAIN'].print();

Regards,
Michaël
        
!Effective
M.J.P. van Leeuwen
Software Architect
Westersingel 46
3014 GT Rotterdam
tel.    +31 (0)10 22 11 834
mob.    +31 (0) 6 5577 4487
fax.    +31 (0)10 22 11 800
e-mail  [EMAIL PROTECTED] 
website http://www.effective-it.com
 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to