On Fri, Aug 20, 2004 at 04:51:37PM -0400, John Villar wrote: : Hi everyone, i'm trying to obtain a processed JSP page from my own app, : within a servlet, and i'm having trouble..... i've tryied using : application.getResource() but it gives me the unprocessed source, used : an HttpURL... but i need client data (the beans that have been : modified).... does anyone know another method?
I'm not sure I understand what you're trying to do. Are you trying to get the output, i.e. what would be sent to a browser if the JSP were requested? Look into RequestDispatcher#include(). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
