Re: [Actionframework-users] Creating and sending PDFs through Action Servlet
Status: Inactive
Brought to you by:
ptoman
From: Petr T. <Pet...@pi...> - 2004-06-18 05:22:48
|
> I need to generate and show a PDF through a button in a form which is i= n > a page served by an Action Servlet. I have all the Java code and all th= e > stuff to be able to create the PDF, but i dont know how i could > configure the Action Servlet to send the object via the web. You can use 'show-value-of' attribute in <on-return> element together wit= h org.actionframework.ContentTypeHandler. See FileUploads example. -Petr [ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=3D22957959 ] |