Not exactly; can you elaborate the step "Model Use of <struts tags> logic to
    generate "

-----Original Message-----
From: Michael McGrady [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 11:15 AM
To: Struts Users Mailing List
Subject: Re: Generating struts tags from a Java Bean


The JSP page is read and the tags there are used to do whatever is required
to respond to a call to that page. Usually that is writing a JSP page.
While you cannot use the struts tags between the JSP page and the ultimate
HTML page, you can do something like that with code in the background.  So,
instead of dynamically generating Struts tags as follows:

    JSP page <your tags> ----> JSP page <struts tags> -----> HTML page
    <html tags>


You could somewhat easily work up something like the following:

    JSP page <your tags> ----> Model Use of <struts tags> logic to
    generate ----> HTML page <html tags> from <your tags>


That clear?

Michael


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


Reply via email to