Thank you all for answering Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Yan Hu
Hello Guys: First and foremost, I wanted to thank you all for answering my question. I believe I can learn a lot of Struts skills and other related skills here. Thanks again. > Yan Hu wrote: > > >Hello Guys: > > This is my first real Struts-based project. I am fairly new to Struts. I > >

RE: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Arvind.Bir
udent. Moreover use JSTL. Arvind Bir -Original Message- From: Karan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 10:09 AM To: Struts Users Mailing List Subject: Re: Newbie--->Construct JSPs on the fly Apart from all the other suggestions, if you're going to be doi

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Nic Werner
<[EMAIL PROTECTED]To: Struts Users Mailing List .com> cc: (bcc: Jerry Tan/DTCC) Subject: Newbie--->Construct JSPs on the fly 02/17/2005 11:43 AM

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Karan
Apart from all the other suggestions, if you're going to be doing this kind of work often you might want to look at Freemarker: just create the template and retreive all customizable data from ur framework. HTHs, Karan Yan Hu wrote: Hello Guys: This is my first real Struts-based project. I am

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Mark Lowe
; Yan Hu > <[EMAIL PROTECTED]To: Struts Users Mailing > List > .com> cc: (bcc: Jerry Tan/DTCC) > Subject: Newbie--->Construct > JSPs on the fly &g

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Jerry Tan
Mailing List .com>cc: (bcc: Jerry Tan/DTCC) Subject: Newbie--->Construct JSPs on the fly

Re: Newbie--->Construct JSPs on the fly

2005-02-17 Thread Frank W. Zammetti
Do you really need to construct JSPs on-the-fly or do you instead need to create a template that contains sections that are modified on a per-student basis? The student-specific page sounds to me from what you wrote to more or less just be a links page with links to the classes specific to each st

Newbie--->Construct JSPs on the fly

2005-02-17 Thread Yan Hu
Hello Guys: This is my first real Struts-based project. I am fairly new to Struts. I know some basics and tried a few toy examples. Now it is time for a serious one. My project involes students. Each student has her own page that might take her to pages that are customized just for her.