Duh.... i didn't explain myself very right.......

Suppose i have the following directory structure (comment on parenthesis):

/classEditor.jsp (this file edits the Bean Information)
/templates/X.java.jsp (this file has a template for some java class, based on the bean info)
/templates/X.jsp.jsp (this file has a template for a jsp to edit the previous class properties, based on the bean info)


I want to provide X.java.jsp with the bean information dumped in it and X.jsp.jsp with the bean information dumped in it in only 1 Zip file.... in fact, there are 20 templates.....

the general idea is to repeat a *LOT* of code with just providing the basic information, and zip it with the directory structure i need.....

John Villar escribió:

Let me explain the purpose:

I want to provide a link in my page that provides the processed JSPs based on the Beans on a convenient zip package.....
The files inside the package are JSP files....


Benjamin Armintor escribió:

By "processed JSP", do you mean the resulting java class's source? Or
are you trying to forward a request off to a JSP to handle your display?


Benjamin J. Armintor Operations Systems Specialist ITS-Systems: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECTED]



-----Original Message-----
From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 3:52 PM
To: [EMAIL PROTECTED]
Subject: Obtaining processed JSP from a servlet



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?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to