The response is passed to the Action, and so you can use any technique
you would use with a conventional servlet. Just return null to the
ActionServlet when you are done.

http://www.jguru.com/forums/view.jsp?EID=565863

I don't believe JSP pages can be generated dynamically. These are
precompiled by another service (e.g. Jasper) in cooperation with the
container.

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/struts/

Rajeev Singh wrote:
> 
> Hi all ,
>  I am repeating my question as to is there I can create a web app using
> struts if I have to dynamically generate HTML forms as separate HTML
> pages from the application of WAR type.
> 
> thanx
> 
> -----Original Message-----
> From: Rajeev Singh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 28, 2001 6:14 PM
> To: 'struts-user'
> Subject: Dynamically Developing HTML forms
> 
> Hi,
>   I have a query as to whether I can use Struts comfortably for an
> application wherein I have to generate HTML /JSP pages Dynamically. All
> these JSP's will have different names that too generated dynamically and
> not predecided names. I don't think we can WAR in this case so we cant
> follow Model 2 MVC and we have to go for Model 1.
> 
> Thanx,
> Rajeev
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Reply via email to