Re: RE: [Fwd: Re: Hi....]]

2002-02-05 Thread Olivier Dinocourt
[EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 12:29 AM Subject: Re: RE: [Fwd: Re: Hi]] I don't agree. If you need to use scriptlets in your JSPs and you use them over and over on many pages, the scriptlet should be a tag. The tag can be reused on many pages, the scriptlet can't

Re: RE: [Fwd: Re: Hi....]]

2002-02-05 Thread Jonathan Gibbons
: Olivier Dinocourt [EMAIL PROTECTED] on 05/02/2002 11:07 CET Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: Re: RE: [Fwd: Re: Hi]] I think he means that you should avoid as much as possible writing code (of any sort

[Fwd: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Vic Cekvenich
as possible in presentation/view/jsp. So to me, tags and Struts framework are 2 different things, but bellow is a good book anyway. Vic Original Message Subject: RE: [Fwd: Re: Hi] Date: Wed, 30 Jan 2002 18:49:35 +0100 From: Lacerda, Wellington (AFIS) [EMAIL PROTECTED] Reply

Re: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Elijah Jacobs
- From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:48 PM Subject: [Fwd: RE: [Fwd: Re: Hi]] The thing on tags is do not use to many tags. Try to avoid writing tags. Somehow, the example app on struts has a custom tag and people like to learn

Re: RE: [Fwd: Re: Hi....]]

2002-02-04 Thread Jay Sissom
must? Is re-use of code a bad habit. :) Jay - Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 2:48 PM Subject: [Fwd: RE: [Fwd: Re: Hi]] The thing on tags is do not use to many tags. Try to avoid writing tags

RE: [Fwd: Re: Hi....]

2002-01-30 Thread Lacerda, Wellington (AFIS)
Another book with a lot of information on Struts is JSP and Tag Libraries for Web Development, available at Amazon and BN. Check the publisher's page at: http://www.newriders.com/books/title.cfm?isbn=0735710953. It is heavily focused on Tag Libraries and Struts is discussed on the light of that.