Vjeran Marcinko <vjeran.marcinko <at> email.t-com.hr> writes: > It's all nice and easy, but problem is that my page that implements this > interface (provides PdfDocument), is dependant upon some parameter that was > paseed to it for rendering, but PDF generation is subsequent request and > page doesn't have this parameter anymore.
Your PdfLink component should take a parameter and pass it to your service, which will in turn pass to the PdfHandler. This will work even in a loop. -- Author of e-book for learning Tapestry (www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
